diff options
Diffstat (limited to 'packet/bgp/bgp.go')
-rw-r--r-- | packet/bgp/bgp.go | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/packet/bgp/bgp.go b/packet/bgp/bgp.go index 9b7dfc97..b10034c5 100644 --- a/packet/bgp/bgp.go +++ b/packet/bgp/bgp.go @@ -3927,6 +3927,11 @@ const ( BGP_ERROR_SUB_HARD_RESET //draft-ietf-idr-bgp-gr-notification-07 ) +// Constants for BGP_ERROR_SUB_ADMINISTRATIVE_SHUTDOWN and BGP_ERROR_SUB_ADMINISTRATIVE_RESET +const ( + BGP_ERROR_ADMINISTRATIVE_COMMUNICATION_MAX = 128 +) + // NOTIFICATION Error Subcode for BGP_ERROR_ROUTE_REFRESH const ( _ = iota |