summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2023-03-07Implement MPReachableNLRIAttribute.build()active-oldMikael Magnusson
2023-03-07Add flags to attributesMikael Magnusson
2023-03-06Implement build() for a few attributesMikael Magnusson
Implement build() for AS4PathAttribute, ASPathAttribute and OriginAttribute.
2023-03-05WIP: uncommitted changesMikael Magnusson
2022-05-20WIP Try fixing memory leaksMikael Magnusson
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
2022-02-02Move maven repository to settingsgradleMikael Magnusson
This is required on Android builds.
2022-02-01Add gradle projectMikael Magnusson
Convert pom.xml to gradle.build using gradle init. Fix lombok annotations in the gradle project by adding annotationProcessor.
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-07Added deployment configJanHolger
2021-07-06Initial commitJanHolger