aboutsummaryrefslogtreecommitdiffstats
path: root/sysconfig/network-scripts/ifup-tunnel
Commit message (Collapse)AuthorAgeFilesLines
* Merge commit 'initscripts-9.34-1' into mga-34Colin Guthrie2011-11-031-2/+2
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This brings our fully patched initscripts branch up to version 9.34. Some code was not easily merged and thus not all functionality relating to multiple IP addresses per interface were merged in. Conflicts: Makefile lang.csh lang.sh prefdm rc.d/init.d/functions rc.d/init.d/netfs rc.d/init.d/network rc.d/rc rc.d/rc.local rc.d/rc.sysinit service sysconfig.txt sysconfig/network-scripts/ifdown-eth sysconfig/network-scripts/ifup-eth sysconfig/network-scripts/ifup-ipv6 sysconfig/network-scripts/ifup-sit sysconfig/network-scripts/ifup-tunnel sysconfig/network-scripts/network-functions systemd/system/fedora-sysinit-unhack.service
| * Use net_log where appropriate.Bill Nottingham2011-03-251-2/+2
| |
* | Add the mdkconf patchColin Guthrie2011-10-211-0/+1
|/
* 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: <...>