From 73086c34bae7b37993b24c236454e0ef6b14fc83 Mon Sep 17 00:00:00 2001 From: Lorand Jakab Date: Mon, 23 Mar 2015 21:40:51 +0200 Subject: [PATCH] Update lispflowmapping options in custom.properties One property changed default and a new property was added, see https://git.opendaylight.org/gerrit/#/c/15505/ https://git.opendaylight.org/gerrit/#/c/16982/ Change-Id: Icf91d2ddcc63ee13d2e23ad9a5673ca1bc1efb93 Signed-off-by: Lorand Jakab --- .../src/main/resources/etc/custom.properties | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/karaf/opendaylight-karaf-resources/src/main/resources/etc/custom.properties b/karaf/opendaylight-karaf-resources/src/main/resources/etc/custom.properties index 4a8f5ae795..e726b800d2 100644 --- a/karaf/opendaylight-karaf-resources/src/main/resources/etc/custom.properties +++ b/karaf/opendaylight-karaf-resources/src/main/resources/etc/custom.properties @@ -132,8 +132,14 @@ java.util.logging.config.file=configuration/tomcat-logging.properties hosttracker.keyscheme=IP # LISP Flow Mapping configuration -# Map-Register messages overwrite existing RLOC sets in EID-to-RLOC mappings +# Map-Register messages overwrite existing RLOC sets in EID-to-RLOC mappings (default: true) lisp.mappingOverwrite = true -# Enable the Solicit-Map-Request (SMR) mechanism -lisp.smr = false +# Enable the Solicit-Map-Request (SMR) mechanism (default: true) +lisp.smr = true +# Choose policy for Explicit Locator Path (ELP) handling +# There are three options: +# default: don't add or remove locator records, return mapping as-is +# both: keep the ELP, but add the next hop as a standalone non-LCAF locator with a lower priority +# replace: remove the ELP, add the next hop as a standalone non-LCAF locator +lisp.elpPolicy = default -- 2.36.6