whitespace fixes
This commit is contained in:
parent
e6fef96ef4
commit
297151a0f3
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=210120
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user