summaryrefslogtreecommitdiffstats
path: root/zebra/if_sysctl.c
diff options
context:
space:
mode:
authorDonald Sharp <sharpd@nvidia.com>2020-09-09 05:59:18 +0200
committerDonald Sharp <sharpd@nvidia.com>2020-09-21 16:02:20 +0200
commitcae8bc967cf7c93b7924ae4aaa05a99dfe345c78 (patch)
treec7de335da42ae46a645cecee414b85c8f991f79e /zebra/if_sysctl.c
parentMerge pull request #7036 from ton31337/fix/do_not_allow_setting_maximum-prefi... (diff)
downloadfrr-cae8bc967cf7c93b7924ae4aaa05a99dfe345c78.tar.xz
frr-cae8bc967cf7c93b7924ae4aaa05a99dfe345c78.zip
*: Remove solaris from FRR
The Solaris code has gone through a deprecation cycle. No-one has said anything to us and worse of all we don't have any test systems running Solaris to know if we are making changes that are breaking on Solaris. Remove it from the system so we can clean up a bit. Signed-off-by: Donald Sharp <sharpd@nvidia.com>
Diffstat (limited to 'zebra/if_sysctl.c')
-rw-r--r--zebra/if_sysctl.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/zebra/if_sysctl.c b/zebra/if_sysctl.c
index 44afd266b..695cef199 100644
--- a/zebra/if_sysctl.c
+++ b/zebra/if_sysctl.c
@@ -21,7 +21,7 @@
#include <zebra.h>
-#if !defined(GNU_LINUX) && !defined(OPEN_BSD) && !defined(SUNOS_5)
+#if !defined(GNU_LINUX) && !defined(OPEN_BSD)
#include "if.h"
#include "sockunion.h"
@@ -144,4 +144,4 @@ void interface_list(struct zebra_ns *zns)
XFREE(MTYPE_TMP, ref);
}
-#endif /* !defined(GNU_LINUX) && !defined(OPEN_BSD) && !defined(SUNOS_5) */
+#endif /* !defined(GNU_LINUX) && !defined(OPEN_BSD) */