Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 18751
b: refs/heads/master
c: e0069ca
h: refs/heads/master
i:
  18749: 01ae6f6
  18747: 8d1c276
  18743: 6d92fc7
  18735: 8b4ac47
  18719: 7b8a20c
  18687: f6446ab
v: v3
  • Loading branch information
Yasuyuki Kozakai authored and David S. Miller committed Jan 17, 2006
1 parent 986189b commit 77b4e5f
Show file tree
Hide file tree
Showing 6 changed files with 1 addition and 46 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 6dd42af7904336c6f59a01f9fd3599ee650e78ed
refs/heads/master: e0069caede8387c585060b7e2e87729e9efcebc6
9 changes: 0 additions & 9 deletions trunk/include/linux/netfilter_ipv6/ip6t_ah.h
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,4 @@ struct ip6t_ah
#define IP6T_AH_INV_LEN 0x02 /* Invert the sense of length. */
#define IP6T_AH_INV_MASK 0x03 /* All possible flags. */

#define MASK_HOPOPTS 128
#define MASK_DSTOPTS 64
#define MASK_ROUTING 32
#define MASK_FRAGMENT 16
#define MASK_AH 8
#define MASK_ESP 4
#define MASK_NONE 2
#define MASK_PROTO 1

#endif /*_IP6T_AH_H*/
9 changes: 0 additions & 9 deletions trunk/include/linux/netfilter_ipv6/ip6t_esp.h
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,6 @@ struct ip6t_esp
u_int8_t invflags; /* Inverse flags */
};

#define MASK_HOPOPTS 128
#define MASK_DSTOPTS 64
#define MASK_ROUTING 32
#define MASK_FRAGMENT 16
#define MASK_AH 8
#define MASK_ESP 4
#define MASK_NONE 2
#define MASK_PROTO 1

/* Values for "invflags" field in struct ip6t_esp. */
#define IP6T_ESP_INV_SPI 0x01 /* Invert the sense of spi. */
#define IP6T_ESP_INV_MASK 0x01 /* All possible flags. */
Expand Down
9 changes: 0 additions & 9 deletions trunk/include/linux/netfilter_ipv6/ip6t_frag.h
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,4 @@ struct ip6t_frag
#define IP6T_FRAG_INV_LEN 0x02 /* Invert the sense of length. */
#define IP6T_FRAG_INV_MASK 0x03 /* All possible flags. */

#define MASK_HOPOPTS 128
#define MASK_DSTOPTS 64
#define MASK_ROUTING 32
#define MASK_FRAGMENT 16
#define MASK_AH 8
#define MASK_ESP 4
#define MASK_NONE 2
#define MASK_PROTO 1

#endif /*_IP6T_FRAG_H*/
9 changes: 0 additions & 9 deletions trunk/include/linux/netfilter_ipv6/ip6t_opts.h
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,4 @@ struct ip6t_opts
#define IP6T_OPTS_INV_LEN 0x01 /* Invert the sense of length. */
#define IP6T_OPTS_INV_MASK 0x01 /* All possible flags. */

#define MASK_HOPOPTS 128
#define MASK_DSTOPTS 64
#define MASK_ROUTING 32
#define MASK_FRAGMENT 16
#define MASK_AH 8
#define MASK_ESP 4
#define MASK_NONE 2
#define MASK_PROTO 1

#endif /*_IP6T_OPTS_H*/
9 changes: 0 additions & 9 deletions trunk/include/linux/netfilter_ipv6/ip6t_rt.h
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,4 @@ struct ip6t_rt
#define IP6T_RT_INV_LEN 0x04 /* Invert the sense of length. */
#define IP6T_RT_INV_MASK 0x07 /* All possible flags. */

#define MASK_HOPOPTS 128
#define MASK_DSTOPTS 64
#define MASK_ROUTING 32
#define MASK_FRAGMENT 16
#define MASK_AH 8
#define MASK_ESP 4
#define MASK_NONE 2
#define MASK_PROTO 1

#endif /*_IP6T_RT_H*/

0 comments on commit 77b4e5f

Please sign in to comment.