mirror of
https://git.freebsd.org/ports.git
synced 2025-05-25 15:36:35 -04:00
- Add USE_LDCONFIG when SHARED is enabled. - Use OPTIONS_SUB. - Use {opt}_FOO wherever possible. - Normalize patch files. - Take maintainership.
11 lines
284 B
C++
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;
|
|
};
|
|
|