]> git.puffer.fish Git - mirror/frr.git/commit
lib: Fix multi instance ospf
authorChirag Shah <chirag@cumulusnetworks.com>
Thu, 10 Aug 2017 17:13:36 +0000 (10:13 -0700)
committerChirag Shah <chirag@cumulusnetworks.com>
Thu, 10 Aug 2017 21:59:07 +0000 (14:59 -0700)
commit825d5fbf5912151be74560c11d178364fe6c0f3e
tree252284eb3c7d5ba61041a14db2e18dc97d4c5271
parentc93d2f48451401121d4f647aae3fe61e44fc085c
lib: Fix multi instance ospf

ospfd crashes upon configuring multi-instance ospf
i.e 'router ospf x'.
ospfd can return CMD_NOT_MY_INSTANCE which
is not supported in lib/commands

Support two of the error codes
CMD_NOT_MY_INSTANCE and CMD_WARNING_CONFIG_FAILED

Signed-off-by: Chirag Shah <chirag@cumulusnetworks.com>
lib/command.c