diff options
author | Donald Sharp <sharpd@cumulusnetworks.com> | 2016-02-03 15:00:25 +0100 |
---|---|---|
committer | Donald Sharp <sharpd@cumulusnetworks.com> | 2016-02-03 15:00:25 +0100 |
commit | 19dc275e1f22d6821c60ef50759b591849fad40a (patch) | |
tree | 7e54cccce8df5687e2cc9559bbfefe2d0e5ea4f3 /lib/command.h | |
parent | vtysh: Fix vrf submode to call correct daemons (diff) | |
download | frr-19dc275e1f22d6821c60ef50759b591849fad40a.tar.xz frr-19dc275e1f22d6821c60ef50759b591849fad40a.zip |
lib, vtysh, zebra: Better VRF debug handling
Fixup the debug handling of vrf's to be a bit
more explicit how we create a vrf internally.
Add code to turn on/off debugging of vrf's.
Ticket: CM-9063
Testing: Manual
Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
Diffstat (limited to 'lib/command.h')
-rw-r--r-- | lib/command.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/command.h b/lib/command.h index c964b8a80..1b3c0b45c 100644 --- a/lib/command.h +++ b/lib/command.h @@ -70,6 +70,7 @@ enum node_type CONFIG_NODE, /* Config node. Default mode of config file. */ SERVICE_NODE, /* Service node. */ DEBUG_NODE, /* Debug node. */ + VRF_DEBUG_NODE, /* Vrf Debug node. */ AAA_NODE, /* AAA node. */ KEYCHAIN_NODE, /* Key-chain node. */ KEYCHAIN_KEY_NODE, /* Key-chain key node. */ |