diff options
| author | Lou Berger <lberger@labn.net> | 2016-12-07 15:02:55 -0500 | 
|---|---|---|
| committer | David Lamparter <equinox@opensourcerouting.org> | 2016-12-08 12:51:26 +0100 | 
| commit | a3b55c250020ea863b3e8c95ecc78d002c8400b5 (patch) | |
| tree | 2466e9d4fc063db2fe88a4da876675ee5aea78eb /bgpd/rfapi/rfapi_encap_tlv.c | |
| parent | 6228a3b8743ea2a6589070de926588e2ceb0f27f (diff) | |
bgpd vnc: Add 'debug bgp vnc verbose' target
all vnc debug logging is now covered by a 'debug bgp vnc' target
Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
Diffstat (limited to 'bgpd/rfapi/rfapi_encap_tlv.c')
| -rw-r--r-- | bgpd/rfapi/rfapi_encap_tlv.c | 3 | 
1 files changed, 2 insertions, 1 deletions
diff --git a/bgpd/rfapi/rfapi_encap_tlv.c b/bgpd/rfapi/rfapi_encap_tlv.c index 0a5962ccb6..d8713a26b2 100644 --- a/bgpd/rfapi/rfapi_encap_tlv.c +++ b/bgpd/rfapi/rfapi_encap_tlv.c @@ -36,6 +36,7 @@  #include "bgpd/rfapi/rfapi_monitor.h"  #include "bgpd/rfapi/rfapi_vty.h"  #include "bgpd/rfapi/bgp_rfapi_cfg.h" +#include "bgpd/rfapi/vnc_debug.h"  static void  rfapi_add_endpoint_address_to_subtlv ( @@ -249,7 +250,7 @@ rfapi_encap_tlv_to_un_option (struct attr *attr)        break;      default: -      zlog_debug ("%s: unknown tunnel type %d", +      vnc_zlog_debug_verbose ("%s: unknown tunnel type %d",                    __func__, attre->encap_tunneltype);        rc = -1;        break;  | 
