lisp: cli for marking local mappings authoritative
[vpp.git] / src / vnet / lisp-cp / one_cli.c
index 7823ea1..70d755b 100644 (file)
@@ -178,6 +178,8 @@ lisp_add_del_local_eid_command_fn (vlib_main_t * vm, unformat_input_t * input,
            }
          locator_set_index = p[0];
        }
+      else if (unformat (line_input, "authoritative"))
+       a->authoritative = 1;
       else
        {
          error = unformat_parse_error (line_input);