Louis Scalbert

Results 67 issues of 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 >...

tests
zebra
libfrr
bugfix
master
size/XL

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...

isis
bugfix
master
size/XS

Display ipv4 mapped ipv6 addresses in the format ::ffff:A.B.C.D.

tests
libfrr
bugfix
conflicts
master
size/L

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")

isis
bugfix
backport
master
size/XS

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...

bgp
bugfix
master
size/XS

Not intended to be pushed. Just to check the CI

bgp
master
size/XS

see commit logs. Changes to help the topotest maintenance

tests
master
size/L

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...

master
size/S

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...

master
size/S

See individual commits

nhrp
bugfix
master
size/XS