diff options
author | Donald Sharp <sharpd@nvidia.com> | 2022-03-07 14:00:26 +0100 |
---|---|---|
committer | Donald Sharp <sharpd@nvidia.com> | 2022-03-07 14:00:26 +0100 |
commit | 75ba864c814bbe2a0dbfefd33a7a3d0e692be256 (patch) | |
tree | adf53277217e8b7d39cd0296f6bff37b98018f61 /bgpd/bgp_errors.h | |
parent | Merge pull request #10732 from anlancs/zebra-minor-move (diff) | |
download | frr-75ba864c814bbe2a0dbfefd33a7a3d0e692be256.tar.xz frr-75ba864c814bbe2a0dbfefd33a7a3d0e692be256.zip |
bgpd: Warn user when an interface has no v6 LL address associated with it
When BGP detects that a peering is using a global address but no v6 LL
address has been created for the interface that the global address is
on warn the user that something is amiss and they need to fix it.
Signed-off-by: Donald Sharp <sharpd@nvidia.com>
Diffstat (limited to 'bgpd/bgp_errors.h')
-rw-r--r-- | bgpd/bgp_errors.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bgpd/bgp_errors.h b/bgpd/bgp_errors.h index 20056d382..0b71af3fc 100644 --- a/bgpd/bgp_errors.h +++ b/bgpd/bgp_errors.h @@ -101,6 +101,7 @@ enum bgp_log_refs { EC_BGP_ROUTER_ID_SAME, EC_BGP_INVALID_BGP_INSTANCE, EC_BGP_INVALID_ROUTE, + EC_BGP_NO_LL_ADDRESS_AVAILABLE, }; extern void bgp_error_init(void); |