From cb08d5280b32821a716da9a6fa12f147e76209c3 Mon Sep 17 00:00:00 2001 From: Christian Hesse Date: Fri, 9 Nov 2018 21:35:06 +0100 Subject: learn-mac-based-vlan: use 'print count-only' --- learn-mac-based-vlan | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'learn-mac-based-vlan') diff --git a/learn-mac-based-vlan b/learn-mac-based-vlan index ac8b358..fa43299 100644 --- a/learn-mac-based-vlan +++ b/learn-mac-based-vlan @@ -8,6 +8,6 @@ / log info ("MAC-based-VLAN: learning MAC address " . $leaseActMAC . " for VLAN " . $NewVlanId . "."); -:if ( [ :len [ / interface ethernet switch mac-based-vlan find where src-mac-address=$leaseActMAC ] ] = 0 ) do={ +:if ( [ / interface ethernet switch mac-based-vlan print count-only where src-mac-address=$leaseActMAC ] = 0 ) do={ / interface ethernet switch mac-based-vlan add src-mac-address=$leaseActMAC new-customer-vid=$NewVlanId; }; -- cgit v1.2.3-54-g00ecf