summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--etc/rc.d/atm15
1 files changed, 4 insertions, 1 deletions
diff --git a/etc/rc.d/atm1 b/etc/rc.d/atm1
index 0272642..eb3dc62 100644
--- a/etc/rc.d/atm1
+++ b/etc/rc.d/atm1
@@ -44,7 +44,7 @@ stop_cmd=":"
# Initial interface configuration.
# N.B. /usr is not mounted.
#
-start_cmd()
+atm_start()
{
# Locate all probed ATM adapters
atmdev=`atm sh stat int | while read dev junk; do
@@ -55,6 +55,9 @@ start_cmd()
hfa[0-9] | hfa[0-9][0-9])
echo "${dev} "
;;
+ idt[0-9] | idt[0-9][0-9])
+ echo "${dev} "
+ ;;
*)
continue
;;
OpenPOWER on IntegriCloud