]> git.puffer.fish Git - mirror/frr.git/commit
zebra: netlink backend support setting a P-t-P address
authorDavid Lamparter <equinox@diac24.net>
Wed, 20 Jan 2010 17:27:16 +0000 (18:27 +0100)
committerDavid Lamparter <equinox@opensourcerouting.org>
Sun, 27 Aug 2017 21:40:34 +0000 (23:40 +0200)
commite8d19a05075a1f291bcfc9f86ff9aac8adbc01cc
tree5653accbea34793421051ebabf5fcb3aad707da5
parenta3008857cbf5c0122dda88e178d5c4378d7e4591
zebra: netlink backend support setting a P-t-P address

add a few bits to properly set a pointopoint address via netlink. the
structures have all the neccessary support, just need to send the proper
message bits to the kernel.

Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
zebra/if_netlink.c