]> git.puffer.fish Git - mirror/frr.git/commit
tools: Only load instances or daemon 6406/head
authorDonald Sharp <sharpd@cumulusnetworks.com>
Thu, 14 May 2020 18:07:23 +0000 (14:07 -0400)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Thu, 14 May 2020 18:11:03 +0000 (14:11 -0400)
commitb82ad4c0d1f5b78f7b254d4aa2963d7366343725
tree886d38ed5d001ec1e6bb7e1661d2cac1839db511
parent02b89bdca2152ade522a10cc26bacae4aa660b84
tools: Only load instances or daemon

Original start/stop of FRR prior to David's rewrite in
PR 3507, when configuring multi-instance would
only start multi-instance (-1 -2 -3 -4...) or
just the daemon, not both.  If you happened
to start a ospfd instance of 1 then both
the default and instance 1 would react to cli.

Do not allow this, put it back to original behavior

Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
tools/frrcommon.sh.in