diff options
author | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2007-12-25 00:59:24 -0500 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2007-12-26 22:36:35 -0500 |
commit | 75ec533ec3335913009c32de878d5ed7cbe0d41c (patch) | |
tree | 97df5c2fd8c237b11d025b91fc89506285e256ee | |
parent | c6e991de4bd22dcdf9b9d9035e18b63b0bf2d198 (diff) |
[NET] tc_nat: header install
iproute2 build needs tc_nat.h header from kernel make install_headers.
Signed-off-by: Stephen Hemminger <stephen.hemminger@vyatta.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
-rw-r--r-- | include/linux/tc_act/Kbuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/tc_act/Kbuild b/include/linux/tc_act/Kbuild index 78dfbac36375..6dac0d7365cc 100644 --- a/include/linux/tc_act/Kbuild +++ b/include/linux/tc_act/Kbuild | |||
@@ -2,3 +2,4 @@ header-y += tc_gact.h | |||
2 | header-y += tc_ipt.h | 2 | header-y += tc_ipt.h |
3 | header-y += tc_mirred.h | 3 | header-y += tc_mirred.h |
4 | header-y += tc_pedit.h | 4 | header-y += tc_pedit.h |
5 | header-y += tc_nat.h | ||