Project

General

Profile

« Previous | Next » 

Revision a726c0e8

Added by Ermal Luçi over 15 years ago

Missed name change.

View differences:

etc/inc/interfaces.inc
177 177
        $qinqif = $vlan['if'];
178 178
        $vlanif = empty($vlan['vlanif']) ? "vlan{$vlan['tag']}" : $vlan['vlanif'];
179 179
        $tag = $vlan['tag'];
180
        if(empty($if)) {
180
        if(empty($qinqif)) {
181 181
                log_error("interface_qinq_confgure called with if undefined.\n");
182 182
                return;
183 183
        }

Also available in: Unified diff