Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-05-08 | Wireguard: Fix type error | Mikael Magnusson | |
Currently bgp_tunnel_encap is a T_SET. | |||
2020-05-08 | WIP | Mikael Magnusson | |
2020-05-08 | Wireguard: Add wireguard peer key to tunnel encap format | Mikael Magnusson | |
2020-05-08 | Wireguard: Add tunnel type names | Mikael Magnusson | |
2020-05-08 | Wireguard: Improve format function | Mikael Magnusson | |
2020-05-08 | Wireguard: Fix duplicate allowedip entries | Mikael Magnusson | |
2020-05-08 | Wireguard: Refactor dump_peer | Mikael Magnusson | |
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 | WIP gitignore /build*/ | 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 | Wireguard-lib: Define wg_endpoint type | Mikael Magnusson | |
2020-05-08 | Wireguard-lib: Fix unused parameter warnings | Mikael Magnusson | |
2020-05-08 | Wireguard-lib: Add to makefile | Mikael Magnusson | |
2020-05-08 | Wireguard-lib: Import wireguard library | Mikael Magnusson | |
2020-05-08 | BGP: Tunnel Encapsulation attribute | Mikael Magnusson | |
Refer to draft-ietf-idr-tunnel-encaps-13 | |||
2020-05-08 | Filter: TLV | Mikael Magnusson | |
2020-05-08 | Nest: Recursive bgp routes | Mikael Magnusson | |
Allow recursive routes if they reference a route with a hight igp_metric. Max depth set to 10. | |||
2020-05-08 | Unix: Implement sk_connect_unix | Mikael Magnusson | |
2020-05-05 | Tests: Activate BGP-int test | Ondrej Zajicek (work) | |
2020-05-05 | Tests: Change unsupported Ubuntu 19.04 for supported version 19.10 | Matous Holinka | |