]> git.proxmox.com Git - mirror_frr.git/commit - ospf6d/ospf6_interface.c
ospf6d: add buffer length check to ifmtu changes
authorDon Slice <dslice@cumulusnetworks.com>
Wed, 28 Jun 2017 12:37:32 +0000 (08:37 -0400)
committerDon Slice <dslice@cumulusnetworks.com>
Wed, 28 Jun 2017 12:37:32 +0000 (08:37 -0400)
commitc4efd33d3692245463e0b73e36908ca066d87013
tree9ed4658bfc6e06c3c18faf7f407315d09e01524c
parent0c7ef48afe13284d5eb429b89744886d6fa74b7e
ospf6d: add buffer length check to ifmtu changes

Previous fix was missing the possibility of having to modify the io
buffer size if the kernel reports an new mtu value.  This fix adds
that check.

Signed-off-by: Don Slice <dslice@cumulusnetworks.com>
ospf6d/ospf6_interface.c