diff options
author | Andrej Kozemcak <akozemca@cisco.com> | 2016-07-27 10:33:38 +0200 |
---|---|---|
committer | Florin Coras <florin.coras@gmail.com> | 2016-07-27 13:23:24 +0000 |
commit | a8691754d2f7cdd960c3d8dc5fbff6367e9c36b8 (patch) | |
tree | b1715a03db89657278630c21b6e4363a905e55e4 /vpp/vpp-api/vpe.api | |
parent | 683d3ee1b136060ef38290b6ab3a21c9a4730c4f (diff) |
VAT add_locator_set api support multiple locators
Change-Id: I22df3d4407bd7fdd953783f00605380a2d6fb46e
Signed-off-by: Andrej Kozemcak <akozemca@cisco.com>
Diffstat (limited to 'vpp/vpp-api/vpe.api')
-rw-r--r-- | vpp/vpp-api/vpe.api | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/vpp/vpp-api/vpe.api b/vpp/vpp-api/vpe.api index 4571c92d..6aa22138 100644 --- a/vpp/vpp-api/vpe.api +++ b/vpp/vpp-api/vpe.api @@ -2163,6 +2163,8 @@ define lisp_add_del_locator_set { u32 context; u8 is_add; u8 locator_set_name[64]; + u32 locator_num; + u8 locators[0]; }; /** \brief Reply for locator_set add/del |