diff options
| author | Igor Ryzhov <iryzhov@nfware.com> | 2021-02-14 05:39:00 +0300 |
|---|---|---|
| committer | Igor Ryzhov <iryzhov@nfware.com> | 2021-02-24 14:51:00 +0300 |
| commit | 9082b3eb3de3f54538024b7276797d4cba442a19 (patch) | |
| tree | c501fb2c048b1ee2b0d17310af35b026148ac3b6 /lib/compiler.h | |
| parent | 0ff791138668c50a1c60b209333091682d8926d3 (diff) | |
zebra: fix vni configuration in default vrf
VNI configuration is done without NB layer in default VRF. It leads to
the following problems:
```
vtysh -c "conf" -c "vni 1"
vtysh -c "conf" -c "vrf default" -c "no vni"
```
Second command does nothing, because the NB node is not created by the
first command.
```
vtysh -c "conf" -c "vrf default" -c "vni 1"
vtysh -c "conf" -c "no vni 1"
```
Second command doesn't delete the NB node created by the first command.
Signed-off-by: Igor Ryzhov <iryzhov@nfware.com>
Diffstat (limited to 'lib/compiler.h')
0 files changed, 0 insertions, 0 deletions
