diff options
author | Donald Sharp <sharpd@nvidia.com> | 2021-01-28 19:45:44 +0100 |
---|---|---|
committer | Donald Sharp <sharpd@nvidia.com> | 2021-01-28 19:45:44 +0100 |
commit | 9a290f679ab89f4164a9049920777666830ee092 (patch) | |
tree | a2bcc66e7dd5d7114e41af1f8f010f4c2e1ad9a4 /isisd/isis_dlpi.c | |
parent | ripngd: Remove #if 0 code (diff) | |
download | frr-9a290f679ab89f4164a9049920777666830ee092.tar.xz frr-9a290f679ab89f4164a9049920777666830ee092.zip |
isisd: Remove #if 0 code
Looks like the #if 0 code in this place was for ESI support
on solaris. We do not support solaris anymore. So let's
remove with prejudice.
Signed-off-by: Donald Sharp <sharpd@nvidia.com>
Diffstat (limited to 'isisd/isis_dlpi.c')
-rw-r--r-- | isisd/isis_dlpi.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/isisd/isis_dlpi.c b/isisd/isis_dlpi.c index 06fb41430..bb8c54259 100644 --- a/isisd/isis_dlpi.c +++ b/isisd/isis_dlpi.c @@ -57,11 +57,6 @@ static t_uscalar_t dlpi_ctl[1024]; /* DLPI control messages */ static const uint8_t ALL_L1_ISS[6] = {0x01, 0x80, 0xC2, 0x00, 0x00, 0x14}; static const uint8_t ALL_L2_ISS[6] = {0x01, 0x80, 0xC2, 0x00, 0x00, 0x15}; static const uint8_t ALL_ISS[6] = {0x09, 0x00, 0x2B, 0x00, 0x00, 0x05}; -#if 0 -/* missing support for ES-IS on Solaris */ -static const uint8_t ALL_ESS[6] = {0x09, 0x00, 0x2B, 0x00, 0x00, 0x04}; -#endif - static uint8_t sock_buff[16384]; static unsigned short pf_filter[] = { |