diff options
| author | David Lamparter <equinox@opensourcerouting.org> | 2022-03-11 10:43:58 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-03-11 10:43:58 +0100 |
| commit | 64fac7801c25d3bd206d06be7ef2c3d687e70ec0 (patch) | |
| tree | e6324244505b3c9181a53a2c9de4f2355792968e /bgpd/bgp_errors.h | |
| parent | 97f4bf8095c63d9a8823ffed2ee7454b3f8aba08 (diff) | |
| parent | 75ba864c814bbe2a0dbfefd33a7a3d0e692be256 (diff) | |
Merge pull request #10743 from donaldsharp/bgp_no_ll
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 20056d382a..0b71af3fc6 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); |
