]> git.proxmox.com Git - mirror_iproute2.git/commit
iproute2: Add ll_index_to_addr function
authorDavid Ward <david.ward@ll.mit.edu>
Thu, 15 Oct 2009 18:53:13 +0000 (14:53 -0400)
committerStephen Hemminger <stephen.hemminger@vyatta.com>
Tue, 1 Dec 2009 23:54:16 +0000 (15:54 -0800)
commitee7ba9875d2b1662fc13a96d082a31cc4258465f
tree29f5b6044aecbef9a4dc4242a9e7c58c107ed9c1
parent71e5815105fb0b86af7df9c719f7c106f05f29c0
iproute2: Add ll_index_to_addr function

After calling ll_init_map, all of the information stored in the link-layer map
can be retrieved by function calls (ll_index_to_*), except for the link-layer
address. This patch fills the gap by adding a ll_index_to_addr function.
Changes welcome.

Signed-off-by: David Ward <david.ward@ll.mit.edu>
include/ll_map.h
lib/ll_map.c