diff options
| author | Luigi Rizzo <luigi@FreeBSD.org> | 2002-10-24 18:01:53 +0000 |
|---|---|---|
| committer | Luigi Rizzo <luigi@FreeBSD.org> | 2002-10-24 18:01:53 +0000 |
| commit | 18f13da2be9a9da950e720131702e428ed3ad7cb (patch) | |
| tree | 0a9d3653b3f5a1b3d483935a1d5357c4e8d8099d /sys/netinet | |
| parent | 65b8577640392b5e69da34bc139496f64ee3c46c (diff) | |
Notes
Diffstat (limited to 'sys/netinet')
| -rw-r--r-- | sys/netinet/ip_fw2.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/netinet/ip_fw2.c b/sys/netinet/ip_fw2.c index c3c90d845ca4..9921a433398f 100644 --- a/sys/netinet/ip_fw2.c +++ b/sys/netinet/ip_fw2.c @@ -1608,8 +1608,8 @@ check_body: u_int32_t *d = (u_int32_t *)(cmd+1); u_int32_t addr = cmd->opcode == O_IP_DST_SET ? - args->f_id.src_ip : - args->f_id.dst_ip; + args->f_id.dst_ip : + args->f_id.src_ip; if (addr < d[0]) break; |
