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
  • Loading branch information
naveen-n committed Apr 29, 2015
1 parent 67e7c94 commit deccf6a
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions src/schema/vnc_cfg.xsd
Expand Up @@ -779,6 +779,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 deccf6a

Please sign in to comment.