diff options
| author | Luigi Rizzo <luigi@FreeBSD.org> | 2010-07-15 14:37:59 +0000 |
|---|---|---|
| committer | Luigi Rizzo <luigi@FreeBSD.org> | 2010-07-15 14:37:59 +0000 |
| commit | 297151a0f31774e695814e9ab7f2b08ffebd31e7 (patch) | |
| tree | 52fa5964f2cc2b66401cce2c169a8f2ec9364a4c /sys/netinet | |
| parent | e6fef96ef40b66632d55de050803523376e19adf (diff) | |
Notes
Diffstat (limited to 'sys/netinet')
| -rw-r--r-- | sys/netinet/ipfw/ip_fw2.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/netinet/ipfw/ip_fw2.c b/sys/netinet/ipfw/ip_fw2.c index db34ba6fda0b..abbe7520d43b 100644 --- a/sys/netinet/ipfw/ip_fw2.c +++ b/sys/netinet/ipfw/ip_fw2.c @@ -351,7 +351,7 @@ iface_match(struct ifnet *ifp, ipfw_insn_if *cmd) return(1); } } else { -#ifdef __FreeBSD__ /* and OSX too ? */ +#ifdef __FreeBSD__ /* and OSX too ? */ struct ifaddr *ia; if_addr_rlock(ifp); @@ -1329,7 +1329,7 @@ do { \ /* For diverted packets, args->rule.info * contains the divert port (in host format) * reason and direction. - */ + */ uint32_t i = args->rule.info; match = (i&IPFW_IS_MASK) == IPFW_IS_DIVERT && cmd->arg1 & ((i & IPFW_INFO_IN) ? 1 : 2); |
