Match GRACEFUL_SHUTDOWN only from ebgp sessions as specified by
authorclaudio <claudio@openbsd.org>
Wed, 27 Sep 2023 10:49:21 +0000 (10:49 +0000)
committerclaudio <claudio@openbsd.org>
Wed, 27 Sep 2023 10:49:21 +0000 (10:49 +0000)
RFC8326 Section 4.1.
OK sthen@ phessler@ job@

etc/examples/bgpd.conf

index 89de1a9..da6972e 100644 (file)
@@ -1,4 +1,4 @@
-# $OpenBSD: bgpd.conf,v 1.21 2021/02/02 00:34:03 danj Exp $
+# $OpenBSD: bgpd.conf,v 1.22 2023/09/27 10:49:21 claudio Exp $
 # example bgpd configuration file, see bgpd.conf(5)
 
 # define our own ASN as a macro
@@ -111,7 +111,7 @@ allow from any inet6 prefixlen 16 - 48
 
 # Honor requests to gracefully shutdown BGP sessions
 # https://tools.ietf.org/html/rfc8326
-match from any community GRACEFUL_SHUTDOWN set { localpref 0 }
+match from ebgp community GRACEFUL_SHUTDOWN set { localpref 0 }
 
 deny quick from any prefix-set bogons