]> git.proxmox.com Git - mirror_frr.git/commit - vtysh/vtysh_config.c
vtysh: Fix ordering of multicast boundary command
authorDonald Sharp <sharpd@cumulusnetworks.com>
Wed, 4 Oct 2017 21:46:29 +0000 (17:46 -0400)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Thu, 5 Oct 2017 14:33:42 +0000 (10:33 -0400)
commita3c1db5e1dae10809cb72c8710eb5a99bf253e70
treecc366e0cd986b33e4c17903698c249607f6e69db
parent513c846203f01e35f840842d253f15030c42b85f
vtysh: Fix ordering of multicast boundary command

The multicast boundary command must be shown after
the `ip pim sm` command.  So add a new config_add_line_end
and make it the last one.

Signed-off-by: Donald Sharp <sharp@cumulusnetworks.com>
vtysh/vtysh_config.c