summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-04-11Android: disable include patterns if glob is unsupportedMikael Magnusson
Because of missing glob() in NDK platforms before 28
2019-04-11Configure: support building as static libraryMikael Magnusson
2019-04-11WIP as shared libraryMikael Magnusson
2019-04-11Wireguard: fixesMikael Magnusson
2019-04-11WIP copy_configMikael Magnusson
2019-04-11WIP tlvlistMikael Magnusson
2019-04-04Filter: rename tlv to sub-tlvMikael Magnusson
2019-04-02Wireguard: add channel hooksMikael Magnusson
2019-04-02Wireguard: reinit wg device at shutdownMikael Magnusson
2019-04-02WIP gitignore /build*/Mikael Magnusson
2019-04-02Wireguard: Add user space supportMikael Magnusson
2019-04-02Wireguard: Use recursive tunnel encapsMikael Magnusson
2019-04-02Wireguard: Move key conversionMikael Magnusson
2019-04-02Wireguard: Add peer listMikael Magnusson
2019-04-02Wireguard: Set up wireguard deviceMikael Magnusson
Add private key and listen port items.
2019-04-02Wireguard: Add peer config settingsMikael Magnusson
2019-04-02Wireguard: Allow multiple channelsMikael Magnusson
2019-04-02Wireguard: Fix color decodingMikael Magnusson
2019-04-02nest: Recursive bgp routesMikael Magnusson
Allow recursive routes if they reference a route with a hight igp_metric. Max depth set to 10.
2019-04-02Wireguard: Extended color communityMikael Magnusson
2019-04-02Wireguard: Clean up config.YMikael Magnusson
2019-04-02Wireguard: FixesMikael Magnusson
2019-04-02Wireguard: Refactor into peer and allowed ips functionsMikael Magnusson
2019-04-02Wireguard: Add remote endpointMikael Magnusson
2019-04-02Wireguard: WIP tunnel encode decodeMikael Magnusson
2019-04-02Wireguard: DebugMikael Magnusson
2019-04-02Wireguard: Initial commitMikael Magnusson
2019-04-02wireguard-lib: Define wg_endpoint typeMikael Magnusson
2019-04-02wireguard-lib: Fix unused parameter warningsMikael Magnusson
2019-04-02wireguard-lib: Update importMikael Magnusson
2019-04-02wireguard-lib: Update libraryMikael Magnusson
2019-04-02wireguard-lib: Update libraryMikael Magnusson
2019-04-02wireguard-lib: Update libraryMikael Magnusson
2019-04-02wireguard-lib: Import wireguard libraryMikael Magnusson
2019-04-02Filter: Allow using defines in remote_endpointMikael Magnusson
2019-04-02Filter: Fix wireguard base64 function declMikael Magnusson
2019-04-02Filter: Tunnel Encaps color attributeMikael Magnusson
2019-04-02Filter: Allow deletion of bgb_tunnel_encapMikael Magnusson
2019-04-02Filter: WIPMikael Magnusson
2019-04-02Filter: TLVMikael Magnusson
2019-04-02BGP: Fix empty tunnel encapMikael Magnusson
2019-04-02BGP: Tunnel Encapsulation attributeMikael Magnusson
Refer to draft-ietf-idr-tunnel-encaps-11
2019-04-02unix: Implement sk_connect_unixMikael Magnusson
2019-02-22Conf: Switch for faster (and slightly bigger) lexerMaria Matejka
2019-02-22Nest: Do not compare rte.flags during rte_update()Ondrej Zajicek (work)
Route flags are mosty internal state of rtable, they are not significant to whether a route has changed. With the old code, all routes received as a part of enhanced route refresh are always re-announced to other peers due to change in REF_STALE.
2019-02-19HTML are no longer generated in srcdirOndrej Zajicek (work)
2019-02-19Doc: Detect SP/OpenSP automaticallyOndrej Zajicek (work)
2019-02-19Nest: Prevent withdraws from propagation back to source protocol (for ↵Ondrej Zajicek (work)
accepted mode) Update for one of previous patches, handles the the issue for first-accepted mode of route propagation.
2019-02-17OSPF: Reset LSAs during area type changeOndrej Zajicek (work)
When area is reconfigured to a different type, we need to flush LSAs as they may not be valid (e.g. NSSA-LSA for non-NSSA area). Also, when we have have just one OSPF area and that changes type, we could restart OSPF as there is no state to keep anyway. That solves issue with different handling of external routes exported to OSPF based of main area type.
2019-02-13OSPF: Basic support for DN-bit handling (RFC 4576)Ondrej Zajicek (work)
External LSAs originated by OSPF routers with VPN-PE behavior enabled are marked by DN flag and they are ignored by other OSPF routers with VPN-PE enabled.