]> git.puffer.fish Git - mirror/frr.git/commit
zebra: stop asking for AF_BRIDGE interface info twice 9650/head
authorMark Stapp <mstapp@nvidia.com>
Tue, 21 Sep 2021 20:33:28 +0000 (16:33 -0400)
committerMark Stapp <mstapp@nvidia.com>
Tue, 21 Sep 2021 20:33:28 +0000 (16:33 -0400)
commit00fab7fa6138fc5c1a42cff0063db295fb0a472e
tree497a779389bfb583e06074fc29eb199c0f6b8e84
parent88dde69cb6131c0e1a57cd069c802f71a6c4fa4d
zebra: stop asking for AF_BRIDGE interface info twice

There were two identical blocks of code run at init time that
requested info about AF_BRIDGE - don't see any reason to do that
twice, so remove one block.

Signed-off-by: Mark Stapp <mstapp@nvidia.com>
zebra/if_netlink.c