]> git.ipfire.org Git - thirdparty/bird.git/commit
Nest: Implement BGP path mask loop operator
authorOndrej Zajicek (work) <santiago@crfreenet.org>
Mon, 18 May 2020 14:25:08 +0000 (16:25 +0200)
committerOndrej Zajicek (work) <santiago@crfreenet.org>
Mon, 18 May 2020 14:25:08 +0000 (16:25 +0200)
commitec430a7feefd3b32ee39c641a48c44528d0eab25
tree2faac868b9ad1daddc3bea6253ac7d1de7560323
parent5fc8407177fd34f2d57441a8ff9a068f4162fbfb
Nest: Implement BGP path mask loop operator

Implement regex-like '+' operator in BGP path masks to match previous
path mask item multiple times. This is useful as ASNs may appear
multiple times in paths due to path prepending for traffic engineering
purposes.
doc/bird.sgml
filter/config.Y
filter/data.c
filter/f-inst.c
filter/test.conf
nest/a-path.c
nest/attrs.h