|
Lines 109-114
Link Here
|
| 109 |
ifconfig_args=`ifconfig_getargs $1 ipv6` |
109 |
ifconfig_args=`ifconfig_getargs $1 ipv6` |
| 110 |
|
110 |
|
| 111 |
if [ -n "$ifconfig_args" ]; then |
111 |
if [ -n "$ifconfig_args" ]; then |
|
|
112 |
# add inet6 keyword if not specified |
| 113 |
expr "$ifconfig_args" : '^inet6 ' > /dev/null \ |
| 114 |
|| ifconfig_args="inet6 $ifconfig_args" |
| 112 |
ifconfig $1 $ifconfig_args |
115 |
ifconfig $1 $ifconfig_args |
| 113 |
_cfg=0 |
116 |
_cfg=0 |
| 114 |
fi |
117 |
fi |