Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-05-14 | Flowspec: Fix values for true/false operators | Ondrej Zajicek (work) | |
RFC 8955 is pretty clear that 000 is false and 111 is true. | |||
2019-12-09 | Filter: Add support for src/dst accessors for Flowspec and SADR | Ondrej Zajicek (work) | |
2019-11-18 | BGP: Fix processing of IPv6 Flowspec | Ondrej Zajicek (work) | |
During NLRI parsing of IPv6 Flowspec, dst prefix was not properly extracted from NLRI, therefore a received flow was stored in a different position in flowspec routing table, and was not reachable by command 'show route <flow>'. Add proper prefix part accessors to flowspec code and use them from BGP NLRI parsing code. Thanks to Alex D. for the bugreport. | |||
2017-12-10 | Lib: Fix macro/keyword collisions | Ondrej Zajicek (work) | |
Old code breaks with some versions of bison | |||
2017-05-23 | Minor cleanups and fixes | Ondrej Zajicek (work) | |
2017-04-26 | Flowspec: Max tcp mask length is 12 bits | Ondrej Zajicek (work) | |
2016-12-13 | Minor cleanups | Ondrej Zajicek (work) | |
2016-12-07 | BGP: Add support for flowspec (RFC 5575) | Ondrej Zajicek (work) | |
2016-12-07 | Basic flow specification support (RFC 5575) | Ondrej Zajicek (work) | |
Add flow4/flow6 network and rt-table type and operations, config grammar and static protocol support. Squashed flowspec branch from Pavel Tvrdik. |