]> git.puffer.fish Git - matthieu/frr.git/commit
zebra: Collapse struct static_ipv[4|6] into struct static_route
authorDonald Sharp <sharpd@cumulusnetworks.com>
Thu, 22 Oct 2015 01:34:08 +0000 (21:34 -0400)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Fri, 23 Oct 2015 00:19:27 +0000 (17:19 -0700)
commitc0551cbbaf8984a55ee688416ec2801c9429bc2c
treee0f125b28ce440fd7f3446d65f6b1a5c61b21b1c
parentff40e335bbbed5e4fb36536d0c7cecf3edbb330e
zebra: Collapse struct static_ipv[4|6] into struct static_route

The 'struct static_ipv4' and 'struct static_ipv6' structures
are essentially the same.  Collapse them into one data structure
'struct static_route'.

Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
lib/memtypes.c
zebra/rib.h
zebra/zebra_rib.c
zebra/zebra_vty.c