aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBill Nottingham <notting@redhat.com>2003-07-02 19:01:08 +0000
committerBill Nottingham <notting@redhat.com>2003-07-02 19:01:08 +0000
commitb5ce7966e265affa87cc6c5bbee7910e06fbae41 (patch)
treeaf750ce32ab5bcc551710bd446b29481c7f38132
parentb9264ea5563b499bbbaadf484e524a439c709eec (diff)
downloadinitscripts-b5ce7966e265affa87cc6c5bbee7910e06fbae41.tar
initscripts-b5ce7966e265affa87cc6c5bbee7910e06fbae41.tar.gz
initscripts-b5ce7966e265affa87cc6c5bbee7910e06fbae41.tar.bz2
initscripts-b5ce7966e265affa87cc6c5bbee7910e06fbae41.tar.xz
initscripts-b5ce7966e265affa87cc6c5bbee7910e06fbae41.zip
map ipsec devices to ifup-ipsec
-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 f909b957..0db46d71 100644
--- a/sysconfig/network-scripts/network-functions
+++ b/sysconfig/network-scripts/network-functions
@@ -53,6 +53,9 @@ source_config ()
CIPE)
DEVICETYPE="cipcb"
;;
+ IPSEC)
+ DEVICETYPE="ipsec"
+ ;;
Modem)
DEVICETPYE="ppp"
;;