]> git.puffer.fish Git - matthieu/frr.git/commit
zebra: RTM_GETNEIGH messages may be used by nhrp
authorPhilippe Guibert <philippe.guibert@6wind.com>
Tue, 17 Aug 2021 07:04:44 +0000 (09:04 +0200)
committerPhilippe Guibert <philippe.guibert@6wind.com>
Tue, 17 Aug 2021 07:07:31 +0000 (09:07 +0200)
commit7a52f27e75225fca9fde41fe16cbe63acca9b20f
tree0d0fb1a678b9813b5e0b1a517990dc065d483325
parent1f332cb0b2785434a4eebf91d4087e5a5e303b23
zebra: RTM_GETNEIGH messages may be used by nhrp

When NHRP registers to zebra to receive link layer events related to
gre interfaces, then it is interested in receiving also RTM_GETNEIGH
messages.

Fixes ("b3b751046495") nhrpd: link layer registration to notifications

Signed-off-by: Philippe Guibert <philippe.guibert@6wind.com>
zebra/kernel_netlink.c