[linux-vrf-core] "ip route show vrf X"
Status: Beta
Brought to you by:
jleu
From: Robert M. <ro...@ip...> - 2002-10-25 14:36:10
|
Hi all, While testing the iproute2 patch, I discovered the following behavior: Giving command "ip route show vrf X" causes ip utility to display all routes for all VRFs, regardless of vrf SELECTOR. In other words, it ignores the selector. I think that if "vrf X" selector is not given, all routes should be shown. If provided, it should only display the routes for that VRF. Attached patch provides the fix for this. It should be applied after linux-vrf iproute2 patch. Best regards, -Robert. |