# Functions
Messages returns list of all messages in this module.
No description provided by the author
# Constants
No description provided by the author
No description provided by the author
No description provided by the author
# Structs
* @brief SVS table-id to interface mapping - - af - Address Family - - table_id - The SVS table (from svs_table_add_del) - - sw_if_index - Interface
SvsDetails defines message 'svs_details'.
* @brief Dump the SVS table mappings of table_id to interface - To see the routes added to a given table use ip_fib_dump()
SvsDump defines message 'svs_dump'.
* @brief Enable SVS on a given interface by using the given table to match - RX'd packets' source addresses - - af - Address Family - - table_id - The SVS table (from svs_table_add_del) - - sw_if_index - Interface
SvsEnableDisable defines message 'svs_enable_disable'.
SvsEnableDisableReply defines message 'svs_enable_disable_reply'.
- brief Get the plugin version *- context - sender context, to match reply w/ request
SvsPluginGetVersion defines message 'svs_plugin_get_version'.
* @brief Reply to get the plugin version - - major - Incremented every time a known breaking behavior change is introduced - - minor - Incremented with small changes, may be used to avoid buggy versions
SvsPluginGetVersionReply defines message 'svs_plugin_get_version_reply'.
* @brief Add a route into the source address matching table - - prefix - prefix - - table_id - The SVS table (from svs_table_add_del) - - source_table_id - This is the table ID that will be used for - the subsequent lookup of the packet.
SvsRouteAddDelReply defines message 'svs_route_add_del_reply'.
* @brief Add a table in which to add routes that will match against source - addresses - - af - Address Family - - table_id - User provided ID for the table - - is_add - add or delete
SvsTableAddDel defines message 'svs_table_add_del'.
SvsTableAddDelReply defines message 'svs_table_add_del_reply'.
# Interfaces
RPCService defines RPC service svs.
No description provided by the author