Louis Scalbert
Louis Scalbert
Fix a heap-after-free that causes zebra to crash even without address-sanitizer. To reproduce: > echo "100 my_table" | tee -a /etc/iproute2/rt_tables > ip route add blackhole default table 100 >...
If the link-params are set when the circuit not yet up, the link-params are never updated. isis_link_params_update() is called from isis_circuit_up() but returns immediately because circuit->state != C_STATE_UP. circuit->state is...
Display ipv4 mapped ipv6 addresses in the format ::ffff:A.B.C.D.
Fix rcap tlv double-free crash. It is supposed to freed later by isis_free_tlvs() -> free_tlv_router_cap(). Fixes: 49efc80d34 ("isisd: Ensure rcap is freed in error case")
There is a race condition with addpath withdrawal. The withdrawal never happens if it was request when coalesce timer running. It can be demonstrated by adding to bgp_snmp_bgp4v2mib/rr/bgpd.conf: > router...
Not intended to be pushed. Just to check the CI
see commit logs. Changes to help the topotest maintenance
Dirty fix to check that is possible to load configuration from "vtysh -f" at startup. It tests that northbound configuration can be committed together. An issue with a common commit...
Dirty fix to check that is possible to load configuration from vtysh at startup. It tests that northbound configuration can be committed together. An issue with a common commit was...