commit | 6093c1a8bb935dcbbe6f5a6d52bc64bd06185158 | [log] [tgz] |
---|---|---|
author | Nicolas Palpacuer <np202g@att.com> | Mon Aug 27 15:03:24 2018 -0400 |
committer | Nicolas Palpacuer <np202g@att.com> | Mon Aug 27 15:03:24 2018 -0400 |
tree | 5d2fd1b70b9720129e764515925ddeac83bab6ec | |
parent | 825764b3c06908a0e54a448b5bdde0e3b4e6999b [diff] |
VOL-1189 Ignore flows matching on ethertype for brcm_openomci adapter Change-Id: I4e70eea224944eb8143a84553828686652314e9b
diff --git a/voltha/adapters/brcm_openomci_onu/brcm_openomci_onu_handler.py b/voltha/adapters/brcm_openomci_onu/brcm_openomci_onu_handler.py index b4817e9..5860cc7 100644 --- a/voltha/adapters/brcm_openomci_onu/brcm_openomci_onu_handler.py +++ b/voltha/adapters/brcm_openomci_onu/brcm_openomci_onu_handler.py
@@ -406,6 +406,11 @@ self.log.error('unsupported-action-type', action_type=action.type, in_port=_in_port) + #FIXME: CAREFUL, ignoring flow matching on ethertype + + if _type is not None: + continue + # # All flows created from ONU adapter should be OMCI based #