Mahdi Varasteh

Results 2 issues of Mahdi Varasteh

--------------- **Describe the bug** the Linux kernel removes all routes when interface has no IP address. Normally zebra handles this situation for routes with provided NH, but routes for P2P...

triage

The function is called in `fib_entry_src_action_path_add`, `fib_entry_src_action_path_remove` and `fib_entry_src_action_path_swap` and works on route paths (rpaths) that are provided to these functions. There are 2 problems with this function: 1. The...