summaryrefslogtreecommitdiffstats
path: root/bgpd/bgp_errors.h
diff options
context:
space:
mode:
authorDonald Sharp <sharpd@cumulusnetworks.com>2018-08-15 20:46:27 +0200
committerQuentin Young <qlyoung@cumulusnetworks.com>2018-09-06 22:50:58 +0200
commit559aaa3066f2c2aa93298f3dcecdee904ffa645d (patch)
tree2eb4b54817a71fe4f1e61a288855fefa861e90c1 /bgpd/bgp_errors.h
parentlib: add flog_warn (diff)
downloadfrr-559aaa3066f2c2aa93298f3dcecdee904ffa645d.tar.xz
frr-559aaa3066f2c2aa93298f3dcecdee904ffa645d.zip
bgpd: Convert zlog_warn to flog_warn for bgp_aspath.c and bgp_attr.c
Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
Diffstat (limited to 'bgpd/bgp_errors.h')
-rw-r--r--bgpd/bgp_errors.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/bgpd/bgp_errors.h b/bgpd/bgp_errors.h
index be718d99e..f9291b19f 100644
--- a/bgpd/bgp_errors.h
+++ b/bgpd/bgp_errors.h
@@ -72,6 +72,17 @@ enum bgp_log_refs {
BGP_ERR_EVPN_INSTANCE_MISMATCH,
BGP_ERR_FLOWSPEC_PACKET,
BGP_ERR_FLOWSPEC_INSTALLATION,
+ BGP_WARN_ASPATH_FEWER_HOPS,
+ BGP_WARN_DEFUNCT_SNPA_LEN,
+ BGP_WARN_MISSING_ATTRIBUTE,
+ BGP_WARN_ATTRIBUTE_TOO_SMALL,
+ BGP_WARN_EXT_ATTRIBUTE_TOO_SMALL,
+ BGP_WARN_ATTRIBUTE_REPEATED,
+ BGP_WARN_ATTRIBUTE_TOO_LARGE,
+ BGP_WARN_ATTRIBUTE_PARSE_ERROR,
+ BGP_WARN_ATTRIBUTE_PARSE_WITHDRAW,
+ BGP_WARN_ATTRIBUTE_FETCH_ERROR,
+ BGP_WARN_ATTRIBUTES_MISMATCH,
};
extern void bgp_error_init(void);