Olivier Dugeon

Results 36 comments of Olivier Dugeon

> So, this was an intermittant failure? The changes in the 3 recent commits all add more checking - which change fixed the failing topotests? I can't find any checking...

> So, this was an intermittant failure? The changes in the 3 recent commits all add more checking - which change fixed the failing topotests? I can't find any checking...

@rzalamena Agree, but I would suggest to reconsider part of step 3 as initial step because the renaming of directory and building the python package are mandatory for next steps...

Can you send us the complete IS-IS and interface configuration you used as well as the output of "show isis database detail" and finally the output of "show isis mpls-te...

Hello, For TI-LFA, it is needed to compute the P and Q space to determine alternate route in case of link or node failure. For this purpose, the P and...

If you look at the `ospf_ti_lfa_compute()` function, there are 3 actions: - Generate the P spaces which at the end call the `ospf_spf_copy()` function and allocate new memory for vertex...

In fact, the p-space reuse the same vertex structure and thus the same function sets used by the standard SPF. So, the free function is already set in various functions...

Hello, For TI-LFA, it is needed to compute the P and Q space to determine alternate route in case of link or node failure. For this purpose, the P space...