ports/net/xorp/files/patch-fea__mfea_mrouter.hh
Hiroki Sato 0a0906700b - Use USE_GITHUB.
- Add USE_LDCONFIG when SHARED is enabled.
- Use OPTIONS_SUB.
- Use {opt}_FOO wherever possible.
- Normalize patch files.
- Take maintainership.
2015-09-07 19:04:23 +00:00

11 lines
284 B
C++

--- fea/mfea_mrouter.hh.orig 2012-01-11 17:56:10 UTC
+++ fea/mfea_mrouter.hh
@@ -437,6 +437,8 @@ private:
// Original state from the underlying system before the MFEA was started
//
bool _multicast_forwarding_enabled;
+
+public:
const FibConfig& _fibconfig;
};