]> git.proxmox.com Git - mirror_frr.git/commit
zebra: Move sin6_masklen to earlier in the file
authorDonald Sharp <sharpd@cumulusnetworks.com>
Mon, 17 Dec 2018 21:28:47 +0000 (16:28 -0500)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Wed, 19 Dec 2018 13:58:33 +0000 (08:58 -0500)
commit9ba0e5706c6206e1ba8035b2ae1aa0136f36f4bb
tree4330e4b87a46d13e464e409cfb47ba426583c78d
parentca2c70bde099e9e9e40d5151388d1e9ba849df0d
zebra: Move sin6_masklen to earlier in the file

I'm going to rearrage the kernel_rtm_ipv4 and v6 functions
so the sin6_masklen needs to be moved a bit earlier.

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