aboutsummaryrefslogtreecommitdiffstats
path: root/sysconfig/network-scripts/ifup-tunnel
Commit message (Collapse)AuthorAgeFilesLines
* Repository scheme updated to new layoutDavid Kaspar [Dee'Kej]2018-05-301-94/+0
| | | | | NOTE: This commit just moves files around, without actually fixing the Makefiles and specfile. See follow up commits which resolve this.
* ifup-tunnel: Support 'external' tunnels (#172)Phil Dibowitz2018-03-271-5/+9
| | | | | | | | | | | | | | * ifup-tunnel: Support 'external' tunnels This is a newish feature upstream. You can now set the external flag on a ip6_tunnel type interface (though not the primary one, ip6tnl0), and doing so will allow it to decapsulate any packet, and assuming that the inner address is the one on that interface, it'll drop it back on the stack. This is useful for DSR vips. While v6-in-v6 was already supported, this allows v4-in-v6 which is necessary to serve v4 traffic in a v6only infrastructure. There's comments in ifup-tunnel that imply it was designed only for GRE tunnels, but this still seems like the best place for this.
* [3/3] Remove tabs and fix spacing: ifup/ifdown scriptsPhil Dibowitz2016-10-121-19/+19
|
* ifup-tunnel: call ifup-ipv6 in the endLukas Nykryn2014-09-161-0/+3
|
* add ipip6 tunneling support (#928232, raorn@raorn.name)Lukas Nykryn2013-03-271-2/+9
|
* Sync FSF address with GPL 2 text.Ville Skyttä2013-01-201-1/+1
|
* Use net_log where appropriate.Bill Nottingham2011-03-251-2/+2
|
* License cleanup.Bill Nottingham2010-01-051-1/+1
|
* Add compatiblity for openNHRP tunnels (#486559, <claude.tompers@ieee.lu>)Bill Nottingham2009-02-201-1/+2
| | | | | | ifup-tunnel fails for openNHRP type tunnels because the PEER_OUTER_IPADDR is generated dynamically and therefore not given for this type of tunnels. openNHRP tunnels also need a key, this is also added.
* Set as executable.Bill Nottingham2008-07-101-0/+0
|
* license cleanupBill Nottingham2007-08-031-3/+9
|
* pass path to '.' always (#206035)Bill Nottingham2006-09-111-1/+1
|
* GRE and IPIP tunnel support (#168990, based on patches byMiloslav Trmac2006-07-251-0/+73
Razvan Corneliu C.R. Vilt <razvan.vilt@linux360.ro>, Aaron Hope <aaron.hope@unh.edu> and Sean Millichamp <sean@enertronllc.com>) check_device_down: Handle tunnel_device@NONE: <...>