From: Donald Sharp Date: Wed, 4 May 2016 13:05:37 +0000 (+0000) Subject: lib: Swap show run ordering of interfaces and vrf's X-Git-Tag: frr-2.0-rc1~935 X-Git-Url: https://git.puffer.fish/?a=commitdiff_plain;h=dfa857a5c0a284129e45accd9600773df4a280a1;p=matthieu%2Ffrr.git lib: Swap show run ordering of interfaces and vrf's When doing a 'show run' display vrf information first to allow later commands to just work correctly for vrf cli read in. Ticket: CM-10139 Signed-off-by: Donald Sharp Reviewed-by: Vivek Venkatraman Reviewed-by: Don Slice --- diff --git a/lib/command.h b/lib/command.h index 4c1095c8bb..20bdb38a96 100644 --- a/lib/command.h +++ b/lib/command.h @@ -74,8 +74,8 @@ enum node_type AAA_NODE, /* AAA node. */ KEYCHAIN_NODE, /* Key-chain node. */ KEYCHAIN_KEY_NODE, /* Key-chain key node. */ - INTERFACE_NODE, /* Interface mode node. */ VRF_NODE, /* VRF mode node. */ + INTERFACE_NODE, /* Interface mode node. */ ZEBRA_NODE, /* zebra connection node. */ TABLE_NODE, /* rtm_table selection node. */ RIP_NODE, /* RIP protocol mode node. */