diff options
author | paulzlabn <paulz@labn.net> | 2018-03-14 21:31:58 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-03-14 21:31:58 +0100 |
commit | 3f1224cd1a9408bdad6aca8c0c205211cb548d5c (patch) | |
tree | 87e6a52a3e7ad7b09caa3207f081fd92bc8fd018 /bgpd/bgp_debug.h | |
parent | vtysh: add bgpd vpn-policy nodes (diff) | |
parent | Merge pull request #1821 from vivek-cumulus/pmsi-parse-display (diff) | |
download | frr-3f1224cd1a9408bdad6aca8c0c205211cb548d5c.tar.xz frr-3f1224cd1a9408bdad6aca8c0c205211cb548d5c.zip |
Merge branch 'master' into working/master/bgp-vpn-vrf-leaking
Diffstat (limited to 'bgpd/bgp_debug.h')
-rw-r--r-- | bgpd/bgp_debug.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bgpd/bgp_debug.h b/bgpd/bgp_debug.h index 57f8fef5f..fe7ca8c46 100644 --- a/bgpd/bgp_debug.h +++ b/bgpd/bgp_debug.h @@ -142,6 +142,7 @@ struct bgp_debug_filter { #define CONF_BGP_DEBUG(a, b) (conf_bgp_debug_ ## a & BGP_DEBUG_ ## b) extern const char *bgp_type_str[]; +extern const char *pmsi_tnltype_str[]; extern int bgp_dump_attr(struct attr *, char *, size_t); extern int bgp_debug_peer_updout_enabled(char *host); |