rtnetlink: Remove LINK specific messages from rtnetlink
authorEthan Jackson <ethan@nicira.com>
Tue, 21 Dec 2010 21:44:37 +0000 (13:44 -0800)
committerEthan Jackson <ethan@nicira.com>
Tue, 4 Jan 2011 18:34:55 +0000 (10:34 -0800)
commit21d6e22eeec05a1c382178dc2eb840afe3b9cca6
tree096f1c1b9cc6c4ec82d084e9cb436e6b36216119
parent5601839c4565e31405803416c79aecc0db9a40c0
rtnetlink: Remove LINK specific messages from rtnetlink

Abstracted rtnetlink so that it may be used for messages other than
RTM LINK messages.  Created a new rtnetlink-link module which
specifically deals with these kinds of messages and follows the old
rtnetlink API.
lib/automake.mk
lib/dpif-linux.c
lib/netdev-linux.c
lib/rtnetlink-link.c [new file with mode: 0644]
lib/rtnetlink-link.h [new file with mode: 0644]
lib/rtnetlink.c
lib/rtnetlink.h