]> git.proxmox.com Git - mirror_iproute2.git/commit
ipneigh: print dst for AF_BRIDGE
authorTobias Jungel <tobias.jungel@bisdn.de>
Sat, 5 Jan 2019 12:36:43 +0000 (13:36 +0100)
committerStephen Hemminger <sthemmin@microsoft.com>
Mon, 7 Jan 2019 18:22:03 +0000 (10:22 -0800)
commitc9159af51a79874ffed49a065826c7949f60e213
tree682a1b9c533873439000380791062cf030831647
parentf0cabaca38e5fafb455373e2d2747afecc7299fd
ipneigh: print dst for AF_BRIDGE

In case a neighbour message is of family AF_BRIDE the NDA_DST attribute
was not printed so far. With this patch the family is evaluated to pass
the correct family to format_host_rta.

Signed-off-by: Tobias Jungel <tobias.jungel@bisdn.de>
ip/ipneigh.c