]> git.ipfire.org Git - thirdparty/bird.git/commit
Custom route attributes
authorMaria Matejka <mq@jmq.cz>
Wed, 21 Nov 2018 19:37:11 +0000 (20:37 +0100)
committerJan Maria Matejka <mq@ucw.cz>
Thu, 6 Dec 2018 08:55:21 +0000 (09:55 +0100)
commit265419a3695b9a5c0a01d9fffc60f66fea8bee13
tree069d7d7ba9cc5ef23c8babbcd8947e42448dd724
parent0642fb4d456fe12e1bbeb2ffc2149433f228c02e
Custom route attributes

For local route marking purposes, local custom route attributes may be
defined. These attributes are seamlessly stripped after export filter to
every real protocol like Kernel, BGP or OSPF, they however pass through
pipes. We currently allow at most 256 custom attributes.

This should be much faster than currently used bgp communities
for marking routes.
conf/conf.h
doc/bird.sgml
filter/config.Y
filter/f-util.c
filter/filter.c
filter/filter.h
nest/config.Y
nest/route.h
nest/rt-attr.c