diff options
Diffstat (limited to 'net.Linux/br2684ctl.sh')
-rw-r--r-- | net.Linux/br2684ctl.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net.Linux/br2684ctl.sh b/net.Linux/br2684ctl.sh index ea5c0ef5..b3f186e4 100644 --- a/net.Linux/br2684ctl.sh +++ b/net.Linux/br2684ctl.sh @@ -35,7 +35,7 @@ br2684ctl_pre_start() { eval opts=\$br2684ctl_${IFVAR} [ -z "${opts}" ] && return 0 - if [ "${IFACE#nas[0-9]*}" = "${IFACE}" ] ; then + if [ "${IFACE#nas[0-9]*}" = "${IFACE}" ]; then eerror "Interface must be called nas[0-9] for RFC 2684 Bridging" return 1 fi @@ -45,7 +45,7 @@ br2684ctl_pre_start() { eerror "The -b and -c options are not allowed for br2684ctl_${IVAR}" return 1 ;; - *" -a "*) ;; + *" -a "*);; *) eerror "-a option (VPI and VCI) is required in br2684ctl_${IFVAR}" return 1 |