![]() |
FD.io VPP
v20.01-48-g3e0dafb74
Vector Packet Processing
|
Go to the source code of this file.
Data Structures | |
| struct | vl_api_gpe_add_del_fwd_entry_t |
| add or delete GPE tunnel More... | |
| struct | vl_api_gpe_add_del_fwd_entry_reply_t |
| struct | vl_api_gpe_enable_disable_t |
| enable or disable gpe protocol More... | |
| struct | vl_api_gpe_add_del_iface_t |
| add or delete gpe_iface More... | |
| struct | vl_api_gpe_fwd_entry_vnis_get_t |
| struct | vl_api_gpe_fwd_entry_vnis_get_reply_t |
| struct | vl_api_gpe_fwd_entries_get_t |
| struct | vl_api_gpe_fwd_entries_get_reply_t |
| struct | vl_api_gpe_fwd_entry_path_dump_t |
| struct | vl_api_gpe_fwd_entry_path_details_t |
| struct | vl_api_gpe_set_encap_mode_t |
| Set GPE encapsulation mode. More... | |
| struct | vl_api_gpe_get_encap_mode_t |
| get GPE encapsulation mode More... | |
| struct | vl_api_gpe_get_encap_mode_reply_t |
| Reply for set_encap_mode. More... | |
| struct | vl_api_gpe_add_del_native_fwd_rpath_t |
| Add native fwd rpath. More... | |
| struct | vl_api_gpe_native_fwd_rpaths_get_t |
| get GPE native fwd rpath More... | |
| struct | vl_api_gpe_native_fwd_rpaths_get_reply_t |
Variables | |
| option | version = "1.0.0" |
| typedef | gpe_locator |
| GPE locator structure. More... | |
| u8 | weight |
| u8 | addr [16] |
| typedef | gpe_fwd_entry |
| u32 | dp_table |
| u8 | eid_type |
| u8 | leid_prefix_len |
| u8 | reid_prefix_len |
| u8 | leid [16] |
| u8 | reid [16] |
| u32 | vni |
| u8 | action |
| typedef | gpe_native_fwd_rpath |
| Reply for get native fwd rpath. More... | |
| u32 | nh_sw_if_index |
| u8 | is_ip4 |
| u8 | nh_addr [16] |
| u8 action |
Definition at line 130 of file lisp_gpe.api.
| u8 addr[16] |
Definition at line 27 of file lisp_gpe.api.
| u32 dp_table |
Definition at line 123 of file lisp_gpe.api.
| u8 eid_type |
Definition at line 124 of file lisp_gpe.api.
| typedef gpe_fwd_entry |
Definition at line 121 of file lisp_gpe.api.
| typedef gpe_locator |
GPE locator structure.
| is_ip4 | - whether addr is IPv4 or v6 |
| weight | - locator weight |
| addr | - IPv4/6 address |
Definition at line 24 of file lisp_gpe.api.
| typedef gpe_native_fwd_rpath |
Reply for get native fwd rpath.
| context | - returned sender context, to match reply w/ request |
| retval | - return code |
| table_id | - table id for route path |
| nh_sw_if_index | - next-hop sw_if_index (~0 if not set) |
| nh_addr | - next hop address |
Definition at line 229 of file lisp_gpe.api.
| u8 is_ip4 |
Definition at line 232 of file lisp_gpe.api.
| u8 leid[16] |
Definition at line 127 of file lisp_gpe.api.
| u8 leid_prefix_len |
Definition at line 125 of file lisp_gpe.api.
| u8 nh_addr[16] |
Definition at line 233 of file lisp_gpe.api.
| u32 nh_sw_if_index |
Definition at line 231 of file lisp_gpe.api.
| u8 reid[16] |
Definition at line 128 of file lisp_gpe.api.
| u8 reid_prefix_len |
Definition at line 126 of file lisp_gpe.api.
| option version = "1.0.0" |
Definition at line 16 of file lisp_gpe.api.
| u32 vni |
Definition at line 129 of file lisp_gpe.api.
| u8 weight |
Definition at line 26 of file lisp_gpe.api.