leonshaw

Results 23 comments of leonshaw

> Can you explain exactly which system calls must be made with the new namespace, and which can be made with the original namespace? For example, are you saying that...

> Just to be sure I'm clear, it sounds like the problem is that you want to set the namespace before calling `socket`. Setting the namespace requires locking the thread,...

Some topotests failed, investigating...

- **`bgp_default_originate`**: BGP configurations are postponed until route-map update timer (default 5s) by the start/end marker. Could add `bgp route-map delay-timer 0`. - **`bgp_remove_private_as`**: Route-update request is sent before EoR,...

> Please verify if your patch works correctly when you load a config with BGP peers (and check if they establish the sessions, not waiting for 10 minutes) and `end`...

Rebased against master. Removed `zl3vni_from_svi()` part as is resolved in #9416 by a walk through all namespaces. However, I think the walk could be avoided since the vxlan interface is...

@pjdruddy It's long since this PR was open, any comments? @pguibert6WIND Could have look at this maybe?