Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 184131
b: refs/heads/master
c: 7f635d0
h: refs/heads/master
i:
  184129: bc13410
  184127: 974dab1
v: v3
  • Loading branch information
Joe Perches authored and Patrick McHardy committed Jan 11, 2010
1 parent 21d7b63 commit 0d2ce7c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: a79e7ac4ad77e1833e8f69e99113204d03018255
refs/heads/master: 7f635d0d1bf84ad7a0032cbce9d902b9384c48b7
4 changes: 2 additions & 2 deletions trunk/net/netfilter/xt_osf.c
Original file line number Diff line number Diff line change
Expand Up @@ -334,7 +334,7 @@ static bool xt_osf_match_packet(const struct sk_buff *skb,
if (info->flags & XT_OSF_LOG)
nf_log_packet(p->family, p->hooknum, skb,
p->in, p->out, NULL,
"%s [%s:%s] : %pi4:%d -> %pi4:%d hops=%d\n",
"%s [%s:%s] : %pI4:%d -> %pI4:%d hops=%d\n",
f->genre, f->version, f->subtype,
&ip->saddr, ntohs(tcp->source),
&ip->daddr, ntohs(tcp->dest),
Expand All @@ -349,7 +349,7 @@ static bool xt_osf_match_packet(const struct sk_buff *skb,

if (!fcount && (info->flags & XT_OSF_LOG))
nf_log_packet(p->family, p->hooknum, skb, p->in, p->out, NULL,
"Remote OS is not known: %pi4:%u -> %pi4:%u\n",
"Remote OS is not known: %pI4:%u -> %pI4:%u\n",
&ip->saddr, ntohs(tcp->source),
&ip->daddr, ntohs(tcp->dest));

Expand Down

0 comments on commit 0d2ce7c

Please sign in to comment.