]> git.proxmox.com Git - mirror_ovs.git/history - lib/db-ctl-base.h
netdev-offload-tc: Use single 'once' variable for probing tc features
[mirror_ovs.git] / lib / db-ctl-base.h
2018-07-23 Jakub Sitnickidb-ctl-base: Propagate errors from the commands parser.
2018-07-03 Jakub Sitnickidb-ctl-base: Extend ctl_context with an error message.
2018-07-03 Jakub Sitnickidb-ctl-base: Don't die in ctl_set_column() on error.
2018-07-03 Jakub Sitnickidb-ctl-base: Don't die in ctl_get_row() on error.
2018-05-25 Ben Pfaffovs-vsctl, ovn-nbctl, ovn-sbctl, vtep-ctl: Parse option...
2018-03-14 Miguel Angel Ajoovs-vsctl: Include bfd_status in "show" output for...
2018-02-28 Justin Pettitdb-ctl-base: Don't shadow 'invalidate_cache' callback.
2018-02-26 Mark MichelsonRefer to database manpages in *ctl manpages
2017-05-03 Ben Pfaffovn-sbctl: Add --ovs option to "lflow-list", for listin...
2017-05-03 Ben Pfaffovn-sbctl: Get rid of redundant code by using function...
2017-05-03 Ben Pfaffovn-nbctl: Allow access to DHCP options via logical...
2017-05-03 Ben Pfaffdb-ctl-base: Add support for identifying a row based...
2017-05-03 Ben Pfaffdb-ctl-base: Drop redundant 'table' field from struct...
2017-01-13 Ben Pfaffdb-ctl-base: Always support all tables in schema.
2016-08-16 Ryan MoatsAdd read-only option to ovs-dpctl and ovs-ofctl commands.
2016-07-23 Terry Wilsonjson: Move from lib to include/openvswitch.
2016-03-19 Ben WarrenMove lib/dynamic-string.h to include/openvswitch directory
2015-08-13 Alex Wangdb-ctl-base: Allow print rows that weak reference to...
2015-07-23 Andy Zhoudb-ctl-base: make cmd_show_table private
2015-07-23 Andy Zhoudb-ctl-base: remove the recurse member from struct...
2015-07-17 Andy Zhoudb-ctl-base: make use of user supplied exit function
2015-07-17 Andy Zhoudb-ctl-base: remove ctl_get_all_commands() function
2015-07-13 Andy Zhoudb-ctl-base: do not require client to expose the "table...
2015-07-13 Andy Zhoudb-ctl-base: do not expose get_table() API
2015-07-09 Andy Zhoudb-ctl-base: fix a few typos
2015-06-23 Alex Wangdb-ctl-base: Librarize show command.
2015-06-23 Alex Wangdb-ctl-base: Librarize code in parse_options().
2015-06-23 Alex Wangdb-ctl-base: Make common database command code into...