Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-03-16 | WIP DEBUGold/build | Mikael Magnusson | |
2019-03-15 | wireguard: fix unused parameter warnings | Mikael Magnusson | |
2019-03-09 | wireguard: Extended color community | Mikael Magnusson | |
2019-03-08 | BGP: Tunnel Encaps color attribute | Mikael Magnusson | |
2019-03-08 | BGP: Allow deletion of bgb_tunnel_encap | Mikael Magnusson | |
2019-03-08 | wireguard: Clean up config.Y | Mikael Magnusson | |
2019-03-08 | wireguard: Fixes | Mikael Magnusson | |
2019-03-08 | wireguard: Refactor into peer and allowed ips functions | Mikael Magnusson | |
2019-03-08 | WIP | Mikael Magnusson | |
2019-03-08 | Merge branch 'wireguard-lib' into build | Mikael Magnusson | |
2019-03-08 | Merge branch 'wireguard' into build | Mikael Magnusson | |
2019-03-08 | BGP: Tunnel Encapsulation attributeold/wg-tlv | Mikael Magnusson | |
Refer to draft-ietf-idr-tunnel-encaps-11 | |||
2019-03-08 | WIP tlv | Mikael Magnusson | |
2019-03-08 | wireguard: Add remote endpointold/wireguard-proto | Mikael Magnusson | |
2019-03-08 | WG: WIP tunnel encode decode | Mikael Magnusson | |
2019-03-08 | wireguard: Debug | Mikael Magnusson | |
2019-03-08 | wireguard: Fix allowedip deletion | Mikael Magnusson | |
2019-03-08 | wireguard: Simplify allowedip deletion | Mikael Magnusson | |
2019-03-08 | wireguard: Fix warnings | Mikael Magnusson | |
2019-03-08 | WIP set allowed-ips | Mikael Magnusson | |
2019-02-28 | wg: Update importold/wireguard-lib | Mikael Magnusson | |
2019-02-28 | wireguard: update libraryold/wireguard-upstream | Mikael Magnusson | |
2019-02-28 | wireguard: update library | Mikael Magnusson | |
2019-02-28 | wireguard: update library | Mikael Magnusson | |
2019-02-28 | import wireguard library | Mikael Magnusson | |
2019-02-28 | Wireguard: Initial commitold/wireguard-initial | Mikael Magnusson | |
2019-02-27 | bgp: Tunnel encapold/tunnel-encap | 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. | |||
2019-02-17 | OSPF: Reset LSAs during area type change | Ondrej 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-13 | OSPF: 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. | |||
2019-02-09 | OSPF: Do not originate Router-Information LSA | Ondrej Zajicek (work) | |
As we do not have much usage for it yet. | |||
2019-02-09 | Merge remote-tracking branch 'origin/mq-opt' | Ondrej Zajicek (work) | |
2019-02-05 | Nest: Improve export counter handling | Ondrej Zajicek (work) | |
One of previous workarounds for phantom route avoidance breaks export counters by expanding sending of spurious withdraws, which are send when we are not sure whether we have advertised that routes in the past. If not, then export counter is decreased, but it was not increased before, so it overflows under zero. The patch fixes that by sendung spurious withdraws, but not counting them on export counter. That may lead to error in the other direction, but that happens only as a race condition (i.e., in normal operation filters return proper values about old route export state). | |||
2019-02-05 | Nest: Report preferred counters also when 'import keep filtered' is enabled | Ondrej Zajicek (work) | |
Thanks to Michal Nowak for reporting the issue. | |||
2019-02-03 | OSPF: Send direct acknowledgements as unicast | Ondrej Zajicek (work) | |
Direct acknowledgements should be send as unicast to a corresponding neighbor. Only delayed acks should be send as multicast to all/designated routers. | |||
2019-02-03 | OSPF: Reject duplicate DBDES packets after dead interval | Ondrej Zajicek (work) | |
Master may free last DBDES packet immediately. Slave must wait dead interval before freeing last DBDES packet and then reject duplicate DBDES packets with SeqNumberMismatch. | |||
2019-02-03 | OSPF: DD seqnum should be initialized only for first attempts | Ondrej Zajicek (work) | |
After SeqNumberMismatch/BadLSReq, we should continue with the old seqnum++. The old code tries to do that by n->adj, but it was set nowhere. | |||
2019-02-03 | OSPF: Reject DBDES packets with non-matching MTU | Ondrej Zajicek (work) | |
As it is specified in RFC 2328. The old code just provided warning. | |||
2019-02-02 | Nest: Reestablish preferred counters | Ondrej Zajicek (work) | |
2019-02-01 | Perf: Added forgotten all-protocol options | Maria Matejka | |
2019-01-31 | Nest: FIB rehash values tweaked for better performance | Maria Matejka | |
2019-01-31 | Perf: Prune the table after every loop to have clean state. | Maria Matejka | |
2019-01-31 | Perf: Write also BIRD version to have all the needed data in the logfile | Maria Matejka | |
2019-01-31 | Nest: Don't lookup net in table before filters are run. | Maria Matejka | |
Using dummy net instead. This should help with performance on rejected routes. | |||
2019-01-30 | Nest: Prevent withdraws from propagation back to source protocol | Ondrej Zajicek (work) | |
The earlier fix loosen conditions for not running filters on old route when deciding about route propagation to a protocol to avoid issues with ghost routes in some race conditions. Unfortunately, the fix also caused back-propagation of withdraws. For regular updates, back-propagation is prevented in import_control hooks, but these are not called on withdraws. For them, import_control hooks are called on old routes instead, changing (old, NULL) notification to (NULL, NULL), which is ignored. By not calling export processing in some cases, the withdraw is not ignored and is back-propagated. This patch fixes that by contract conditions so the earlier fix is not applied to back-propagated updates. | |||
2019-01-26 | Doc: Add documentation for OSPF retransmit delay option | Ondrej Zajicek (work) | |
Thanks to Igor Podlesny for notification. |