]> bbs.cooldavid.org Git - net-next-2.6.git/commit - net/ipv4/fib_frontend.c
[IPV4]: fib_sync_down rework.
authorDenis V. Lunev <den@openvz.org>
Fri, 1 Feb 2008 02:48:47 +0000 (18:48 -0800)
committerDavid S. Miller <davem@davemloft.net>
Fri, 1 Feb 2008 03:28:39 +0000 (19:28 -0800)
commit85326fa54b5516d8859617cc5fdfce8ae19c1480
tree82129844e755914183bc262b250301d06b7db398
parent4b8aa9abee2e108b132dea7a7c4e81a167895354
[IPV4]: fib_sync_down rework.

fib_sync_down can be called with an address and with a device. In
reality it is called either with address OR with a device. The
codepath inside is completely different, so lets separate it into two
calls for these two cases.

Signed-off-by: Denis V. Lunev <den@openvz.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/net/ip_fib.h
net/ipv4/fib_frontend.c
net/ipv4/fib_semantics.c