summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-03-16WIP DEBUGold/buildMikael Magnusson
2019-03-15wireguard: fix unused parameter warningsMikael Magnusson
2019-03-09wireguard: Extended color communityMikael Magnusson
2019-03-08BGP: Tunnel Encaps color attributeMikael Magnusson
2019-03-08BGP: Allow deletion of bgb_tunnel_encapMikael Magnusson
2019-03-08wireguard: Clean up config.YMikael Magnusson
2019-03-08wireguard: FixesMikael Magnusson
2019-03-08wireguard: Refactor into peer and allowed ips functionsMikael Magnusson
2019-03-08WIPMikael Magnusson
2019-03-08Merge branch 'wireguard-lib' into buildMikael Magnusson
2019-03-08Merge branch 'wireguard' into buildMikael Magnusson
2019-03-08BGP: Tunnel Encapsulation attributeold/wg-tlvMikael Magnusson
Refer to draft-ietf-idr-tunnel-encaps-11
2019-03-08WIP tlvMikael Magnusson
2019-03-08wireguard: Add remote endpointold/wireguard-protoMikael Magnusson
2019-03-08WG: WIP tunnel encode decodeMikael Magnusson
2019-03-08wireguard: DebugMikael Magnusson
2019-03-08wireguard: Fix allowedip deletionMikael Magnusson
2019-03-08wireguard: Simplify allowedip deletionMikael Magnusson
2019-03-08wireguard: Fix warningsMikael Magnusson
2019-03-08WIP set allowed-ipsMikael Magnusson
2019-02-28wg: Update importold/wireguard-libMikael Magnusson
2019-02-28wireguard: update libraryold/wireguard-upstreamMikael Magnusson
2019-02-28wireguard: update libraryMikael Magnusson
2019-02-28wireguard: update libraryMikael Magnusson
2019-02-28import wireguard libraryMikael Magnusson
2019-02-28Wireguard: Initial commitold/wireguard-initialMikael Magnusson
2019-02-27bgp: Tunnel encapold/tunnel-encapMikael 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.
2019-02-09OSPF: Do not originate Router-Information LSAOndrej Zajicek (work)
As we do not have much usage for it yet.
2019-02-09Merge remote-tracking branch 'origin/mq-opt'Ondrej Zajicek (work)
2019-02-05Nest: Improve export counter handlingOndrej 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-05Nest: Report preferred counters also when 'import keep filtered' is enabledOndrej Zajicek (work)
Thanks to Michal Nowak for reporting the issue.
2019-02-03OSPF: Send direct acknowledgements as unicastOndrej 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-03OSPF: Reject duplicate DBDES packets after dead intervalOndrej 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-03OSPF: DD seqnum should be initialized only for first attemptsOndrej 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-03OSPF: Reject DBDES packets with non-matching MTUOndrej Zajicek (work)
As it is specified in RFC 2328. The old code just provided warning.
2019-02-02Nest: Reestablish preferred countersOndrej Zajicek (work)
2019-02-01Perf: Added forgotten all-protocol optionsMaria Matejka
2019-01-31Nest: FIB rehash values tweaked for better performanceMaria Matejka
2019-01-31Perf: Prune the table after every loop to have clean state.Maria Matejka
2019-01-31Perf: Write also BIRD version to have all the needed data in the logfileMaria Matejka
2019-01-31Nest: 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-30Nest: Prevent withdraws from propagation back to source protocolOndrej 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-26Doc: Add documentation for OSPF retransmit delay optionOndrej Zajicek (work)
Thanks to Igor Podlesny for notification.