]> git.puffer.fish Git - mirror/frr.git/commit
ospf6d: properly update prefix list references
authorDavid Lamparter <equinox@opensourcerouting.org>
Wed, 23 Aug 2017 14:54:15 +0000 (16:54 +0200)
committerDavid Lamparter <equinox@opensourcerouting.org>
Wed, 23 Aug 2017 22:18:53 +0000 (00:18 +0200)
commit427f8e61bb711b51891dbaee845215ca228951f1
treebafe78de9e9f109c2f840eaf4a357511275695aa
parent6bd2b3608d6dc1eca171c30916f029f6f867db6b
ospf6d: properly update prefix list references

Register add/delete hooks with the prefix list code to properly change
ospf6_area's prefix list in/out pointers.

There are 2 other uncached uses of prefix lists in the ASBR route-map
code and the interface code;  these should probably be cached too. (To
be fixed another day...)

Fixes: #453
Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
lib/plist.c
lib/plist.h
ospf6d/ospf6_abr.c
ospf6d/ospf6_area.c
ospf6d/ospf6_area.h
ospf6d/ospf6d.c