Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-05-08 | Wireguard: Dump peers | Mikael Magnusson | |
2020-05-08 | Wireguard: Refactor remove_allowed_ip | Mikael Magnusson | |
2020-05-08 | Wireguard: Remove wg peer on withdraw | Mikael Magnusson | |
2020-05-08 | Wireguard: Add struct tunnel_encap | Mikael Magnusson | |
2020-05-08 | Wireguard: Generalize tunnel encapsulation | Mikael Magnusson | |
2020-05-08 | Wireguard: Refactor tunnel encaps decoding | Mikael Magnusson | |
2020-05-08 | Wireguard: Refactor unix socket implementation | Mikael Magnusson | |
Move unix socket implementation for wireguard-go to sysdep/unix/. | |||
2020-05-08 | Wireguard: Remove bgp include | Mikael Magnusson | |
2020-05-08 | Wireguard: Fix wg_channel_reconfigure signature | Mikael Magnusson | |
2020-05-08 | Wireguard: Fix discarded const qualifiers | Mikael Magnusson | |
2020-05-08 | Wireguard: Rename remote endpoint to tunnel endpoint | Mikael Magnusson | |
Adopt to draft-ietf-idr-tunnel-encaps-13.txt by renaming emote endpoint to tunnel endpoint. | |||
2020-05-08 | Wireguard: Add tunnel_type config parameter | Mikael Magnusson | |
Use 51820 (default wireguard port) as default tunnel type. | |||
2020-05-08 | Wireguard: Fixes | Mikael Magnusson | |
2020-05-08 | Wireguard: Implement copy_config | Mikael Magnusson | |
2020-05-08 | Wireguard: Add channel hooks | Mikael Magnusson | |
2020-05-08 | Wireguard: Reinit wg device at shutdown | Mikael Magnusson | |
2020-05-08 | Wireguard: Add user space support | Mikael Magnusson | |
2020-05-08 | Wireguard: Use recursive tunnel encaps | Mikael Magnusson | |
2020-05-08 | Wireguard: Move key conversion | Mikael Magnusson | |
2020-05-08 | Wireguard: Add peer list | Mikael Magnusson | |
2020-05-08 | Wireguard: Set up wireguard device | Mikael Magnusson | |
Add private key and listen port items. | |||
2020-05-08 | Wireguard: Add peer config settings | Mikael Magnusson | |
2020-05-08 | Wireguard: Allow multiple channels | Mikael Magnusson | |
2020-05-08 | Wireguard: Fix color decoding | Mikael Magnusson | |
2020-05-08 | Wireguard: Extended color community | Mikael Magnusson | |
2020-05-08 | Wireguard: Clean up config.Y | Mikael Magnusson | |
2020-05-08 | Wireguard: Fixes | Mikael Magnusson | |
2020-05-08 | Wireguard: Refactor into peer and allowed ips functions | Mikael Magnusson | |
2020-05-08 | Wireguard: Add remote endpoint | Mikael Magnusson | |
2020-05-08 | Wireguard: Implement tunnel encode decode | Mikael Magnusson | |
2020-05-08 | Wireguard: Debug | Mikael Magnusson | |
2020-05-08 | Wireguard: Initial commit | Mikael Magnusson | |
2020-05-08 | BGP: Tunnel Encapsulation attribute | Mikael Magnusson | |
Refer to draft-ietf-idr-tunnel-encaps-13 | |||
2020-05-01 | Merge remote-tracking branch 'origin/mq-static-analysis' | Maria Matejka | |
2020-05-01 | Nest: Added const to ea_show just to declare that this shouldn't really ↵ | Maria Matejka | |
change anything | |||
2020-05-01 | OSPF: Zero-initialization of a temporary neighbor | Maria Matejka | |
2020-05-01 | RPKI: fixed rare va_list leak | Maria Matejka | |
2020-05-01 | OSPF: Adding a note about a static analyzer result. | Maria Matejka | |
2020-05-01 | OSPF: variable-length array of size 0 replaced by alloca()'d pointer | Maria Matejka | |
NULL pointer is safer than a random pointer onto stack if this function gets changed and eventually broken. | |||
2020-04-29 | BGP: Fix handling of strange IPv6 link-local-only next hops | Ondrej Zajicek (work) | |
There are three common ways how to encode IPv6 link-local-only next hops: (:: ll), (ll), and (ll ll). We use the first one but we should accept all three. The patch fixes handling of the last one. Thanks to Sebastian Hahn for the bugreport. | |||
2020-04-28 | Not calling memcpy with n=0. | Maria Matejka | |
2020-04-15 | BGP: Fix handling of 16bit-only ASN translation | Nasato Goto | |
The bug generated invalid AGGREGATOR attribute during translation of 32bit ASN to 16bit-only BGP peer. The patch fixes that. | |||
2020-04-09 | Configuration strings are constant. | Maria Matejka | |
This is merely a const propagation. There was no problem in there. | |||
2020-03-14 | RIP: Improvements to demand circuit mode | Ondrej Zajicek (work) | |
Restart iface after changing demand circuit mode during reconfiguration. Fix next_regular interval reset during reconfiguration. Send flushing response when iface goes down. | |||
2020-03-12 | Perf: changed route update pattern to be more like common protocols | Maria Matejka | |
2020-03-03 | BGP: Handle flowspec rules without dst part | Ondrej Zajicek (work) | |
The RFC 5575 does not explicitly reject flowspec rules without dst part, it just requires dst part in validation procedure for feasibility, which we do not implement anyway. Thus flow without dst prefix is syntactically valid, but unfeasible (if feasibilty testing is done). Thanks to Alex D. for the bugreport. | |||
2020-02-27 | BGP: Support for MD5SIG together with remote range | Ondrej Zajicek (work) | |
When dynamic BGP with remote range is configured, MD5SIG needs to use newer socket option (TCP_MD5SIG_EXT) to specify remote addres range for listening socket. Thanks to Adam Kułagowski for the suggestion. | |||
2020-02-21 | RIP: Demand circuit support (RFC 2091) | Ondrej Zajicek (work) | |
2020-02-14 | RIP: Fix crash when interface is removed | Ondrej Zajicek (work) | |
Recent changes in neighbor code caused RIP to access neighbor field which is NULL during interface/neighbor removal and caused crash when debug messages are enabled. Use correct field to get iface from neighbor. | |||
2020-02-04 | RPKI: Allow build without libSSH | Maria Matejka | |