Add support for OFPFC_MODIFY Flow Mod command.
[sliver-openvswitch.git] / include / vconn.h
2008-09-15 Ben PfaffImplement OFPT_HELLO simple version negotiation.
2008-09-15 Ben PfaffBreak passive vconns out into separate pvconn routines...
2008-09-08 Ben Pfaffvconn: New function vconn_get_name().
2008-09-04 Ben PfaffRespin "Make vconns keep track of their names and inclu...
2008-09-04 Justin PettitRevert "Make vconns keep track of their names and inclu...
2008-09-02 Ben PfaffMake vconns keep track of their names and include them...
2008-08-07 Ben PfaffDrop controller-bound traffic that arrives on the contr...
2008-07-30 Ben Pfaffvconn: Implement Unix domain socket vconn.
2008-07-18 Ben Pfaffvconn: Add new function vconn_transact() and use it...
2008-07-18 Ben Pfaffvconn: Add utility functions make_openflow() and update...
2008-07-18 Ben PfaffNew function vconn_get_ip().
2008-07-01 Ben PfaffMake the secure channel and controller send out keepalives.
2008-07-01 Ben PfaffRespond to echo requests in OpenFlow implementations.
2008-06-26 Ben PfaffAdd --max-idle option to secchan and controller.
2008-04-15 Ben PfaffMerge remote branch 'repo/master' into stats
2008-04-04 Ben PfaffImplement OpenFlow statistics in switches and in dpctl.
2008-04-04 Ben PfaffFactor out printing the list of available vconns.
2008-03-28 casadoUpdate copyright on all non-GPL files
2008-03-28 Ben PfaffAdd the ability to connect to a vconn asynchronously.
2008-03-19 Justin PettitMerge branch 'master' of nicira.dyndns.org:/srv/git...
2008-03-13 Ben PfaffSupport SSL in secchan and controller.
2008-03-04 Martin CasadoInitial import