summaryrefslogtreecommitdiff
path: root/lib/ofp-print.c
Commit message (Expand)AuthorAgeFilesLines
...
* ofproto: Add NXM_NX_TUN_GBP_ID and NXM_NX_TUN_GBP_FLAGSMadhu Challa2015-02-141-0/+9
* Implement set-field for IPv6 ND fields (nd_target, nd_sll, and nd_tll).Sharo, Randall A CIV SPAWARSYSCEN-ATLANTIC, 552002015-01-131-0/+8
* list: Rename struct list to struct ovs_listThomas Graf2014-12-151-1/+1
* lib: Move compiler.h to <openvswitch/compiler.h>Thomas Graf2014-12-151-1/+1
* ofp-print: Support printing of (draft) OpenFlow 1.5 group messages with bucke...Simon Horman2014-11-111-11/+39
* ofp-print: Print bucket ids of OpenFlow 1.5 group messages.Simon Horman2014-11-111-3/+32
* Add support for OpenFlow 1.4+ "importance" values.Rishi Bamba2014-11-101-0/+6
* ofp-print: Use ds_chomp() in ofp10_match_to_string()Simon Horman2014-11-041-3/+1
* ofp-print-ofctl: Free group buckets.Simon Horman2014-10-311-0/+2
* ofp-util: Abstract table miss configuration and fix related bugs.Ben Pfaff2014-08-111-276/+132
* ofp-actions: Add action bitmap abstraction.Ben Pfaff2014-08-111-80/+25
* Remove assumption that there are 64 or fewer fields.Ben Pfaff2014-07-261-20/+15
* ofp-print: Merge ofp_print_stats_{reply, request}()Simon Horman2014-05-271-32/+23
* Implement OpenFlow 1.5 port desc stats request.Ben Pfaff2014-05-141-1/+22
* Implement OpenFlow 1.5 group desc stats request.Ben Pfaff2014-05-141-0/+10
* Add skeleton for OF1.5 support.Ben Pfaff2014-05-141-0/+5
* Implement OpenFlow 1.4 port_mod messages.Ben Pfaff2014-05-141-1/+1
* ofp-util: Remove ofputil_count_phy_ports().Ben Pfaff2014-05-141-11/+16
* Add basic implementation for OpenFlow 1.4 bundlesAlexandru Copot2014-05-021-0/+92
* ofp-print: Enable printing OF1.4 versionAlexandru Copot2014-05-011-0/+3
* ofproto/bond: Implement bond megaflow using recirculationAndy Zhou2014-04-071-0/+6
* ofp-print: Fix misaligned data access in ofp_print_error_msg().Ben Pfaff2014-04-051-0/+1
* packets: Fix misaligned data accesses for MPLS and SCTP fields.Ben Pfaff2014-04-051-1/+2
* ofpbuf: Rename trivial _get_ functions without the "get".Jarno Rajahalme2014-04-031-4/+4
* ofpbuf: Introduce access api for base, data and size.Pravin Shelar2014-03-301-6/+6
* lib/ofpbuf: CompactJarno Rajahalme2014-03-291-3/+3
* lib/ofpbuf: Remove 'l7' pointer.Jarno Rajahalme2014-03-251-14/+12
* ofp-util: Fix inconsistencies in table features type.Jarno Rajahalme2014-03-241-1/+1
* ofp-util: Implement OFPMP_TABLE_FEATURES decoding and printing.Alexander Wu2014-03-231-8/+162
* ofproto: Allow the use of the OpenFlow 1.4 protocolAlexandru Copot2014-03-231-0/+2
* lib/flow: Retain ODPP_NONE on flow_extract().Jarno Rajahalme2014-03-191-1/+1
* ofp-print: __attribute__ format in visual studio.Gurucharan Shetty2014-03-121-1/+1
* lib: simplify flow_extract() APIAndy Zhou2014-02-281-1/+3
* ofp-print: Print durations with at least three decimals.Ben Pfaff2013-12-201-3/+19
* Rename NOT_REACHED to OVS_NOT_REACHEDHarold Lim2013-12-171-4/+4
* Avoid printf type modifiers not supported by MSVC C runtime library.Alin Serdean2013-11-251-13/+13
* ofproto: Centralize action checking, doing it at decode time.Ben Pfaff2013-11-011-1/+2
* ofproto: Add support for sending OFPTYPE_ROLE_STATUS messages.Alexandru Copot2013-10-291-13/+52
* include/openflow: Add OpenFlow 1.4 header fileAlexandru Copot2013-10-291-0/+2
* Implement OFPT_QUEUE_GET_CONFIG_REQUEST and OFPT_QUEUE_GET_CONFIG_REPLY.Venkitachalam Gopalakrishnan2013-10-291-2/+73
* ofp-print: Update a printf format for the recent pin.total_len change.YAMAMOTO Takashi2013-10-231-1/+1
* ofp-util: Use correct cookie value in "packet_in"s when no flow involved.Ben Pfaff2013-10-221-1/+1
* ofp-actions: Distinguish OF1.1/1.2 push_mpls from OF1.3+.Joe Stringer2013-10-211-1/+1
* ofp-actions: Make ofpacts_format() caller add "actions=" if it wants it.Ben Pfaff2013-10-141-1/+5
* openvswitch/types.h: New macros OVS_BE16_MAX, OVS_BE32_MAX, OVS_BE64_MAX.Ben Pfaff2013-09-171-1/+1
* openflow-1.1+: OFPT_TABLE_MOD (part 1)Andy Zhou2013-09-071-0/+47
* ofp-print: display OFPT_GET_ASYNC_REPLY in same way as OFPT_SET_ASYNCAlexandru Copot2013-09-071-3/+3
* ovs-ofctl: Handle any number of buckets in group statisticsSimon Horman2013-09-051-0/+2
* Implement OpenFlow 1.1+ "groups" protocol.Neil Zhu2013-09-021-5/+219
* ofp-util: Abstract flow_mod OFPFF_* flags.Ben Pfaff2013-08-271-15/+13