]> git.puffer.fish Git - matthieu/frr.git/commit
vtysh: make -c useful with -C (dryrun)
authorDavid Lamparter <equinox@opensourcerouting.org>
Fri, 10 Feb 2017 16:15:36 +0000 (17:15 +0100)
committerDavid Lamparter <equinox@opensourcerouting.org>
Fri, 10 Feb 2017 16:22:53 +0000 (17:22 +0100)
commitcd2726408a423e8b977f5906cc2aaee86c3d8327
tree23de8e5da494315f731b572baeb7c9cd91e987cd
parent37f9f36ec9b150474fe2347b79ccde2f41e1ec59
vtysh: make -c useful with -C (dryrun)

-c was previously ignored when -C (dryrun/config-check) was present.
Change so that -C -c creates an useful dry-run mode.

Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
vtysh/vtysh_main.c