summaryrefslogtreecommitdiffstats
path: root/bgpd/bgp_open.h
diff options
context:
space:
mode:
authorDonatas Abraitis <donatas@opensourcerouting.org>2023-07-07 22:39:44 +0200
committerDonatas Abraitis <donatas@opensourcerouting.org>2023-07-07 22:41:43 +0200
commitc76f6146ab0b3383e000ffffe693dabfaf5d1439 (patch)
tree32e0a4d7bcdf525fbd7185a5fd6777074ccd7d7f /bgpd/bgp_open.h
parentMerge pull request #13949 from opensourcerouting/fix/bgpd_deprecations (diff)
downloadfrr-c76f6146ab0b3383e000ffffe693dabfaf5d1439.tar.xz
frr-c76f6146ab0b3383e000ffffe693dabfaf5d1439.zip
bgpd: Deprecate Prestandard Outbound Route Filtering capability
https://www.rfc-editor.org/rfc/rfc8810.html Not relevant anymore. Use RFC'd version of ORF. Signed-off-by: Donatas Abraitis <donatas@opensourcerouting.org>
Diffstat (limited to 'bgpd/bgp_open.h')
-rw-r--r--bgpd/bgp_open.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/bgpd/bgp_open.h b/bgpd/bgp_open.h
index c76710029..b18dbaa04 100644
--- a/bgpd/bgp_open.h
+++ b/bgpd/bgp_open.h
@@ -38,7 +38,6 @@ struct graceful_restart_af {
#define CAPABILITY_CODE_FQDN 73 /* Advertise hostname capability */
#define CAPABILITY_CODE_SOFT_VERSION 75 /* Software Version capability */
#define CAPABILITY_CODE_ENHE 5 /* Extended Next Hop Encoding */
-#define CAPABILITY_CODE_ORF_OLD 130 /* Cooperative Route Filtering Capability(cisco) */
#define CAPABILITY_CODE_EXT_MESSAGE 6 /* Extended Message Support */
#define CAPABILITY_CODE_ROLE 9 /* Role Capability */
@@ -63,7 +62,6 @@ struct graceful_restart_af {
/* ORF Type */
#define ORF_TYPE_RESERVED 0
#define ORF_TYPE_PREFIX 64
-#define ORF_TYPE_PREFIX_OLD 128
/* ORF Mode */
#define ORF_MODE_RECEIVE 1