Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 194280
b: refs/heads/master
c: a4fbf84
h: refs/heads/master
v: v3
  • Loading branch information
Joe Perches authored and David S. Miller committed Apr 15, 2010
1 parent 399f210 commit a139b23
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: 3eb14b944f2b5b6efe4e0ae3fe9601db78437d57
refs/heads/master: a4fbf8415c462208e77251779d80dbc81914cebd
4 changes: 2 additions & 2 deletions trunk/net/l2tp/l2tp_debugfs.c
Original file line number Diff line number Diff line change
Expand Up @@ -122,8 +122,8 @@ static void l2tp_dfs_seq_tunnel_show(struct seq_file *m, void *v)
seq_printf(m, "\nTUNNEL %u peer %u", tunnel->tunnel_id, tunnel->peer_tunnel_id);
if (tunnel->sock) {
struct inet_sock *inet = inet_sk(tunnel->sock);
seq_printf(m, " from " NIPQUAD_FMT " to " NIPQUAD_FMT "\n",
NIPQUAD(inet->inet_saddr), NIPQUAD(inet->inet_daddr));
seq_printf(m, " from %pI4 to %pI4\n",
&inet->inet_saddr, &inet->inet_daddr);
if (tunnel->encap == L2TP_ENCAPTYPE_UDP)
seq_printf(m, " source port %hu, dest port %hu\n",
ntohs(inet->inet_sport), ntohs(inet->inet_dport));
Expand Down

0 comments on commit a139b23

Please sign in to comment.