summaryrefslogtreecommitdiff
path: root/proto
AgeCommit message (Collapse)Author
2020-05-08WIP fixesMikael Magnusson
2020-05-08android fixesMikael Magnusson
2020-05-08WIP wireguardMikael Magnusson
2020-05-08Wireguard: Remove BGP report callsMikael Magnusson
2020-05-08Wireguard: Replace log with WG_TRACEMikael Magnusson
2020-05-08Wireguard: Replace debug with DBGMikael Magnusson
2020-05-08Wireguard: Don't add endpoint if not setMikael Magnusson
2020-05-08Wireguard: Fix type errorMikael Magnusson
Currently bgp_tunnel_encap is a T_SET.
2020-05-08WIPMikael Magnusson
2020-05-08Wireguard: Improve format functionMikael Magnusson
2020-05-08Wireguard: Fix duplicate allowedip entriesMikael Magnusson
2020-05-08Wireguard: Refactor dump_peerMikael Magnusson
2020-05-08Wireguard: Dump peersMikael Magnusson
2020-05-08Wireguard: Refactor remove_allowed_ipMikael Magnusson
2020-05-08Wireguard: Remove wg peer on withdrawMikael Magnusson
2020-05-08Wireguard: Add struct tunnel_encapMikael Magnusson
2020-05-08Wireguard: Generalize tunnel encapsulationMikael Magnusson
2020-05-08Wireguard: Refactor tunnel encaps decodingMikael Magnusson
2020-05-08Wireguard: Refactor unix socket implementationMikael Magnusson
Move unix socket implementation for wireguard-go to sysdep/unix/.
2020-05-08Wireguard: Remove bgp includeMikael Magnusson
2020-05-08Wireguard: Fix wg_channel_reconfigure signatureMikael Magnusson
2020-05-08Wireguard: Fix discarded const qualifiersMikael Magnusson
2020-05-08Wireguard: Rename remote endpoint to tunnel endpointMikael Magnusson
Adopt to draft-ietf-idr-tunnel-encaps-13.txt by renaming emote endpoint to tunnel endpoint.
2020-05-08Wireguard: Add tunnel_type config parameterMikael Magnusson
Use 51820 (default wireguard port) as default tunnel type.
2020-05-08Wireguard: FixesMikael Magnusson
2020-05-08Wireguard: Implement copy_configMikael Magnusson
2020-05-08Wireguard: Add channel hooksMikael Magnusson
2020-05-08Wireguard: Reinit wg device at shutdownMikael Magnusson
2020-05-08Wireguard: Add user space supportMikael Magnusson
2020-05-08Wireguard: Use recursive tunnel encapsMikael Magnusson
2020-05-08Wireguard: Move key conversionMikael Magnusson
2020-05-08Wireguard: Add peer listMikael Magnusson
2020-05-08Wireguard: Set up wireguard deviceMikael Magnusson
Add private key and listen port items.
2020-05-08Wireguard: Add peer config settingsMikael Magnusson
2020-05-08Wireguard: Allow multiple channelsMikael Magnusson
2020-05-08Wireguard: Fix color decodingMikael Magnusson
2020-05-08Wireguard: Extended color communityMikael Magnusson
2020-05-08Wireguard: Clean up config.YMikael Magnusson
2020-05-08Wireguard: FixesMikael Magnusson
2020-05-08Wireguard: Refactor into peer and allowed ips functionsMikael Magnusson
2020-05-08Wireguard: Add remote endpointMikael Magnusson
2020-05-08Wireguard: Implement tunnel encode decodeMikael Magnusson
2020-05-08Wireguard: DebugMikael Magnusson
2020-05-08Wireguard: Initial commitMikael Magnusson
2020-05-08BGP: Tunnel Encapsulation attributeMikael Magnusson
Refer to draft-ietf-idr-tunnel-encaps-13
2020-05-01Merge remote-tracking branch 'origin/mq-static-analysis'Maria Matejka
2020-05-01Nest: Added const to ea_show just to declare that this shouldn't really ↵Maria Matejka
change anything
2020-05-01OSPF: Zero-initialization of a temporary neighborMaria Matejka
2020-05-01RPKI: fixed rare va_list leakMaria Matejka
2020-05-01OSPF: Adding a note about a static analyzer result.Maria Matejka