summaryrefslogtreecommitdiffstats
path: root/usr.sbin (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix printf of NULL for the FILTERERR case when the tempfile is emptymillert2016-11-221-2/+2
* Make sure /var/syspatch/$OSREV is not on a read-only mount-point when doingajacoutot2016-11-221-2/+2
* Fix OFP spelling for version bitmap define in ofp header and tcpdump, alsorzalamena2016-11-221-3/+3
* There is no need for res when there is already ret.reyk2016-11-221-5/+4
* Insert disabled VMs into vmd(8)'s queues and allow vmctl(8) to display them.edd2016-11-224-15/+66
* Allow passing an explicit return code to sp_err() in case we don't want to exitajacoutot2016-11-221-21/+24
* Normalize the io input buffer internally when reinstalling the io event, soeric2016-11-225-19/+11
* Do more strict checks of OXM by looking at mask restrictions and addrzalamena2016-11-211-7/+48
* Add truncation validation for packet-out and reuse the action validationrzalamena2016-11-211-31/+36
* Fix jumbo regress test for ofp10.c and use htonl() with OFP_PKTOUT_NO_BUFFERrzalamena2016-11-212-8/+8
* Implement better table features validation. With this we get free switchctlrzalamena2016-11-211-18/+161
* Check return value of tls_config_set_protocols(3) and log if it failsmestre2016-11-211-3/+9
* Use the same basename for the rollback tarball as the original patch.sig.ajacoutot2016-11-211-15/+21
* Tweak comment. Reverse cmp logic while here.ajacoutot2016-11-211-3/+3
* replace calls to iobuf_*() functions with the corresponding io_*() wrappers.eric2016-11-215-77/+67
* Parse flow-status instructions in multipart replies, so we can see whatrzalamena2016-11-211-3/+25
* Remove some old code that isn't needed anymore.mlarkin2016-11-201-11/+2
* Extend the DLT_OPENFLOW header to include the switch datapath id.reyk2016-11-201-8/+9
* add dedicated functions to set fd and callback on a struct io.eric2016-11-207-27/+47
* Make tcpdump indicate basic rates listed in beacons with an asterisk.stsp2016-11-191-3/+5
* Print metric and type for "redistribute" in ospfd -v.sthen2016-11-191-6/+9
* Unbreak the tree: OFP_GROUP_ANY was renamed to OFP_GROUP_ID_ANY.tb2016-11-181-2/+3
* The special LOCAL and CONTROLLER ports are valid source ports thatreyk2016-11-182-10/+12
* Make switchd(8) use more strings just like tcpdump(8). While here removerzalamena2016-11-181-73/+67
* Add support for printing the missing OpenFlow set-queue action.rzalamena2016-11-181-2/+17
* Don't print the field 'actions' on features reply, because in the newrzalamena2016-11-181-3/+3
* miss_send_len can also be a CONTROLLER_MAXLEN string not just a number.reyk2016-11-181-3/+5
* Updates tcpdump's OpenFlow printer to use the string maps from switchdreyk2016-11-184-88/+586
* Define a group_id map and rename the defines accordingly.reyk2016-11-182-3/+4
* Define constmap in ofp_map.h to be shared along with ofp_map.creyk2016-11-184-16/+12
* Remove leading _ from include guards as this violates the reserved space.reyk2016-11-183-12/+12
* Add support for multiple listening socketsjca2016-11-185-51/+87
* Add more maps to print. As discussed with rzalamena@reyk2016-11-181-1/+6
* Exclude the description field from the generated maps by default.reyk2016-11-181-5/+18
* Small code improvements:rzalamena2016-11-181-35/+47
* Fix the flowmod header to send the correct command and buffer id.reyk2016-11-181-1/+7
* Define the struct constmap in each generated C file.reyk2016-11-181-3/+7
* Fix file reference in generated comment OK rzalamena@reyk2016-11-181-3/+3
* fix regression introduced in previous commiteric2016-11-182-41/+58
* Add io api functions for dealing with buffered data, as wrapper arounderic2016-11-174-10/+133
* Fix some styles issues: break big lines and remove some useless spaces.rzalamena2016-11-173-8/+11
* Re-add the root user checks in the quirks; that part is to be removed soon.ajacoutot2016-11-171-1/+5
* Check the return value of tls_config_set_protocols(), now that it returnsjsing2016-11-171-4/+7
* Move OCSP loading into a separate function - it is not part of the keypairjsing2016-11-173-22/+42
* Drop priv. to the _pkgfetch (for now) user when running ftp(1) and signify(1).ajacoutot2016-11-171-24/+29
* In oflowmod, automatically open the instructions block with the firstreyk2016-11-171-3/+9
* Add an abstraction layer / API to create flows including all matchesreyk2016-11-174-39/+321
* Accept OFP_XM_T_ETH_TYPE.reyk2016-11-171-1/+11
* Add ofp_validate() for all supported versions. Will be used by switchctl,reyk2016-11-173-4/+24
* Added the missing code to build flow-mod messages and to installrzalamena2016-11-173-3/+123