View | Details | Raw Unified | Return to bug 223407 | Differences between
and this patch

Collapse All | Expand All

(-):thetis-dmz/etc/network.subr (-1 / +2 lines)
Lines 187-193 Link Here
187
				ifconfig_args="inet6 ${ifconfig_args}"
187
				ifconfig_args="inet6 ${ifconfig_args}"
188
			;;
188
			;;
189
			esac
189
			esac
190
			${IFCONFIG_CMD} $1 inet6 -ifdisabled
190
			${IFCONFIG_CMD} $1 inet6 `echo "${ifconfig_args}" |
191
				grep -o -e -auto_linklocal` -ifdisabled
191
			eval ${IFCONFIG_CMD} $1 ${ifconfig_args}
192
			eval ${IFCONFIG_CMD} $1 ${ifconfig_args}
192
			_cfg=0
193
			_cfg=0
193
		fi
194
		fi

Return to bug 223407