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__fibconfig.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__fibconfig.hh')
-rw-r--r-- | net/xorp/files/patch-fea__fibconfig.hh | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/net/xorp/files/patch-fea__fibconfig.hh b/net/xorp/files/patch-fea__fibconfig.hh new file mode 100644 index 000000000000..6fde63661e67 --- /dev/null +++ b/net/xorp/files/patch-fea__fibconfig.hh @@ -0,0 +1,18 @@ +--- ./fea/fibconfig.hh.orig 2012-01-11 17:46:45.000000000 +0000 ++++ ./fea/fibconfig.hh 2014-02-26 21:17:13.000000000 +0000 +@@ -736,12 +736,14 @@ + */ + Trie6& trie6() { return _trie6; } + ++ FeaNode& _fea_node; ++ + protected: + Trie4 _trie4; // IPv4 trie (used for testing purpose) + Trie6 _trie6; // IPv6 trie (used for testing purpose) + + private: +- FeaNode& _fea_node; ++ // FeaNode& _fea_node; + EventLoop& _eventloop; + #ifndef XORP_DISABLE_PROFILE + Profile& _profile; |