Users Guide

Table Of Contents
1698 OpenFlow
MAC Forwarding Table
The MAC Forwarding table matches on DA MAC, SA MAC, VLAN, and
Input Port. Dell EMC Networking OpenFlow Hybrid checks the 'wildcards'
field in the ofp_match structure and returns an error if any of the bits other
than OFPFW_IN_PORT, OFPFW_DL_VLAN, OFPFW_DL_SRC, or
OFPFW_DL_DST are set to 0. 0xFFFF, a special VLAN designator
indicating that entry should match untagged traffic, cannot be used as a
match criteria for VLAN ID field dl_vlan.
Table 48-6. MAC Forwarding Table Match Criteria
Name Description Match Criteria/Actions
Local — MAC Entry used for
sending traffic
between local ports.
dl_vlan — Valid VLAN ID
dl_dst — Non-multicast destination MAC
address.
in_port — Wildcard
dl_src — Wildcard
Action Type — OFPAT_OUTPUT
port — Valid physical port or LAG.
max_len — Ignored
Local —
Broadcast
Match on Broadcast
packets sent by the
local ports.
dl_vlan — Valid VLAN ID
dl_dst — ff:ff:ff:ff:ff:ff
in_port — Valid physical port or LAG.
dl_src — Wildcard
Action Type — OFPAT_OUTPUT (Can be
repeated)
port — Valid physical port or LAG.
max_len — Ignored