]> rtime.felk.cvut.cz Git - lisovros/iproute2_canprio.git/commit
iproute2: allow IPv6 addresses for l2tp local and remote parameters
authorChris Elston <celston@katalix.com>
Tue, 1 May 2012 04:25:22 +0000 (04:25 +0000)
committerStephen Hemminger <shemminger@vyatta.com>
Tue, 22 May 2012 21:24:46 +0000 (14:24 -0700)
commit6618e334ba6bb0a5638ac30cc4662103e7ec9f1e
tree9dae07c79891e643485120c65614e193d0c1233c
parentc3524efc14e3112329a18bc699dd99437fae9a5c
iproute2: allow IPv6 addresses for l2tp local and remote parameters

Adds support for parsing IPv6 addresses to the parameters local and
remote in the l2tp commands. Requires netlink attributes L2TP_ATTR_IP6_SADDR
and L2TP_ATTR_IP6_DADDR, added in a required kernel patch already submitted
to netdev.

Also enables printing of IPv6 addresses returned by the L2TP_CMD_TUNNEL_GET
request.

Signed-off-by: Chris Elston <celston@katalix.com>
Signed-off-by: James Chapman <jchapman@katalix.com>
ip/ipl2tp.c