summaryrefslogtreecommitdiff
path: root/usr.sbin
AgeCommit message (Expand)Author
2016-11-19Print metric and type for "redistribute" in ospfd -v.Stuart Henderson
2016-11-18Unbreak the tree: OFP_GROUP_ANY was renamed to OFP_GROUP_ID_ANY.Theo Buehler
2016-11-18The special LOCAL and CONTROLLER ports are valid source ports thatReyk Floeter
2016-11-18Make switchd(8) use more strings just like tcpdump(8). While here removeRafael Zalamena
2016-11-18Add support for printing the missing OpenFlow set-queue action.Rafael Zalamena
2016-11-18Don't print the field 'actions' on features reply, because in the newRafael Zalamena
2016-11-18miss_send_len can also be a CONTROLLER_MAXLEN string not just a number.Reyk Floeter
2016-11-18Updates tcpdump's OpenFlow printer to use the string maps from switchdReyk Floeter
2016-11-18Define a group_id map and rename the defines accordingly.Reyk Floeter
2016-11-18Define constmap in ofp_map.h to be shared along with ofp_map.cReyk Floeter
2016-11-18Remove leading _ from include guards as this violates the reserved space.Reyk Floeter
2016-11-18Add support for multiple listening socketsJeremie Courreges-Anglas
2016-11-18Add more maps to print. As discussed with rzalamena@Reyk Floeter
2016-11-18Exclude the description field from the generated maps by default.Reyk Floeter
2016-11-18Small code improvements:Rafael Zalamena
2016-11-18Fix the flowmod header to send the correct command and buffer id.Reyk Floeter
2016-11-18Define the struct constmap in each generated C file.Reyk Floeter
2016-11-18Fix file reference in generated comment OK rzalamena@Reyk Floeter
2016-11-18fix regression introduced in previous commitEric Faurot
2016-11-17Add io api functions for dealing with buffered data, as wrapper aroundEric Faurot
2016-11-17Fix some styles issues: break big lines and remove some useless spaces.Rafael Zalamena
2016-11-17Re-add the root user checks in the quirks; that part is to be removed soon.Antoine Jacoutot
2016-11-17Check the return value of tls_config_set_protocols(), now that it returnsJoel Sing
2016-11-17Move OCSP loading into a separate function - it is not part of the keypairJoel Sing
2016-11-17Drop priv. to the _pkgfetch (for now) user when running ftp(1) and signify(1).Antoine Jacoutot
2016-11-17In oflowmod, automatically open the instructions block with the firstReyk Floeter
2016-11-17Add an abstraction layer / API to create flows including all matchesReyk Floeter
2016-11-17Accept OFP_XM_T_ETH_TYPE.Reyk Floeter
2016-11-17Add ofp_validate() for all supported versions. Will be used by switchctl,Reyk Floeter
2016-11-17Added the missing code to build flow-mod messages and to installRafael Zalamena
2016-11-17remove IO_TLSVERIFIED which is not a io event, and inline necessary codeEric Faurot
2016-11-16pass the user pointer as parameter to the io callback instead of havingEric Faurot
2016-11-16Merge comments altogether, it's easier to understand this way.Antoine Jacoutot
2016-11-16Sync switchd(8) and vmd(8) with the latest proc.c changes. This syncRafael Zalamena
2016-11-16If we install a new kernel, add /bsd twice (for size checking) when:Antoine Jacoutot
2016-11-16/bsd.rollbackXX -> bsd.syspatchXX to make it more obvious where it comes fromAntoine Jacoutot
2016-11-16Add new DLT_OPENFLOW link-type to allow using tcpdump to debug switch(4),Reyk Floeter
2016-11-15Small wording tweak and a couple of fixes from jmc@Antoine Jacoutot
2016-11-15checkfs: ignore nonexistent files and extend comment. There's actually no needAntoine Jacoutot
2016-11-15Replace bzero(3) with memset(3)Ricardo Mestre
2016-11-15Double the required size to make sure we have enough space for install(1) safeAntoine Jacoutot
2016-11-15- Ar arg Ar arg is better written as Ar arg argJason McIntyre
2016-11-15Add a socket_setport() util function, in addition to socket_getport(),Reyk Floeter
2016-11-15Describe the 'dump' commandReyk Floeter
2016-11-15swap dump arguments to expect the address firstReyk Floeter
2016-11-15Add a simple openflow client to dump switch information. TheReyk Floeter
2016-11-14Check for available space before installing a patch.Antoine Jacoutot
2016-11-14specify ordering and precedence of location { } sections;Ingo Schwarze
2016-11-14uniq -> sort -uAntoine Jacoutot
2016-11-14disklabel -w doesn't set bstart/bend, so makefs shouldn't do that either.Martin Natano