]> git.puffer.fish Git - mirror/frr.git/commit
tools: Allow deleting of interfaces 16723/head
authorJulian Klaiber <jklaiber@open-systems.com>
Mon, 2 Sep 2024 13:13:40 +0000 (15:13 +0200)
committerJulian Klaiber <jklaiber@open-systems.com>
Thu, 16 Jan 2025 06:04:15 +0000 (07:04 +0100)
commitf1a1703a0a2c2ecd81f50ccd384dcdb7e0c1a793
treedc34ceda7ad38dd7dba2daecb6e58013a2089424
parent0bc373c573344c8ce847a82615416c6a7178761e
tools: Allow deleting of interfaces

The frr-reload script currently deletes configurations
line-by-line under an interface context, if the interface was removed.
This approach fails when the interface has already been removed from the system.

This change enables whole interface removal using a single command
(no interface <interface-name>), simplifying the reload process and
reducing reload errors.

Signed-off-by: Julian Klaiber <jklaiber@open-systems.com>
tools/frr-reload.py