]> git.ipfire.org Git - thirdparty/bird.git/commit
Changed semantics of the rt_update hook. The attribute list we pass now
authorMartin Mares <mj@ucw.cz>
Sat, 13 May 2000 11:00:37 +0000 (11:00 +0000)
committerMartin Mares <mj@ucw.cz>
Sat, 13 May 2000 11:00:37 +0000 (11:00 +0000)
commit08f0290a1ebf94624c4eb4cbcb10e2b35a846432
treeccc1abb60743bc96de35316de0c2435b65fc8f2a
parentbfd7117846271a5e54271ee5248addd7e10ad021
Changed semantics of the rt_update hook. The attribute list we pass now
contains all attributes, not just the temporary ones. This avoids having
to merge the lists inside protocols or doing searches on both of them.

Also, do filtering of routes properly. (I'd like to avoid it, but it's
needed at least in the krt protocol.)
nest/protocol.h
nest/rt-table.c