l2: Separating scan-delay and learn-limit into a separate API from want_l2_macs_events

Type: feature

Signed-off-by: Jerome Tollet <jtollet@cisco.com>
Change-Id: I6de6dae7da4ec1001e2811975a9b67acfc1a148c
This commit is contained in:
Jerome Tollet
2021-01-07 12:44:17 +01:00
committed by John Lo
parent 23f41d789c
commit 0f8d100354
5 changed files with 194 additions and 25 deletions
+1
View File
@@ -104,6 +104,7 @@ defaultmapping = {
'want_igmp_events': {'enable': 1, },
'want_interface_events': {'enable_disable': 1, },
'want_l2_macs_events': {'enable_disable': 1, 'pid': os.getpid(), },
'want_l2_macs_events2': {'enable_disable': 1, 'pid': os.getpid(), },
}