mirror of
https://git.freebsd.org/ports.git
synced 2025-05-25 15:36:35 -04:00
11 lines
306 B
C++
11 lines
306 B
C++
--- bgp/route_table_policy.cc.orig 2015-09-12 04:01:52.945569000 +0900
|
|
+++ bgp/route_table_policy.cc 2015-09-12 04:06:26.219083000 +0900
|
|
@@ -69,7 +69,7 @@
|
|
bool no_modify) const
|
|
{
|
|
if (!_enable_filtering) {
|
|
- return &rtmsg;
|
|
+ return true;
|
|
}
|
|
|
|
_varrw->attach_route(rtmsg, no_modify);
|