]> git.proxmox.com Git - mirror_frr.git/commit
zebra: irdp: manage separate IRDP struct
authorDavid Lamparter <equinox@opensourcerouting.org>
Sun, 6 Aug 2017 06:57:42 +0000 (08:57 +0200)
committerDavid Lamparter <equinox@opensourcerouting.org>
Tue, 15 Aug 2017 11:26:03 +0000 (13:26 +0200)
commitead4ee99acd63d2342e9e9dda7a8f5a103a6f550
tree876fee1047023d8571c9a75af9cc371c738e4e75
parent2eb27eecf011a06c01e58a735d8bf087d7519979
zebra: irdp: manage separate IRDP struct

This allocates the per-interface IRDP data as needed; so the pointer in
zebra_if is now really opaque.

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