Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-11-13 | Allow external access to SubTlvactive | Mikael Magnusson | |
2023-11-13 | Improve TunnelEncapsAttribute | Mikael Magnusson | |
2023-11-12 | Build as library | Mikael Magnusson | |
2023-11-12 | Allow automatic stop in Connected state | Mikael Magnusson | |
2023-11-12 | Fix socket null exception | Mikael Magnusson | |
2023-11-12 | Use socketfactory and allow caller supplied serversocket | Mikael Magnusson | |
To allow using TrafficStats to tag sockets on Android. | |||
2023-11-12 | Remove unneeded declared exceptions | Mikael Magnusson | |
2023-11-12 | Fix null reference in TunnelEncapsAttribute | Mikael Magnusson | |
2023-11-12 | Improve memory management | Mikael Magnusson | |
Rewrite timer tasks as non-inner class. It works around problem with garbage collecting BGPFsm. | |||
2023-11-11 | Implement MPReachableNLRIAttribute.build() | Mikael Magnusson | |
2023-11-11 | Add flags to attributes | Mikael Magnusson | |
2023-11-11 | Implement build() for a few attributes | Mikael Magnusson | |
Implement build() for AS4PathAttribute, ASPathAttribute and OriginAttribute. | |||
2023-11-11 | Uncommitted changes | Mikael Magnusson | |
2022-03-17 | Support type 2 WireGuard tunnel encapsulation sub-TLV | Mikael Magnusson | |
Type 2 optionally includes presistend keepalive, protocol version and preshared key. | |||
2022-03-17 | Add support for longest prefix match of IPPrefixes | Mikael Magnusson | |
* Implement IPPrefix.hashCode() and equals() for longest prefix match. * Add withdrawnPrefixes to MPUnreachableNLRIAttribute. | |||
2022-03-13 | Add collision detection | Mikael Magnusson | |
2022-03-12 | Improve BGP FSM | Mikael Magnusson | |
2022-03-12 | Implement AS4 capability | Mikael Magnusson | |
Specified in RFC 6793. | |||
2022-03-12 | Allow stop in opensent and established states | Mikael Magnusson | |
2022-03-12 | Fix IPv6 address text representation | Mikael Magnusson | |
Translated longest consquent 16-Bit 0 Fields to ::. | |||
2022-03-12 | Implement tunnel encaps attribute | Mikael Magnusson | |
2022-03-12 | Move Request creation to BGPSession | Mikael Magnusson | |
2022-03-12 | Add multiprotocol capability and IPv6 | Mikael Magnusson | |
2022-03-12 | Add BGP finite-state machine | Mikael Magnusson | |
Implement BGPFsm. | |||
2022-03-10 | Implement toString in various path attributes | Mikael Magnusson | |
2022-02-02 | Move maven repository to settingsgradle | Mikael Magnusson | |
This is required on Android builds. | |||
2022-02-01 | Add gradle project | Mikael Magnusson | |
Convert pom.xml to gradle.build using gradle init. Fix lombok annotations in the gradle project by adding annotationProcessor. | |||
2021-12-01 | Added proper handling of SocketException's | JanHolger | |
2021-12-01 | Added proper handling of SocketException's | JanHolger | |
2021-11-30 | Fixed a few issues | JanHolger | |
2021-10-31 | Removed router-id filter because it didn't work properly | JanHolger | |
2021-07-07 | Added deployment config | JanHolger | |
2021-07-06 | Initial commit | JanHolger | |