]> git.ipfire.org Git - thirdparty/bird.git/commit - conf/confbase.Y
Basic flow specification support (RFC 5575)
authorOndrej Zajicek (work) <santiago@crfreenet.org>
Wed, 7 Dec 2016 14:36:15 +0000 (15:36 +0100)
committerOndrej Zajicek (work) <santiago@crfreenet.org>
Wed, 7 Dec 2016 14:54:19 +0000 (15:54 +0100)
commit77234bbbde6bc328871af695e4450e6773adbafa
tree0ed60508b521eba6af6c4b852df09fdf8c659154
parentb94e5e58dbd33f4d2b9d721c51a9c8c4d8f77bea
Basic flow specification support (RFC 5575)

Add flow4/flow6 network and rt-table type and operations, config grammar
and static protocol support.

Squashed flowspec branch from Pavel Tvrdik.
18 files changed:
conf/Makefile
conf/confbase.Y
conf/flowspec.Y [new file with mode: 0644]
doc/bird.sgml
filter/test.conf
lib/Doc
lib/Makefile
lib/birdlib.h
lib/buffer.h
lib/flowspec.c [new file with mode: 0644]
lib/flowspec.h [new file with mode: 0644]
lib/flowspec_test.c [new file with mode: 0644]
lib/net.c
lib/net.h
lib/printf.c
nest/config.Y
nest/rt-fib.c
nest/rt-table.c