]> git.puffer.fish Git - matthieu/frr.git/commit
zebra: prefixlen is not afi/safi dependant in encoding nexthops
authorDonald Sharp <sharpd@nvidia.com>
Sat, 12 Mar 2022 16:05:23 +0000 (11:05 -0500)
committerDonald Sharp <sharpd@nvidia.com>
Sat, 12 Mar 2022 16:18:45 +0000 (11:18 -0500)
commitb74f72c1fb7f1c394def38b884b689f1e56eb05b
tree93c77e8d99b08db4dd430b03f932d503c00914a5
parent06e4e90132ad23815c6f288dd7e6be334f5ab233
zebra: prefixlen is not afi/safi dependant in encoding nexthops

When encoding a response to the upper level protocol the
prefixlen is not something that needs to be part of the
switch statement for handling of a prefix.

Signed-off-by: Donald Sharp <sharpd@nvidia.com>
zebra/zebra_rnh.c