]> git.puffer.fish Git - matthieu/frr.git/commit
staticd: remove unnecessary function call
authorIgor Ryzhov <iryzhov@nfware.com>
Thu, 18 Nov 2021 18:18:43 +0000 (21:18 +0300)
committerIgor Ryzhov <iryzhov@nfware.com>
Tue, 23 Nov 2021 09:46:21 +0000 (12:46 +0300)
commite122fe6b502c932ea146cfe19971610bbbd9d150
tree989d1027d967bcedbf477a6f2321442b10580b89
parent0ecdbedbf95125e358298fd9cc502560a74c0c4a
staticd: remove unnecessary function call

When the VRF interface is coming up, we don't need to fixup VRF ids - it
was already done in static_vrf_enable when the interface was created.

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