]> git.proxmox.com Git - mirror_frr.git/commit - ospfd/ospfd.h
ospfd: isolate ospfapiclient lib from ospf lib
authorDavid Lamparter <equinox@opensourcerouting.org>
Tue, 24 Jan 2017 20:35:08 +0000 (21:35 +0100)
committerDavid Lamparter <equinox@opensourcerouting.org>
Tue, 7 Feb 2017 16:19:11 +0000 (17:19 +0100)
commit0a3fc2a5df0d7896471a7daf2fcad2f9cd64d686
treec30117ec4e8ac982c0bc74b9c167f2b0ff698f45
parent50b05f3c3dc197c0ba6f795b99b351b890a568ee
ospfd: isolate ospfapiclient lib from ospf lib

The OSPF API-client library doesn't really use anything from libospf
except some small dumping tools.  Isolate these into a separate file
and detangle the ospfapiclient library.

Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
ospfclient/Makefile.am
ospfclient/ospf_apiclient.c
ospfd/Makefile.am
ospfd/ospf_dump.c
ospfd/ospf_dump.h
ospfd/ospf_dump_api.c [new file with mode: 0644]
ospfd/ospf_dump_api.h [new file with mode: 0644]
ospfd/ospfd.h