diff options
Diffstat (limited to 'learn-mac-based-vlan')
-rw-r--r-- | learn-mac-based-vlan | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/learn-mac-based-vlan b/learn-mac-based-vlan index 14261c0..690bec4 100644 --- a/learn-mac-based-vlan +++ b/learn-mac-based-vlan @@ -7,7 +7,7 @@ :local NewVlanId 33; -:if ( [ / interface ethernet switch mac-based-vlan print count-only where src-mac-address=$leaseActMAC ] = 0 ) do={ +:if ([ :len [ / interface ethernet switch mac-based-vlan find where src-mac-address=$leaseActMAC ] ] = 0 ) do={ :log info ("MAC-based-VLAN: learning MAC address " . $leaseActMAC . " for VLAN " . $NewVlanId . "."); / interface ethernet switch mac-based-vlan add src-mac-address=$leaseActMAC new-customer-vid=$NewVlanId; } |