aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBill Nottingham <notting@redhat.com>2008-04-09 10:26:07 -0400
committerBill Nottingham <notting@redhat.com>2008-04-09 10:26:07 -0400
commit0dfc2c80edfb832812d94e65418595ebf72d444a (patch)
treee6287a442465fdbd39d082b9c8dbe8cd68c9bc76
parent94b44fff56db437a1888eacd9c221d5b6500c02e (diff)
downloadinitscripts-0dfc2c80edfb832812d94e65418595ebf72d444a.tar
initscripts-0dfc2c80edfb832812d94e65418595ebf72d444a.tar.gz
initscripts-0dfc2c80edfb832812d94e65418595ebf72d444a.tar.bz2
initscripts-0dfc2c80edfb832812d94e65418595ebf72d444a.tar.xz
initscripts-0dfc2c80edfb832812d94e65418595ebf72d444a.zip
add sit tunnel type (#441635)
-rw-r--r--sysconfig/network-scripts/network-functions3
1 files changed, 3 insertions, 0 deletions
diff --git a/sysconfig/network-scripts/network-functions b/sysconfig/network-scripts/network-functions
index 82dd05dd..1a170418 100644
--- a/sysconfig/network-scripts/network-functions
+++ b/sysconfig/network-scripts/network-functions
@@ -111,6 +111,9 @@ source_config ()
GRE | IPIP)
DEVICETYPE="tunnel"
;;
+ SIT | sit)
+ DEVICETYPE="sit"
+ ;;
esac
[ -z "$DEVICETYPE" ] && DEVICETYPE=`echo ${DEVICE} | sed "s/[0-9]*$//"`
[ -z "$REALDEVICE" -a -n "$PARENTDEVICE" ] && REALDEVICE=$PARENTDEVICE