X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=renderers%2Fvpp%2Fsrc%2Fmain%2Fresources%2Fstartup.cfg;h=9e696f658f666117568b481d14e0f3378b479521;hb=5d25b2c1343f9403f5e00ecb15714bbc15011dcf;hp=b58f5597bbced1a10464db660bacb4cf7d291e35;hpb=aed0daa8bc4fa0cd504ec39c4a8ed52e24f28510;p=groupbasedpolicy.git diff --git a/renderers/vpp/src/main/resources/startup.cfg b/renderers/vpp/src/main/resources/startup.cfg index b58f5597b..9e696f658 100644 --- a/renderers/vpp/src/main/resources/startup.cfg +++ b/renderers/vpp/src/main/resources/startup.cfg @@ -10,14 +10,14 @@ # 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