<item> <rfc id="7911"> – Advertisement of Multiple Paths in BGP
<item> <rfc id="7947"> – Internet Exchange BGP Route Server
<item> <rfc id="8092"> – BGP Large Communities Attribute
-<item> <rfc id="8203"> – BGP Administrative Shutdown Communication
<item> <rfc id="8212"> – Default EBGP Route Propagation Behavior without Policies
<item> <rfc id="8654"> – Extended Message Support for BGP
<item> <rfc id="8950"> – Advertising IPv4 NLRI with an IPv6 Next Hop
+<item> <rfc id="9003"> – Extended BGP Administrative Shutdown Communication
<item> <rfc id="9072"> – Extended Optional Parameters Length for BGP OPEN Message
<item> <rfc id="9117"> – Revised Validation Procedure for BGP Flow Specifications
<item> <rfc id="9234"> – Route Leak Prevention and Detection Using Roles
* RFC 7911 - Advertisement of Multiple Paths in BGP
* RFC 7947 - Internet Exchange BGP Route Server
* RFC 8092 - BGP Large Communities Attribute
- * RFC 8203 - BGP Administrative Shutdown Communication
* RFC 8212 - Default EBGP Route Propagation Behavior without Policies
* RFC 8654 - Extended Message Support for BGP
* RFC 8950 - Advertising IPv4 NLRI with an IPv6 Next Hop
* RFC 8955 - Dissemination of Flow Specification Rules
* RFC 8956 - Dissemination of Flow Specification Rules for IPv6
+ * RFC 9003 - Extended BGP Administrative Shutdown Communication
* RFC 9072 - Extended Optional Parameters Length for BGP OPEN Message
* RFC 9117 - Revised Validation Procedure for BGP Flow Specifications
* RFC 9234 - Route Leak Prevention and Detection Using Roles
bgp_store_error(p, NULL, BE_MAN_DOWN, 0);
p->startup_delay = 0;
- /* RFC 8203 - shutdown communication */
+ /* RFC 9003 - shutdown communication */
if (message)
{
uint msg_len = strlen(message);
return buff;
}
-/* RFC 8203 - shutdown communication message */
+/* RFC 9003 - shutdown communication message */
static int
bgp_handle_message(struct bgp_proto *p, byte *data, uint len, byte **bp)
{
goto done;
}
- /* RFC 8203 - shutdown communication */
+ /* RFC 9003 - shutdown communication */
if (((code == 6) && ((subcode == 2) || (subcode == 4))))
if (bgp_handle_message(p, data, len, &t))
goto done;