]> git.puffer.fish Git - mirror/frr.git/commitdiff
bgpd: Fix CONFDATE to 2019 for a couple of items. 2907/head
authorDonald Sharp <sharpd@cumulusnetworks.com>
Fri, 24 Aug 2018 19:21:04 +0000 (15:21 -0400)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Fri, 24 Aug 2018 19:21:04 +0000 (15:21 -0400)
While perusing CONFDATE I noticed that we had a couple
CONFDATE 201805, which we were not picking up( for other
reasons and fixed in a different PR ).  But upon investigation
of these I noticed that the commits where in 201805, so these
CONFDATES should be in 2019

Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
bgpd/bgp_vty.c
bgpd/bgpd.c

index 62f337a876d5fe9a9e53052fae78bbf501cf449f..1460a26215bbbd66b6ac2e1598e043dee0165a53 100644 (file)
@@ -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
 
index 746967a3b31a3ba47d87e35ca22bf2b891986c30..5d9609ae018f18b3cfad0018816d2633f0e5d6c2 100644 (file)
@@ -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 */