diff options
| author | Donald Sharp <sharpd@nvidia.com> | 2020-09-08 23:59:18 -0400 | 
|---|---|---|
| committer | Donald Sharp <sharpd@nvidia.com> | 2020-09-21 10:02:20 -0400 | 
| commit | cae8bc967cf7c93b7924ae4aaa05a99dfe345c78 (patch) | |
| tree | c7de335da42ae46a645cecee414b85c8f991f79e /zebra/ipforward_sysctl.c | |
| parent | 1f79037b72f0ec93153f9505a11bce9812429993 (diff) | |
*: 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/ipforward_sysctl.c')
| -rw-r--r-- | zebra/ipforward_sysctl.c | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/zebra/ipforward_sysctl.c b/zebra/ipforward_sysctl.c index 48ab95d1ba..0015018f94 100644 --- a/zebra/ipforward_sysctl.c +++ b/zebra/ipforward_sysctl.c @@ -20,7 +20,7 @@  #include <zebra.h> -#if !defined(GNU_LINUX) && !defined(SUNOS_5) +#if !defined(GNU_LINUX)  #include "privs.h"  #include "zebra/ipforward.h" @@ -141,4 +141,4 @@ int ipforward_ipv6_off(void)  	return ip6forwarding;  } -#endif /* !defined(GNU_LINUX) && !defined(SUNOS_5) */ +#endif /* !defined(GNU_LINUX) */  | 
