From cae8bc967cf7c93b7924ae4aaa05a99dfe345c78 Mon Sep 17 00:00:00 2001 From: Donald Sharp Date: Tue, 8 Sep 2020 23:59:18 -0400 Subject: *: 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 --- zebra/interface.h | 9 --------- 1 file changed, 9 deletions(-) (limited to 'zebra/interface.h') diff --git a/zebra/interface.h b/zebra/interface.h index 1a8e3caed5..626225836e 100644 --- a/zebra/interface.h +++ b/zebra/interface.h @@ -334,15 +334,6 @@ struct zebra_if { }; #endif -#ifdef SUNOS_5 - /* the real IFF_UP state of the primary interface. - * need this to differentiate between all interfaces being - * down (but primary still plumbed) and primary having gone - * ~IFF_UP, and all addresses gone. - */ - uint8_t primary_state; -#endif /* SUNOS_5 */ - /* ptm enable configuration */ uint8_t ptm_enable; -- cgit v1.2.3