]> git.proxmox.com Git - mirror_frr.git/commit
zebra: Convert socket interface to use `union sockunion`
authorDonald Sharp <sharpd@cumulusnetworks.com>
Mon, 17 Dec 2018 18:57:04 +0000 (13:57 -0500)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Wed, 19 Dec 2018 13:58:33 +0000 (08:58 -0500)
commitca2c70bde099e9e9e40d5151388d1e9ba849df0d
treece09eccdc4dd995e484dad5fad7964babaa83073
parentf944fe9b004be9c6076f2fed3004a85fc284cad1
zebra: Convert socket interface to use `union sockunion`

The write function converted to v4 and v6 functions to a union sockunion
via casting.  Just use `union sockunion` instead.

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