X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=vnet%2Fvnet%2Flisp-cp%2Fcontrol.h;h=d9dc81d1a78a6d77ae4af1dbc68cbe6210ba6008;hb=2fdaece0876465d6980ac6922099502a84e1e029;hp=1c8abfb359b18d741702d208d4c3c7159d3206be;hpb=101759c0d67defc91e50221952de6a29071f743c;p=vpp.git diff --git a/vnet/vnet/lisp-cp/control.h b/vnet/vnet/lisp-cp/control.h index 1c8abfb359b..d9dc81d1a78 100644 --- a/vnet/vnet/lisp-cp/control.h +++ b/vnet/vnet/lisp-cp/control.h @@ -37,8 +37,8 @@ typedef struct typedef struct { - gid_address_t seid; - gid_address_t deid; + gid_address_t leid; + gid_address_t reid; locator_pair_t *locator_pairs; } fwd_entry_t; @@ -217,8 +217,8 @@ vnet_lisp_add_del_mapping (gid_address_t * deid, locator_t * dlocs, u8 action, typedef struct { - gid_address_t deid; - gid_address_t seid; + gid_address_t reid; + gid_address_t leid; u8 is_add; } vnet_lisp_add_del_adjacency_args_t;