Olivier Dugeon
Olivier Dugeon
Hum, this let us think that it is an old bug. FRR is currently version 8.x. Can you check that you could reproduce the same problem with the latest version...
Adjusted the call to isis_del_extended_tlvs() - circuit->ext needed to be set to NULL in the caller function - remove call to this function when SR adjacency is removed Normally, this...
There is one case where an interface could be tagged as looopback. Within SONiC, you could add another IP address to the lo interface, but, this IP address will be...
> > There is one case where an interface could be tagged as looopback. Within SONiC, you could add another IP address to the lo interface, but, this IP address...
> I think the change in the code here - blindly considering any dummy interface as a loopback - doesn't seem like enough. I do think it would be reasonable...
Following meeting between ISIS Flex Ago and OSPF Flex Algo implementation, and after re-reading the Flex Algo draft, I think IMHO that the best place to store Flex Algo information...
Capture is strange. When I open it into wireshark I got Invalid Length/Type error for the Ethernet frames. Only source and destination mac addresses are recognized.
> That's exactly what I looked at. > > `pcfgs` is defined as a fixed-length array which is always non-NULL: `struct sr_prefix_cfg *pcfgs[SR_ALGORITHM_COUNT] = {NULL};`. > > Then it is...
This feature is not yet implemented.
First, check the RFC as there is some rules to respect. Second, to redistribute prefixes, you should generate appropriate IS-IS LSP packet to advertise these prefixes on the interface that...