]> git.puffer.fish Git - mirror/frr.git/commit
isisd: don't remove interface config when isis router is deleted
authorIgor Ryzhov <iryzhov@nfware.com>
Fri, 29 Oct 2021 22:33:01 +0000 (01:33 +0300)
committerIgor Ryzhov <iryzhov@nfware.com>
Sat, 30 Oct 2021 00:17:34 +0000 (03:17 +0300)
commit8fcdc286aea3c1893fd2fabeb88bec0282b0fdab
tree7330680b05d03fd8131a65288a3f4626ffcb80d6
parenta1a8fb4ddd1e39252cd039244c8eca3e1d8b2bad
isisd: don't remove interface config when isis router is deleted

In previous releases, it was not possible to configure ISIS on an
interfaces without configuring the ISIS router first. Therefore, we had
to delete the ISIS config from all interfaces when the router config was
deleted. This is fixed since version 8.0 – interface and router configs
are completely separate and don't depend on each other, so now we can
remove this hack and preserve the interface config when the router
config is deleted.

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