Skip to content

Commit

Permalink
In the case of Static Mirroring Case, need to set Destination network
Browse files Browse the repository at this point in the history
with  Mirroring flag so that insted of  choosing VRF NH for VXLAN
will choose composite Interface NH.
partial-bug: #1592049

Change-Id: Idd6055905a0e9b5ab732f2aa45ccb492765d8b9c
  • Loading branch information
jayaramsatya committed Jul 19, 2016
1 parent 28d229d commit 97a29c0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/schema/vnc_cfg.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -1174,6 +1174,9 @@ targetNamespace="http://www.contrailsystems.com/2012/VNC-CONFIG/0">
<!-- Enable or disable unicast RPF for virtual-network -->
<xsd:element name='rpf' type='RpfModeType' required='optional'
description='Flag used to diable Reverse Path Forwarding(RPF) check for this network'/>
<!-- Enable or disable Mirroring for virtual-network -->
<xsd:element name='mirror-destination' type="xsd:boolean" default="false" required='optional'
description='Flag to mark the virtual network as mirror destination network'/>
</xsd:all>
</xsd:complexType>

Expand Down

0 comments on commit 97a29c0

Please sign in to comment.