]> git.baikalelectronics.ru Git - kernel.git/commit
route: Remove unused ifa_anycast field
authorThomas Graf <tgraf@suug.ch>
Tue, 3 Jun 2008 23:37:33 +0000 (16:37 -0700)
committerDavid S. Miller <davem@davemloft.net>
Tue, 3 Jun 2008 23:37:33 +0000 (16:37 -0700)
commit8e47e523a69202f7eef5ff08f519c7cbecca6518
treeed3c2d053ed6206ad7e440c0a20982d6266e1df5
parent89cf50d73bc4b334c6729e6a8403e7bc0fb30c44
route: Remove unused ifa_anycast field

The field was supposed to allow the creation of an anycast route by
assigning an anycast address to an address prefix. It was never
implemented so this field is unused and serves no purpose. Remove it.

Signed-off-by: Thomas Graf <tgraf@suug.ch>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/linux/inetdevice.h
net/ipv4/devinet.c