]> git.puffer.fish Git - matthieu/frr.git/commit
lib: hide internal prefix list structures
authorDavid Lamparter <equinox@opensourcerouting.org>
Mon, 13 Apr 2015 08:21:34 +0000 (10:21 +0200)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Tue, 3 Nov 2015 13:42:24 +0000 (05:42 -0800)
commita38401b6af746794db0b4bdbd3954289b8d00aef
treebfc29be70e117f267e688363b77b91bab1dcea51
parentd046335de6737d42ca61cc4c6c21d39b89c5474d
lib: hide internal prefix list structures

These are about to be touched and there's no point in other code
touching into prefix list's internas.  Add some isolation.

Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
bgpd/bgpd.c
lib/Makefile.am
lib/plist.c
lib/plist.h
ospfd/ospf_zebra.c