]> git.ipfire.org Git - thirdparty/bird.git/commit
Add ASPA functionality to BIRD aspa
authorEugene Bogomazov <eb@qrator.net>
Wed, 2 Oct 2019 14:26:05 +0000 (16:26 +0200)
committerOndrej Zajicek (work) <santiago@crfreenet.org>
Mon, 4 Nov 2019 13:31:48 +0000 (14:31 +0100)
commite4df8a3e4c28629ae94a647b947826750264d7a2
treeeb218b32ad61cba8411bb9031b6ab8038ed98c0f
parent0edf0c8cd919a8b3fbf5bc036f27ea0b4ed0b91a
Add ASPA functionality to BIRD

ASPA [1] is a new IETF draft for BGP that adds new RPKI objects and
create an AS_PATH validation mechanism [2] based on this objects.

[1] https://datatracker.ietf.org/doc/draft-ietf-sidrops-aspa-profile/
[2] https://datatracker.ietf.org/doc/draft-ietf-sidrops-aspa-verification/

(Minor changes done by commiter)
16 files changed:
bird-gdb.py
conf/confbase.Y
filter/config.Y
filter/data.h
filter/f-inst.c
filter/test.conf
lib/net.c
lib/net.h
nest/a-path.c
nest/attrs.h
nest/config.Y
nest/route.h
nest/rt-fib.c
nest/rt-table.c
proto/bgp/bgp.h
proto/bgp/config.Y