Skip to content

Commit

Permalink
Schema changes for fat flow enhancments for R5.1.
Browse files Browse the repository at this point in the history
   - Add src-aggregate-prefix-length and dst-aggregate-prefix-length

Change-Id: Id1f5849525b049f238e6607e67841f737ad8d3d6
Partial-Bug: #1752618
  • Loading branch information
anandrao79 committed Aug 28, 2018
1 parent e78a79b commit 3da3a56
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions schema/vnc_cfg.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -1917,8 +1917,12 @@ targetNamespace="http://www.contrailsystems.com/2012/VNC-CONFIG/0">
description='Address ignored while creating flows, from the perspective of packets egressing the VM. For packets originated by VM, source and destination indicate the corresponding IPs in the packet. For packets coming from remote source, source indicates destination IP of the packet is ignored and destination indicates source IP of the packet is ignored.'/>
<xsd:element name="source-prefix" type="SubnetType" required='optional'
description='For packets originated from VM source-prefix is applied to source IP of the packet. For packets coming to VM, source-prefix is applied to destination IP of the packet' />
<xsd:element name="source-aggregate-prefix-length" type="xsd:integer" required='optional'
description='Fat flow prefix mask length for IP where source-prefix is applied'/>
<xsd:element name="destination-prefix" type="SubnetType" required='optional'
description='For packets originated from VM destination-prefix is applied to destination IP of the packet. For packets coming to VM, destination-prefix is applied to source IP of the packet' />
<xsd:element name="destination-aggregate-prefix-length" type="xsd:integer" required='optional'
description='Fat flow prefix mask length for IP where destination-prefix is applied'/>
</xsd:all>
</xsd:complexType>

Expand Down

0 comments on commit 3da3a56

Please sign in to comment.