Skip to content

Commit 13a3d50

Browse files
committed
Minor configuration fixups in examples
1 parent 02dd505 commit 13a3d50

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

examples/container_bindings/multiple_vxlan_nets.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"DefaultNetType" : "vxlan",
1414
"SubnetPool" : "11.1.0.0/16",
1515
"AllocSubnetLen" : 24,
16-
"Vxlans" : "10001-20000",
16+
"Vxlans" : "10001-14000",
1717
"Networks" : [ {
1818
"Name" : "orange",
1919
"Endpoints" : [ {

examples/two_hosts_multiple_tenants_mix_vlan_vxlan.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22
{
33
"Hosts" : [{
44
"Name" : "host1",
5-
"Intf" : "eth1",
5+
"Intf" : "eth2",
66
"VtepIp" : "192.168.2.10"
77
},
88
{
99
"Name" : "host2",
10-
"Intf" : "eth1",
10+
"Intf" : "eth2",
1111
"VtepIp" : "192.168.2.11"
1212
}],
1313
"Tenants" : [{

0 commit comments

Comments
 (0)