summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Lamparter <equinox@diac24.net>2018-08-24 22:07:55 +0200
committerGitHub <noreply@github.com>2018-08-24 22:07:55 +0200
commitca2a93cc229a3650885a45b0c454d2bed7924a88 (patch)
treedadb8542d35ca537cc8698a4da7a8e196cf4855f
parent9b8c3903bdf0f681df17a532286bc717e1f607ad (diff)
parentec4f07507b7a54fad3edad5188dee1bef7c350a6 (diff)
Merge pull request #2907 from donaldsharp/fix_confdate
bgpd: Fix CONFDATE to 2019 for a couple of items.
-rw-r--r--bgpd/bgp_vty.c2
-rw-r--r--bgpd/bgpd.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/bgpd/bgp_vty.c b/bgpd/bgp_vty.c
index 62f337a876..1460a26215 100644
--- a/bgpd/bgp_vty.c
+++ b/bgpd/bgp_vty.c
@@ -2019,7 +2019,7 @@ DEFUN (no_bgp_fast_external_failover,
}
/* "bgp enforce-first-as" configuration. */
-#if CONFDATE > 20180517
+#if CONFDATE > 20190517
CPP_NOTICE("bgpd: remove deprecated '[no] bgp enforce-first-as' commands")
#endif
diff --git a/bgpd/bgpd.c b/bgpd/bgpd.c
index 746967a3b3..5d9609ae01 100644
--- a/bgpd/bgpd.c
+++ b/bgpd/bgpd.c
@@ -7345,7 +7345,7 @@ static void bgp_config_write_family(struct vty *vty, struct bgp *bgp, afi_t afi,
}
/* clang-format off */
-#if CONFDATE > 20180517
+#if CONFDATE > 20190517
CPP_NOTICE("bgpd: remove 'bgp enforce-first-as' config migration from bgp_config_write")
#endif
/* clang-format on */