![]() |
FD.io VPP
v16.12-rc0-308-g931be3a
Vector Packet Processing
|
Set or delete one or all ip addresses on a specified interface. More...
Data Fields | |
| u32 | client_index |
| u32 | context |
| u32 | sw_if_index |
| u8 | is_add |
| u8 | is_ipv6 |
| u8 | del_all |
| u8 | address_length |
| u8 | address [16] |
Set or delete one or all ip addresses on a specified interface.
| client_index | - opaque cookie to identify the sender |
| context | - sender context, to match reply w/ request |
| sw_if_index | - index of the interface to add/del addresses |
| is_add | - add address if non-zero, else delete |
| is_ipv6 | - if non-zero the address is ipv6, else ipv4 |
| del_all | - if non-zero delete all addresses on the interface |
| address_length | - address length in bytes, 4 for ip4, 16 for ip6 |
| address | - array of address bytes |