Provide method to locate device by IP and add more nodev functions to netdev
authorJustin Pettit <jpettit@nicira.com>
Mon, 6 Jul 2009 22:37:19 +0000 (15:37 -0700)
committerJustin Pettit <jpettit@nicira.com>
Wed, 8 Jul 2009 18:19:52 +0000 (11:19 -0700)
commit79c720a8302aafcd471b535833e88dae0e653671
treef76c99331a23560cf290f02952b0d4c9377f9169
parentae8871ec5b944315294bb9a1531d2ec8cc2ca3da
Provide method to locate device by IP and add more nodev functions to netdev

In some cases we need to be able to locate a device by its IPv4 address.
There doesn't seem to be an easy way to do this on Linux, so we iterate
through all devices until it's found.  The caller can provide a hint as
to the device, so subsequent checks can be quicker.

This checkin also adds nodev versions of functions to lookup ARP entries
and the IPv4 address of a device.
lib/netdev.c
lib/netdev.h