]> git.puffer.fish Git - matthieu/frr.git/commit
ospfd: fix "no ip ospf area"
authorIgor Ryzhov <iryzhov@nfware.com>
Tue, 13 Oct 2020 11:03:42 +0000 (14:03 +0300)
committerIgor Ryzhov <iryzhov@nfware.com>
Tue, 13 Oct 2020 11:52:38 +0000 (14:52 +0300)
commite4129293c77c0de4efa1d24350db784d3f5a582b
tree41d1b50e75d65b2d2152780e9c66247857ceebe1
parent451171c09dbfa0b784193c5ee6a47e3055af4cf5
ospfd: fix "no ip ospf area"

This commit fixes the following behavior:
```
nfware(config)# interface enp2s0
nfware(config-if)# ip ospf area 0
nfware(config-if)# no ip ospf area 0
% [ospfd]: command ignored as it targets an instance that is not running
```

We should be able to use the command without configuring the instance.

Signed-off-by: Igor Ryzhov <iryzhov@nfware.com>
ospfd/ospf_vty.c