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 */