]> git.proxmox.com Git - mirror_frr.git/commit
zebra: Add check for mtu on netlink RTM_NEWLINK
authorStephen Worley <sworley@cumulusnetworks.com>
Fri, 20 Jul 2018 20:10:43 +0000 (16:10 -0400)
committerStephen Worley <sworley@cumulusnetworks.com>
Mon, 23 Jul 2018 16:17:45 +0000 (12:17 -0400)
commitd23b983bd48445e7f77b9e7143cb0f8090b5585c
tree952fd4b927f1951404c3c4cef83e938b96c66c0b
parentc4aee4fe3133127f16d3967e74e52b262438d57f
zebra: Add check for mtu on netlink RTM_NEWLINK

Zebra needed a check for mtu from the message it
received from the kernel before adding the new link.

Signed-off-by: Stephen Worley <sworley@cumulusnetworks.com>
zebra/if_netlink.c