Add L3 flat overlay config in startup.cfg
[groupbasedpolicy.git] / renderers / vpp / src / main / resources / startup.cfg
index b58f5597bbced1a10464db660bacb4cf7d291e35..5ebd8d87430e6e0716fc873d2a6c9fcb71fd1bd2 100644 (file)
@@ -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
\ No newline at end of file