Skip to content

Commit

Permalink
Add option to enable or disable flooding of unknown unicast mac.
Browse files Browse the repository at this point in the history
Schema changes to support enabling or disabling of unknown unicast
mac. Agent changes to have a per interface flag and nexthop flag to
indicate whether unknown unicast mac should be broadcasted will be
added, as a follow up commit.
Partial-Bug:#1424523

Change-Id: I7d19bc97041368c7da1cbbaeffcf29f293fd5a8f
(cherry picked from commit deccf6a)
  • Loading branch information
naveen-n authored and haripk committed May 1, 2015
1 parent c3f6ce6 commit b35f886
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions src/schema/vnc_cfg.xsd
Expand Up @@ -789,6 +789,17 @@ targetNamespace="http://www.contrailsystems.com/2012/VNC-CONFIG/0">
<!--#IFMAP-SEMANTICS-IDL
Property('external-ipam', 'virtual-network') -->

<xsd:element name="flood-unknown-unicast" type="xsd:boolean"
default='false'/>
<xsd:annotation>
<xsd:documentation>
This flag is used to indicate whether packet with unknown
unicast destination mac should be broadcast or dropped.
</xsd:documentation>
</xsd:annotation>
<!--#IFMAP-SEMANTICS-IDL
Property('flood-unknown-unicast', 'virtual-network') -->

<xsd:element name="network-ipam" type="ifmap:IdentityType"/>
<xsd:element name="network-ipam-mgmt" type="IpamType"/>
<!--#IFMAP-SEMANTICS-IDL
Expand Down

0 comments on commit b35f886

Please sign in to comment.