diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2014-02-26 21:54:59 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2014-02-26 21:54:59 +0000 |
commit | 54dc2eefdab938ae2b410e756853cd13e4aaf074 (patch) | |
tree | 962ae154fb3cfc79c860e04a7f680db1f8814018 /net/xorp/files/patch-fea__ifconfig.hh | |
parent | - mark forbidden if build with Apache modules (not the default) (diff) |
- Update to 1.8.5
- Unbreak and unexpire
- Stage support
PR: ports/186982
Submitted by: Johannes 5 Joemann
Notes
Notes:
svn path=/head/; revision=346231
Diffstat (limited to 'net/xorp/files/patch-fea__ifconfig.hh')
-rw-r--r-- | net/xorp/files/patch-fea__ifconfig.hh | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/net/xorp/files/patch-fea__ifconfig.hh b/net/xorp/files/patch-fea__ifconfig.hh new file mode 100644 index 000000000000..ca95da0b0af7 --- /dev/null +++ b/net/xorp/files/patch-fea__ifconfig.hh @@ -0,0 +1,20 @@ +--- ./fea/ifconfig.hh.orig 2011-03-16 21:27:49.000000000 +0000 ++++ ./fea/ifconfig.hh 2014-02-26 21:17:13.000000000 +0000 +@@ -442,6 +442,8 @@ + */ + void report_updates(IfTree& iftree); + ++ FeaNode& _fea_node; ++ + private: + /** + * Restore the interface configuration. +@@ -455,7 +457,7 @@ + const IfTree& old_system_config, + string& error_msg); + +- FeaNode& _fea_node; ++ // FeaNode& _fea_node; + EventLoop& _eventloop; + NexthopPortMapper& _nexthop_port_mapper; + IfConfigTransactionManager* _itm; // The interface transaction manager |