ports/net/xorp/files/patch-bgp__route_table_policy.cc
Hiroki Sato 7bd9a97baf Fix compile error on 9.x and 11.x.
Spotted by:	amdmi3
PR:	203011
2015-09-11 22:51:10 +00:00

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);