Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 420941

Summary: net-misc/netifrc: add l2tp support
Product: Gentoo Hosted Projects Reporter: Andreis Vinogradovs ( slepnoga ) <andreis.vinogradovs>
Component: netifrcAssignee: netifrc Team <netifrc>
Status: RESOLVED FIXED    
Severity: enhancement CC: alexander
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard: netifrc:l2tp
Package list:
Runtime testing required: ---

Description Andreis Vinogradovs ( slepnoga ) 2012-06-13 07:49:35 UTC
sys-apps/iproute2-3.3 now suport operation( create,delete, show, ...) to l2tp tunnel.
Please add support to this features to openrc net subsystem modeled on ( in sample) ip-ip tunnel.


Sample output ip l2tp command:
 ip l2tp
Usage: ip l2tp add tunnel
          remote ADDR local ADDR
          tunnel_id ID peer_tunnel_id ID
          [ encap { ip | udp } ]
          [ udp_sport PORT ] [ udp_dport PORT ]
Usage: ip l2tp add session
          tunnel_id ID
          session_id ID peer_session_id ID
          [ cookie HEXSTR ] [ peer_cookie HEXSTR ]
          [ offset OFFSET ] [ peer_offset OFFSET ]
       ip l2tp del tunnel tunnel_id ID
       ip l2tp del session tunnel_id ID session_id ID
       ip l2tp show tunnel [ tunnel_id ID ]
       ip l2tp show session [ tunnel_id ID ] [ session_id ID ]

Where: NAME   := STRING
       ADDR   := { IP_ADDRESS | any }
       PORT   := { 0..65535 }
       ID     := { 1..4294967295 }
       HEXSTR := { 8 or 16 hex digits (4 / 8 bytes) }
Comment 1 Robin Johnson archtester Gentoo Infrastructure gentoo-dev Security 2016-10-24 19:44:24 UTC
supported since 0.4.0-r1