mirror of
https://github.com/openvswitch/ovs
synced 2025-08-31 14:25:26 +00:00
ovn-controller: Add external-id 'ovn-remote-probe-interval'
Add a external-id 'ovn-remote-probe-interval' for setting the activity probe interval of the json session from ovn-controller to the OVN southbound database. Signed-off-by: Huang Lei <lhuang8@ebay.com> Signed-off-by: Ben Pfaff <blp@ovn.org>
This commit is contained in:
@@ -68,6 +68,8 @@ void ovsdb_idl_verify_write_only(struct ovsdb_idl *);
|
||||
|
||||
bool ovsdb_idl_is_alive(const struct ovsdb_idl *);
|
||||
int ovsdb_idl_get_last_error(const struct ovsdb_idl *);
|
||||
|
||||
void ovsdb_idl_set_probe_interval(const struct ovsdb_idl *, int probe_interval);
|
||||
|
||||
/* Choosing columns and tables to replicate. */
|
||||
|
||||
|
Reference in New Issue
Block a user