diff options
author | Lukas Nykryn <lnykryn@redhat.com> | 2013-03-27 16:10:44 +0100 |
---|---|---|
committer | Lukas Nykryn <lnykryn@redhat.com> | 2013-03-27 16:12:35 +0100 |
commit | 88d725dff56d7244621f1ba1561ede8142d24400 (patch) | |
tree | 9abfacbba2aaecf33a119bff86d2018c73d82fa3 /sysconfig/network-scripts/network-functions | |
parent | ab673435f0b7e612d67621dd42bad0c4f5069d3c (diff) | |
download | initscripts-88d725dff56d7244621f1ba1561ede8142d24400.tar initscripts-88d725dff56d7244621f1ba1561ede8142d24400.tar.gz initscripts-88d725dff56d7244621f1ba1561ede8142d24400.tar.bz2 initscripts-88d725dff56d7244621f1ba1561ede8142d24400.tar.xz initscripts-88d725dff56d7244621f1ba1561ede8142d24400.zip |
add ipip6 tunneling support (#928232, raorn@raorn.name)
Diffstat (limited to 'sysconfig/network-scripts/network-functions')
-rw-r--r-- | sysconfig/network-scripts/network-functions | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysconfig/network-scripts/network-functions b/sysconfig/network-scripts/network-functions index bbfa35b0..d240df35 100644 --- a/sysconfig/network-scripts/network-functions +++ b/sysconfig/network-scripts/network-functions @@ -141,7 +141,7 @@ source_config () CTC) DEVICETYPE="ctc" ;; - GRE | IPIP) + GRE | IPIP | IPIP6) DEVICETYPE="tunnel" ;; SIT | sit) |