]> git.proxmox.com Git - mirror_frr.git/commit - ospf6d/ospf6_interface.c
ospf6d/ospfd: refactor some common defines
authorDinesh Dutt <ddutt@cumulusnetworks.com>
Wed, 23 Oct 2013 00:42:18 +0000 (17:42 -0700)
committerDavid Lamparter <equinox@opensourcerouting.org>
Wed, 23 Oct 2013 01:01:31 +0000 (18:01 -0700)
commit8551e6dadce41fb87a61767af723cb25ae611a04
treecb0854c2e216989a0fa211d56d2bf6fd6948b2d6
parenta83a1e9c2f035d3152451dcfc97ab13b4ac427b9
ospf6d/ospfd: refactor some common defines

Rearranging common defs and structures for use betweeen OSPFv2 and
OSPFv3.  Created a new file called libospf.h under lib directory to
hold defines that are common between OSPFv2 and OSPFv3 code bases.

[DL: split of defines refactor from timer refactor]
Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
16 files changed:
lib/Makefile.am
lib/libospf.h [new file with mode: 0644]
ospf6d/ospf6_abr.c
ospf6d/ospf6_area.c
ospf6d/ospf6_area.h
ospf6d/ospf6_asbr.c
ospf6d/ospf6_flood.c
ospf6d/ospf6_interface.c
ospf6d/ospf6_lsa.c
ospf6d/ospf6_lsa.h
ospf6d/ospf6_lsdb.c
ospf6d/ospf6_message.c
ospf6d/ospf6_network.c
ospf6d/ospf6_proto.h
ospf6d/ospf6d.h
ospfd/ospfd.h