projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
863def1
)
l2tp: revert "l2tp: fix missing print session offset info"
author
James Chapman
<
[email protected]
>
Wed, 3 Jan 2018 22:48:05 +0000
(22:48 +0000)
committer
David S. Miller
<
[email protected]
>
Fri, 5 Jan 2018 16:03:13 +0000
(11:03 -0500)
Revert commit
820da5357572
("l2tp: fix missing print session offset
info"). The peer_offset parameter is removed.
Signed-off-by: James Chapman <
[email protected]
>
Signed-off-by: David S. Miller <
[email protected]
>
net/l2tp/l2tp_netlink.c
patch
|
blob
|
history
diff --git
a/net/l2tp/l2tp_netlink.c
b/net/l2tp/l2tp_netlink.c
index 7e9c5012555627acb88f2263ee4c07fa83560da9..a1f24fb2be980b204f83de977c452f3027d1cfa8 100644
(file)
--- a/
net/l2tp/l2tp_netlink.c
+++ b/
net/l2tp/l2tp_netlink.c
@@
-761,8
+761,6
@@
static int l2tp_nl_session_send(struct sk_buff *skb, u32 portid, u32 seq, int fl
if ((session->ifname[0] &&
nla_put_string(skb, L2TP_ATTR_IFNAME, session->ifname)) ||
- (session->offset &&
- nla_put_u16(skb, L2TP_ATTR_OFFSET, session->offset)) ||
(session->cookie_len &&
nla_put(skb, L2TP_ATTR_COOKIE, session->cookie_len,
&session->cookie[0])) ||