Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-04-13 | android fixesandroid-old | Mikael Magnusson | |
2019-04-11 | Makefile.in: WIP fix AR | Mikael Magnusson | |
2019-04-11 | Android: disable include patterns if glob is unsupported | Mikael Magnusson | |
Because of missing glob() in NDK platforms before 28 | |||
2019-04-11 | Configure: support building as static library | Mikael Magnusson | |
2019-04-11 | WIP as shared library | Mikael Magnusson | |
2019-04-11 | Wireguard: fixes | Mikael Magnusson | |
2019-04-11 | WIP copy_config | Mikael Magnusson | |
2019-04-11 | WIP tlvlist | Mikael Magnusson | |
2019-04-04 | Filter: rename tlv to sub-tlv | Mikael Magnusson | |
2019-04-02 | Wireguard: add channel hooks | Mikael Magnusson | |
2019-04-02 | Wireguard: reinit wg device at shutdown | Mikael Magnusson | |
2019-04-02 | WIP gitignore /build*/ | Mikael Magnusson | |
2019-04-02 | Wireguard: Add user space support | Mikael Magnusson | |
2019-04-02 | Wireguard: Use recursive tunnel encaps | Mikael Magnusson | |
2019-04-02 | Wireguard: Move key conversion | Mikael Magnusson | |
2019-04-02 | Wireguard: Add peer list | Mikael Magnusson | |
2019-04-02 | Wireguard: Set up wireguard device | Mikael Magnusson | |
Add private key and listen port items. | |||
2019-04-02 | Wireguard: Add peer config settings | Mikael Magnusson | |
2019-04-02 | Wireguard: Allow multiple channels | Mikael Magnusson | |
2019-04-02 | Wireguard: Fix color decoding | Mikael Magnusson | |
2019-04-02 | nest: Recursive bgp routes | Mikael Magnusson | |
Allow recursive routes if they reference a route with a hight igp_metric. Max depth set to 10. | |||
2019-04-02 | Wireguard: Extended color community | Mikael Magnusson | |
2019-04-02 | Wireguard: Clean up config.Y | Mikael Magnusson | |
2019-04-02 | Wireguard: Fixes | Mikael Magnusson | |
2019-04-02 | Wireguard: Refactor into peer and allowed ips functions | Mikael Magnusson | |
2019-04-02 | Wireguard: Add remote endpoint | Mikael Magnusson | |
2019-04-02 | Wireguard: WIP tunnel encode decode | Mikael Magnusson | |
2019-04-02 | Wireguard: Debug | Mikael Magnusson | |
2019-04-02 | Wireguard: Initial commit | Mikael Magnusson | |
2019-04-02 | wireguard-lib: Define wg_endpoint type | Mikael Magnusson | |
2019-04-02 | wireguard-lib: Fix unused parameter warnings | Mikael Magnusson | |
2019-04-02 | wireguard-lib: Update import | Mikael Magnusson | |
2019-04-02 | wireguard-lib: Update library | Mikael Magnusson | |
2019-04-02 | wireguard-lib: Update library | Mikael Magnusson | |
2019-04-02 | wireguard-lib: Update library | Mikael Magnusson | |
2019-04-02 | wireguard-lib: Import wireguard library | Mikael Magnusson | |
2019-04-02 | Filter: Allow using defines in remote_endpoint | Mikael Magnusson | |
2019-04-02 | Filter: Fix wireguard base64 function decl | Mikael Magnusson | |
2019-04-02 | Filter: Tunnel Encaps color attribute | Mikael Magnusson | |
2019-04-02 | Filter: Allow deletion of bgb_tunnel_encap | Mikael Magnusson | |
2019-04-02 | Filter: WIP | Mikael Magnusson | |
2019-04-02 | Filter: TLV | Mikael Magnusson | |
2019-04-02 | BGP: Fix empty tunnel encap | Mikael Magnusson | |
2019-04-02 | BGP: Tunnel Encapsulation attribute | Mikael Magnusson | |
Refer to draft-ietf-idr-tunnel-encaps-11 | |||
2019-04-02 | unix: Implement sk_connect_unix | Mikael Magnusson | |
2019-02-22 | Conf: Switch for faster (and slightly bigger) lexer | Maria Matejka | |
2019-02-22 | Nest: 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-19 | HTML are no longer generated in srcdir | Ondrej Zajicek (work) | |
2019-02-19 | Doc: Detect SP/OpenSP automatically | Ondrej Zajicek (work) | |
2019-02-19 | Nest: 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. |