]> git.baikalelectronics.ru Git - kernel.git/commit
l2tp: Fix error creating L2TP tunnels
authorMark Tomlinson <mark.tomlinson@alliedtelesis.co.nz>
Mon, 15 Feb 2016 03:24:44 +0000 (16:24 +1300)
committerDavid S. Miller <davem@davemloft.net>
Wed, 17 Feb 2016 20:34:47 +0000 (15:34 -0500)
commit6c92e191038beb4bc2c32a360221550cd9c6d8cb
treee3f62f0dcd843661a7191f6a9e5e3d8421f63546
parent5aa2068accf843ae718bc8c4723fcb029b22b949
l2tp: Fix error creating L2TP tunnels

A previous commit (b32e382) added notification via netlink for tunnels
when created/modified/deleted. If the notification returned an error,
this error was returned from the tunnel function. If there were no
listeners, the error code ESRCH was returned, even though having no
listeners is not an error. Other calls to this and other similar
notification functions either ignore the error code, or filter ESRCH.
This patch checks for ESRCH and does not flag this as an error.

Reviewed-by: Hamish Martin <hamish.martin@alliedtelesis.co.nz>
Signed-off-by: Mark Tomlinson <mark.tomlinson@alliedtelesis.co.nz>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/l2tp/l2tp_netlink.c