Update ODL Tenant IP to ODL IP
[groupbasedpolicy.git] / renderers / vpp / src / main / resources / startup.cfg
index b58f5597bbced1a10464db660bacb4cf7d291e35..9e696f658f666117568b481d14e0f3378b479521 100644 (file)
 
 # This property should be  set to the Ip address the ODL can be reached from tenant network.
 # Valid config: Ip Address (IPv4/ IPv6)
-odl.ip.tenant = 10.0.0.1
+#odl.ip = 10.0.0.1
 
 # This property should be true if L3 overlay is desired. If `true`, GBP will
 # push LISP configurations in VPP.
 # Valid config: true/false
 # Required config: odl.ip.tenant to be set.
 # Default value: false
-gbp.lisp.enabled = true
+#gbp.lisp.enabled = true
 
 # This property determines whether VPP makes the map request directly to the map server.
 # If true, VPP will register the mappings in the Map server and no LISP feature will
@@ -25,4 +25,13 @@ gbp.lisp.enabled = true
 # Valid config: true/false
 # Required config: gbp.lisp.enabled is set to be true.
 # Default value: true
-vpp.lisp.mapregister.enabled = true
\ No newline at end of file
+#vpp.lisp.mapregister.enabled = true
+
+# This property determines whether a flat l3 overlay will created.
+# If true, there will not be any vxlan involved for L2. There will
+# not be any L2 broadcast domain. All VMs will communicate via L3
+# only.
+# Valid config: true/false
+# Required config: gbp.lisp.enabled is set to be true.
+# Default value: true
+#vpp.l3.flat.enabled = true