Olivier Dugeon

Results 36 comments of Olivier Dugeon

In fact, it is the same problem as issue #14783

I suggest to activate ISIS debug message and look to the log to see if you could find more useful info. Please, post them to this issue. Useful debug should...

Right now, TE code (for both IS-IS and OSPF) supports only P2P with IP address interface. In fact, when building the TE topology, we need to link Nodes (Vertex) through...

Hi, /32 IP address is not considered an unnumbered address from the Traffic Engineering Database point of view. Thus, pathd should deal with such /32 IP address set on interface....

Redistribute route means that the router should send them to its neighbors (LSPs in case of IS-IS). But, I don't saw in your patch how this happen. In addition, does...

Hi, Please have a look to #15026. The problem is located in ospfd/ospf_te.c line 984 https://github.com/FRRouting/frr/pull/15026/files#diff-d35f61af81cddda63f05538505ab9312cb753062ef873ee5f64a184cca2c18e3 We should disable flooding of Extended Link when NSM state goes down, but we...