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 /lib/vty.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 'lib/vty.c')
| -rw-r--r-- | lib/vty.c | 9 |
1 files changed, 0 insertions, 9 deletions
@@ -358,15 +358,6 @@ void vty_hello(struct vty *vty) vty_out(vty, "MOTD file not found\n"); } else if (host.motd) vty_out(vty, "%s", host.motd); - -#if CONFDATE > 20200901 - CPP_NOTICE("Please remove solaris code from system as it is deprecated"); -#endif -#ifdef SUNOS_5 - zlog_warn("If you are using FRR on Solaris, the FRR developers would love to hear from you\n"); - zlog_warn("Please send email to dev@lists.frrouting.org about this message\n"); - zlog_warn("We are considering deprecating Solaris and want to find users of Solaris systems\n"); -#endif } /* Put out prompt and wait input from user. */ |
