Fix CLI for adding negative LISP fwd entries
Change-Id: I9ee7b6ea2def16715f717f8483c86e0157628946 Signed-off-by: Florin Coras <fcoras@cisco.com>
This commit is contained in:
Florin Coras
committed by
Damjan Marion
parent
dca880446e
commit
82bf7cddd2
@ -598,6 +598,7 @@ lisp_gpe_add_del_fwd_entry_command_fn (vlib_main_t * vm,
|
||||
memset (a, 0, sizeof (a[0]));
|
||||
|
||||
a->is_add = is_add;
|
||||
a->is_negative = is_negative;
|
||||
a->vni = vni;
|
||||
a->table_id = vrf;
|
||||
gid_address_copy (&a->lcl_eid, leid);
|
||||
|
Reference in New Issue
Block a user