commit | e9247850c153fb6c1566ea7f0cad4e3319edba38 | [log] [tgz] |
---|---|---|
author | Jenkins <do-not-reply@opennetworking.org> | Fri Jul 09 21:54:03 2021 +0000 |
committer | Jenkins <do-not-reply@opennetworking.org> | Fri Jul 09 21:54:03 2021 +0000 |
tree | c144a94df2d277602e870ca0d2d81030d732012d | |
parent | 704daaf8d6bf5f6f2697f71b8d5deef33bc93296 [diff] |
Release app version 1.1.0 with API version 1.1.0 Change-Id: If7a2b45d0997f71277a48a47968e07d18f4c8dc6
MAC Learner is an ONOS application that examines DISCOVER or REQUEST type DHCP packets and keeps the MAC address temporarily according to the device, port and vlanId information obtained from these packets. If the package has a single tag, VlanVID is used; if it is a double tag, QinqVID is used as vlanId.
MAC Learner has REST API and CLI integration. You can access and modify MAC Address map via these.
By defining ports to the Ignored Port Map, it can be ensured that DHCP packets from these ports are not taken into account.
cacheDurationSec - MAC Mappings are held with a timestamp and scheduled executor running in the background that clears expired mappings(exist more than cacheDuration). The operating frequency of this executor can be set with this parameter. By default, it is 86400(1 day).
autoClearMacMapping - By enabling this parameter, the relevant mappings can be cleared automatically with DEVICE_REMOVED and PORT_REMOVED device events. By default, it is disabled.