commit | d7480fd3b1738a8eae6a76098b17af318cf9b9cc | [log] [tgz] |
---|---|---|
author | WANG Cong <xiyou.wangcong@gmail.com> | Mon Nov 10 15:59:36 2014 -0800 |
committer | David S. Miller <davem@davemloft.net> | Tue Nov 11 15:23:54 2014 -0500 |
tree | 559ba1e8e583fec97c223f31b3657023e71febfb | |
parent | b2e2f0c779fefede3a871781c8827bd8e76c7c0f [diff] |
neigh: remove dynamic neigh table registration support Currently there are only three neigh tables in the whole kernel: arp table, ndisc table and decnet neigh table. What's more, we don't support registering multiple tables per family. Therefore we can just make these tables statically built-in. Cc: David S. Miller <davem@davemloft.net> Signed-off-by: Cong Wang <xiyou.wangcong@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>