File tree Expand file tree Collapse file tree 3 files changed +8
-0
lines changed Expand file tree Collapse file tree 3 files changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -1357,6 +1357,7 @@ fn test_android(target: &str) {
1357
1357
"linux/netfilter/nf_tables.h" ,
1358
1358
"linux/netfilter_ipv4.h" ,
1359
1359
"linux/netfilter_ipv6.h" ,
1360
+ "linux/netfilter_ipv6/ip6_tables.h" ,
1360
1361
"linux/netlink.h" ,
1361
1362
"linux/quota.h" ,
1362
1363
"linux/reboot.h" ,
@@ -2246,6 +2247,7 @@ fn test_linux(target: &str) {
2246
2247
"linux/netfilter/nf_tables.h" ,
2247
2248
"linux/netfilter_ipv4.h" ,
2248
2249
"linux/netfilter_ipv6.h" ,
2250
+ "linux/netfilter_ipv6/ip6_tables.h" ,
2249
2251
"linux/netlink.h" ,
2250
2252
"linux/quota.h" ,
2251
2253
"linux/random.h" ,
Original file line number Diff line number Diff line change @@ -1666,6 +1666,9 @@ pub const NF_IP6_PRI_SELINUX_LAST: ::c_int = 225;
1666
1666
pub const NF_IP6_PRI_CONNTRACK_HELPER : :: c_int = 300 ;
1667
1667
pub const NF_IP6_PRI_LAST : :: c_int = :: INT_MAX ;
1668
1668
1669
+ // linux/netfilter_ipv6/ip6_tables.h
1670
+ pub const IP6T_SO_ORIGINAL_DST : :: c_int = 80 ;
1671
+
1669
1672
// linux/netfilter/nf_tables.h
1670
1673
pub const NFT_TABLE_MAXNAMELEN : :: c_int = 256 ;
1671
1674
pub const NFT_CHAIN_MAXNAMELEN : :: c_int = 256 ;
Original file line number Diff line number Diff line change @@ -1966,6 +1966,9 @@ pub const NF_IP6_PRI_SELINUX_LAST: ::c_int = 225;
1966
1966
pub const NF_IP6_PRI_CONNTRACK_HELPER : :: c_int = 300 ;
1967
1967
pub const NF_IP6_PRI_LAST : :: c_int = :: INT_MAX ;
1968
1968
1969
+ // linux/netfilter_ipv6/ip6_tables.h
1970
+ pub const IP6T_SO_ORIGINAL_DST : :: c_int = 80 ;
1971
+
1969
1972
pub const SIOCADDRT : :: c_ulong = 0x0000890B ;
1970
1973
pub const SIOCDELRT : :: c_ulong = 0x0000890C ;
1971
1974
pub const SIOCGIFNAME : :: c_ulong = 0x00008910 ;
You can’t perform that action at this time.
0 commit comments