aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python
diff options
context:
space:
mode:
authorTony Zelenoff <[email protected]>2012-01-26 22:28:58 +0000
committerDavid S. Miller <[email protected]>2012-01-30 12:57:34 -0500
commit84920c1420e2b4a4150e5bb45ee5a23ea4641523 (patch)
tree5115f0d9525cc7321c34bb6260ef576e091040f1 /tools/perf/scripts/python
parent5e6bbedd8238edbfee03d2950369edb08773cd3c (diff)
net: Allow ipv6 proxies and arp proxies be shown with iproute2
Add ability to return neighbour proxies list to caller if it sent full ndmsg structure and has NTF_PROXY flag set. Before this patch (and before iproute2 patches): $ ip neigh add proxy 2001::1 dev eth0 $ ip -6 neigh show $ After it and with applied iproute2 patches: $ ip neigh add proxy 2001::1 dev eth0 $ ip -6 neigh show 2001::1 dev eth0 proxy $ Compatibility with old versions of iproute2 is not broken, kernel checks for incoming structure size and properly works if old structure is came. [v2] * changed comments style. * removed useless line with continue and curly bracket. * changed incoming message size check from equal to more or equal. CC: [email protected] CC: [email protected] CC: [email protected] CC: [email protected] Signed-off-by: Tony Zelenoff <[email protected]> Acked-by: Thomas Graf <[email protected]> Signed-off-by: David S. Miller <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions