]> git.puffer.fish Git - matthieu/frr.git/commit
Fix location of some of the commands in integrated config
authorvivek <vivek@cumulusnetworks.com>
Wed, 21 Oct 2015 05:21:39 +0000 (22:21 -0700)
committervivek <vivek@cumulusnetworks.com>
Wed, 21 Oct 2015 05:21:39 +0000 (22:21 -0700)
commit80b55c57a1fb1f19b0779765b1ddf173347d03d6
tree33ecd6da7ead7a535f6708b8a15f6447356c0eb5
parent0905eabe10e87893924ba33564e9f9fdf3e4bdca
Fix location of some of the commands in integrated config

Ticket:
Reviewed By: CCR-3509
Testing Done: bgpsmoke, enhe, tests with/without this change

When saving an integrated config file, certain commands such as
"ipv6 protocol", "ip nht route-map" etc. ended up with a very
different group of commands making it hard to look for them. This
fixes the command grouping so that related commands are located
together.

Signed-off-by: Dinesh G Dutt <ddutt@cumulusnetworks.com>
Reviewed-by: Donald Sharp <sharpd@cumulusnetworks.com>
Reviewed-by: Vipin Kumar <vipin@cumulusnetworks.com>
vtysh/vtysh_config.c