mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-06-06 03:56:57 +00:00
Merge pull request #2907 from donaldsharp/fix_confdate
bgpd: Fix CONFDATE to 2019 for a couple of items.
This commit is contained in:
commit
ca2a93cc22
@ -2019,7 +2019,7 @@ DEFUN (no_bgp_fast_external_failover,
|
|||||||
}
|
}
|
||||||
|
|
||||||
/* "bgp enforce-first-as" configuration. */
|
/* "bgp enforce-first-as" configuration. */
|
||||||
#if CONFDATE > 20180517
|
#if CONFDATE > 20190517
|
||||||
CPP_NOTICE("bgpd: remove deprecated '[no] bgp enforce-first-as' commands")
|
CPP_NOTICE("bgpd: remove deprecated '[no] bgp enforce-first-as' commands")
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
@ -7345,7 +7345,7 @@ static void bgp_config_write_family(struct vty *vty, struct bgp *bgp, afi_t afi,
|
|||||||
}
|
}
|
||||||
|
|
||||||
/* clang-format off */
|
/* clang-format off */
|
||||||
#if CONFDATE > 20180517
|
#if CONFDATE > 20190517
|
||||||
CPP_NOTICE("bgpd: remove 'bgp enforce-first-as' config migration from bgp_config_write")
|
CPP_NOTICE("bgpd: remove 'bgp enforce-first-as' config migration from bgp_config_write")
|
||||||
#endif
|
#endif
|
||||||
/* clang-format on */
|
/* clang-format on */
|
||||||
|
Loading…
Reference in New Issue
Block a user