]> git.ipfire.org Git - thirdparty/bird.git/commit
Removing the route scope attribute. Use custom attributes instead.
authorMaria Matejka <mq@ucw.cz>
Wed, 4 May 2022 10:41:54 +0000 (12:41 +0200)
committerMaria Matejka <mq@ucw.cz>
Wed, 4 May 2022 13:39:21 +0000 (15:39 +0200)
commit702c04fbef222e802ca4dfac645dc75ede522db6
treecf962b4003b0e7115ab230924cbdb0775a7cba45
parent0c4e0e4a635169cada395144dd67d1e66f1c9649
Removing the route scope attribute. Use custom attributes instead.

The route scope attribute was used for simple user route marking. As
there is a better tool for this (custom attributes), the old and limited
way can be dropped.
17 files changed:
doc/bird.sgml
filter/config.Y
filter/data.h
filter/f-inst.c
filter/test.conf2
lib/route.h
nest/rt-attr.c
nest/rt-dev.c
proto/babel/babel.c
proto/bgp/packets.c
proto/ospf/rt.c
proto/perf/perf.c
proto/rip/rip.c
proto/rpki/rpki.c
proto/static/static.c
sysdep/bsd/krt-sock.c
sysdep/linux/netlink.c