]> git.puffer.fish Git - mirror/frr.git/commit
zebra: dead code (Coverity 1473593) 3088/head
authorF. Aragon <paco@voltanet.io>
Tue, 25 Sep 2018 14:49:34 +0000 (16:49 +0200)
committerF. Aragon <paco@voltanet.io>
Tue, 25 Sep 2018 14:56:08 +0000 (16:56 +0200)
commit365900766301ca0fe6be77c956b2c6c2d2ef575b
treef1282571c17707347c9382923e384eecbc65dc7b
parent38ca1c92564235884a4e6cf2227293cbd1b27996
zebra: dead code (Coverity 1473593)

Conditional code in netlink_macfdb_update() introduced in 2232a77c used
the 'dst_present' variable because not all cases were covered. Now it is
not necessary.

Signed-off-by: F. Aragon <paco@voltanet.io>
zebra/rt_netlink.c