diff options
| author | Jan Engelhardt <jengelh@computergmbh.de> | 2007-11-05 23:42:16 -0500 |
|---|---|---|
| committer | David S. Miller <davem@sunset.davemloft.net> | 2007-11-07 07:08:21 -0500 |
| commit | b98e1747eecc19b872572c5fffedc1868531dac6 (patch) | |
| tree | 707b41d5fad6218c475d51fe6b7eeccaa66d200b /include/linux | |
| parent | ba5dc2756cc305c055dbb253b8fcdc459f0f8e73 (diff) | |
[NETFILTER]: Sort matches/targets in Kbuild file
Sort matches and targets in the Kbuild file.
Signed-off-by: Jan Engelhardt <jengelh@computergmbh.de>
Signed-off-by: Patrick McHardy <kaber@trash.net>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/netfilter/Kbuild | 18 | ||||
| -rw-r--r-- | include/linux/netfilter_ipv4/Kbuild | 28 | ||||
| -rw-r--r-- | include/linux/netfilter_ipv6/Kbuild | 2 |
3 files changed, 24 insertions, 24 deletions
diff --git a/include/linux/netfilter/Kbuild b/include/linux/netfilter/Kbuild index f2eaea2234ec..b87e83a5e070 100644 --- a/include/linux/netfilter/Kbuild +++ b/include/linux/netfilter/Kbuild | |||
| @@ -4,25 +4,28 @@ header-y += nfnetlink_conntrack.h | |||
| 4 | header-y += nfnetlink_log.h | 4 | header-y += nfnetlink_log.h |
| 5 | header-y += nfnetlink_queue.h | 5 | header-y += nfnetlink_queue.h |
| 6 | header-y += xt_CLASSIFY.h | 6 | header-y += xt_CLASSIFY.h |
| 7 | header-y += xt_CONNMARK.h | ||
| 8 | header-y += xt_CONNSECMARK.h | ||
| 9 | header-y += xt_DSCP.h | ||
| 10 | header-y += xt_MARK.h | ||
| 11 | header-y += xt_NFLOG.h | ||
| 12 | header-y += xt_NFQUEUE.h | ||
| 13 | header-y += xt_SECMARK.h | ||
| 14 | header-y += xt_TCPMSS.h | ||
| 7 | header-y += xt_comment.h | 15 | header-y += xt_comment.h |
| 8 | header-y += xt_connbytes.h | 16 | header-y += xt_connbytes.h |
| 9 | header-y += xt_connmark.h | 17 | header-y += xt_connmark.h |
| 10 | header-y += xt_CONNMARK.h | ||
| 11 | header-y += xt_conntrack.h | 18 | header-y += xt_conntrack.h |
| 12 | header-y += xt_dccp.h | 19 | header-y += xt_dccp.h |
| 13 | header-y += xt_dscp.h | 20 | header-y += xt_dscp.h |
| 14 | header-y += xt_DSCP.h | ||
| 15 | header-y += xt_esp.h | 21 | header-y += xt_esp.h |
| 16 | header-y += xt_helper.h | ||
| 17 | header-y += xt_hashlimit.h | 22 | header-y += xt_hashlimit.h |
| 23 | header-y += xt_helper.h | ||
| 18 | header-y += xt_length.h | 24 | header-y += xt_length.h |
| 19 | header-y += xt_limit.h | 25 | header-y += xt_limit.h |
| 20 | header-y += xt_mac.h | 26 | header-y += xt_mac.h |
| 21 | header-y += xt_mark.h | 27 | header-y += xt_mark.h |
| 22 | header-y += xt_MARK.h | ||
| 23 | header-y += xt_multiport.h | 28 | header-y += xt_multiport.h |
| 24 | header-y += xt_NFQUEUE.h | ||
| 25 | header-y += xt_NFLOG.h | ||
| 26 | header-y += xt_pkttype.h | 29 | header-y += xt_pkttype.h |
| 27 | header-y += xt_policy.h | 30 | header-y += xt_policy.h |
| 28 | header-y += xt_realm.h | 31 | header-y += xt_realm.h |
| @@ -32,9 +35,6 @@ header-y += xt_statistic.h | |||
| 32 | header-y += xt_string.h | 35 | header-y += xt_string.h |
| 33 | header-y += xt_tcpmss.h | 36 | header-y += xt_tcpmss.h |
| 34 | header-y += xt_tcpudp.h | 37 | header-y += xt_tcpudp.h |
| 35 | header-y += xt_SECMARK.h | ||
| 36 | header-y += xt_CONNSECMARK.h | ||
| 37 | header-y += xt_TCPMSS.h | ||
| 38 | 38 | ||
| 39 | unifdef-y += nf_conntrack_common.h | 39 | unifdef-y += nf_conntrack_common.h |
| 40 | unifdef-y += nf_conntrack_ftp.h | 40 | unifdef-y += nf_conntrack_ftp.h |
diff --git a/include/linux/netfilter_ipv4/Kbuild b/include/linux/netfilter_ipv4/Kbuild index 7185792b900f..3a7105bb8f33 100644 --- a/include/linux/netfilter_ipv4/Kbuild +++ b/include/linux/netfilter_ipv4/Kbuild | |||
| @@ -1,47 +1,47 @@ | |||
| 1 | header-y += ipt_addrtype.h | ||
| 2 | header-y += ipt_ah.h | ||
| 3 | header-y += ipt_CLASSIFY.h | 1 | header-y += ipt_CLASSIFY.h |
| 4 | header-y += ipt_CLUSTERIP.h | 2 | header-y += ipt_CLUSTERIP.h |
| 3 | header-y += ipt_CONNMARK.h | ||
| 4 | header-y += ipt_DSCP.h | ||
| 5 | header-y += ipt_ECN.h | ||
| 6 | header-y += ipt_LOG.h | ||
| 7 | header-y += ipt_MARK.h | ||
| 8 | header-y += ipt_NFQUEUE.h | ||
| 9 | header-y += ipt_REJECT.h | ||
| 10 | header-y += ipt_SAME.h | ||
| 11 | header-y += ipt_TCPMSS.h | ||
| 12 | header-y += ipt_TOS.h | ||
| 13 | header-y += ipt_TTL.h | ||
| 14 | header-y += ipt_ULOG.h | ||
| 15 | header-y += ipt_addrtype.h | ||
| 16 | header-y += ipt_ah.h | ||
| 5 | header-y += ipt_comment.h | 17 | header-y += ipt_comment.h |
| 6 | header-y += ipt_connbytes.h | 18 | header-y += ipt_connbytes.h |
| 7 | header-y += ipt_connmark.h | 19 | header-y += ipt_connmark.h |
| 8 | header-y += ipt_CONNMARK.h | ||
| 9 | header-y += ipt_conntrack.h | 20 | header-y += ipt_conntrack.h |
| 10 | header-y += ipt_dccp.h | 21 | header-y += ipt_dccp.h |
| 11 | header-y += ipt_dscp.h | 22 | header-y += ipt_dscp.h |
| 12 | header-y += ipt_DSCP.h | ||
| 13 | header-y += ipt_ecn.h | 23 | header-y += ipt_ecn.h |
| 14 | header-y += ipt_ECN.h | ||
| 15 | header-y += ipt_esp.h | 24 | header-y += ipt_esp.h |
| 16 | header-y += ipt_hashlimit.h | 25 | header-y += ipt_hashlimit.h |
| 17 | header-y += ipt_helper.h | 26 | header-y += ipt_helper.h |
| 18 | header-y += ipt_iprange.h | 27 | header-y += ipt_iprange.h |
| 19 | header-y += ipt_length.h | 28 | header-y += ipt_length.h |
| 20 | header-y += ipt_limit.h | 29 | header-y += ipt_limit.h |
| 21 | header-y += ipt_LOG.h | ||
| 22 | header-y += ipt_mac.h | 30 | header-y += ipt_mac.h |
| 23 | header-y += ipt_mark.h | 31 | header-y += ipt_mark.h |
| 24 | header-y += ipt_MARK.h | ||
| 25 | header-y += ipt_multiport.h | 32 | header-y += ipt_multiport.h |
| 26 | header-y += ipt_NFQUEUE.h | ||
| 27 | header-y += ipt_owner.h | 33 | header-y += ipt_owner.h |
| 28 | header-y += ipt_physdev.h | 34 | header-y += ipt_physdev.h |
| 29 | header-y += ipt_pkttype.h | 35 | header-y += ipt_pkttype.h |
| 30 | header-y += ipt_policy.h | 36 | header-y += ipt_policy.h |
| 31 | header-y += ipt_realm.h | 37 | header-y += ipt_realm.h |
| 32 | header-y += ipt_recent.h | 38 | header-y += ipt_recent.h |
| 33 | header-y += ipt_REJECT.h | ||
| 34 | header-y += ipt_SAME.h | ||
| 35 | header-y += ipt_sctp.h | 39 | header-y += ipt_sctp.h |
| 36 | header-y += ipt_state.h | 40 | header-y += ipt_state.h |
| 37 | header-y += ipt_string.h | 41 | header-y += ipt_string.h |
| 38 | header-y += ipt_tcpmss.h | 42 | header-y += ipt_tcpmss.h |
| 39 | header-y += ipt_TCPMSS.h | ||
| 40 | header-y += ipt_tos.h | 43 | header-y += ipt_tos.h |
| 41 | header-y += ipt_TOS.h | ||
| 42 | header-y += ipt_ttl.h | 44 | header-y += ipt_ttl.h |
| 43 | header-y += ipt_TTL.h | ||
| 44 | header-y += ipt_ULOG.h | ||
| 45 | 45 | ||
| 46 | unifdef-y += ip_queue.h | 46 | unifdef-y += ip_queue.h |
| 47 | unifdef-y += ip_tables.h | 47 | unifdef-y += ip_tables.h |
diff --git a/include/linux/netfilter_ipv6/Kbuild b/include/linux/netfilter_ipv6/Kbuild index 9dd978d149ff..8887a5fcd1d0 100644 --- a/include/linux/netfilter_ipv6/Kbuild +++ b/include/linux/netfilter_ipv6/Kbuild | |||
| @@ -14,8 +14,8 @@ header-y += ip6t_mark.h | |||
| 14 | header-y += ip6t_multiport.h | 14 | header-y += ip6t_multiport.h |
| 15 | header-y += ip6t_opts.h | 15 | header-y += ip6t_opts.h |
| 16 | header-y += ip6t_owner.h | 16 | header-y += ip6t_owner.h |
| 17 | header-y += ip6t_policy.h | ||
| 18 | header-y += ip6t_physdev.h | 17 | header-y += ip6t_physdev.h |
| 18 | header-y += ip6t_policy.h | ||
| 19 | header-y += ip6t_rt.h | 19 | header-y += ip6t_rt.h |
| 20 | 20 | ||
| 21 | unifdef-y += ip6_tables.h | 21 | unifdef-y += ip6_tables.h |
