On Tue, Jan 24, 2023 at 02:21:47PM +0100, Claudio Jeker wrote: > Here is hopefully the last pieces to finish ASAP support. > This adds filter support. It is similar to origin validation and called > AVS (ASPA validation state). Only difference is that not-found is called > unknown in AVS. > The diff also adds `bgpctl show rib avs invalid` support. > > ~> bgpctl show rib avs invalid > flags: * = Valid, > = Selected, I = via IBGP, A = Announced, > S = Stale, E = Error > origin validation state: N = not-found, V = valid, ! = invalid > aspa validation state: ? = unknown, V = valid, ! = invalid > origin: i = IGP, e = EGP, ? = Incomplete > > flags vs destination gateway lpref med aspath origin > *> V-! 2606:b0c0:b00b::/48 2001:db8::252 100 0 8271 6939 61138 945 > i > *m V-! 2606:b0c0:b00b::/48 2001:db8::253 100 0 8271 6939 61138 945 > i > > So with this I found the first two invalid ASPA paths, time to adjust the > filters :)
Diff reads fine, ok tb