summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2022-03-17Support type 2 WireGuard tunnel encapsulation sub-TLVMikael Magnusson
Type 2 optionally includes presistend keepalive, protocol version and preshared key.
2022-03-17Add support for longest prefix match of IPPrefixesMikael Magnusson
* Implement IPPrefix.hashCode() and equals() for longest prefix match. * Add withdrawnPrefixes to MPUnreachableNLRIAttribute.
2022-03-13Add collision detectionMikael Magnusson
2022-03-12Improve BGP FSMMikael Magnusson
2022-03-12Implement AS4 capabilityMikael Magnusson
Specified in RFC 6793.
2022-03-12Allow stop in opensent and established statesMikael Magnusson
2022-03-12Fix IPv6 address text representationMikael Magnusson
Translated longest consquent 16-Bit 0 Fields to ::.
2022-03-12Implement tunnel encaps attributeMikael Magnusson
2022-03-12Move Request creation to BGPSessionMikael Magnusson
2022-03-12Add multiprotocol capability and IPv6Mikael Magnusson
2022-03-12Add BGP finite-state machineMikael Magnusson
Implement BGPFsm.
2022-03-10Implement toString in various path attributesMikael Magnusson
2021-12-01Added proper handling of SocketException'sJanHolger
2021-12-01Added proper handling of SocketException'sJanHolger
2021-11-30Fixed a few issuesJanHolger
2021-10-31Removed router-id filter because it didn't work properlyJanHolger
2021-07-06Initial commitJanHolger