]> git.puffer.fish Git - matthieu/frr.git/commit
tools: frr-reload.py for single daemon
authorEmanuele Di Pascale <emanuele@voltanet.io>
Tue, 15 Oct 2019 15:55:19 +0000 (17:55 +0200)
committerEmanuele Di Pascale <emanuele@voltanet.io>
Tue, 29 Oct 2019 09:32:38 +0000 (10:32 +0100)
commitd9730542a9b899222bf218be0df94122e7151b15
tree236215bb10e46a86d3b66b91bda2889f44109a26
parent984fd9614d1fa12ec127da81c5c0671f4b359b6e
tools: frr-reload.py for single daemon

allow frr-reload.py to be invoked with a --daemon option to specify
an individual daemon for which the configuration diff should be
computed. This is useful when integrated config is not used and we
want to apply a patch to a single daemon config file.

No attempt to integrate this with 'service frr reload' has been done.
Making watchfrr work with per-daemon config is outside the scope of
this simple patch.

Signed-off-by: Emanuele Di Pascale <emanuele@voltanet.io>
tools/frr-reload.py