index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
usr.sbin
/
switchctl
Age
Commit message (
Expand
)
Author
2017-08-01
#if 0 unused chunk for now
Theo de Raadt
2017-07-06
/tmp/cvsa9y4jm
Marc Espie
2017-01-31
Use the sizeof operator on a struct not a pointer to one.
Jonathan Gray
2017-01-09
log_verbose() -> log_setverbose()
Reyk Floeter
2016-12-22
Don't convert endianess for flow-mod command field, it is a 8 bit field.
Rafael Zalamena
2016-12-02
Implement the connection state machine for OpenFlow 1.0 and 1.3 to detect
Rafael Zalamena
2016-11-24
Add simple client to add flows from switchctl. Not finished yet, but
Reyk Floeter
2016-11-18
Unbreak the tree: OFP_GROUP_ANY was renamed to OFP_GROUP_ID_ANY.
Theo Buehler
2016-11-17
Add ofp_validate() for all supported versions. Will be used by switchctl,
Reyk Floeter
2016-11-15
- Ar arg Ar arg is better written as Ar arg arg
Jason McIntyre
2016-11-15
Add a socket_setport() util function, in addition to socket_getport(),
Reyk Floeter
2016-11-15
Describe the 'dump' command
Reyk Floeter
2016-11-15
swap dump arguments to expect the address first
Reyk Floeter
2016-11-15
Add a simple openflow client to dump switch information. The
Reyk Floeter
2016-10-20
spread the Xr! as a bonus, typo fix in switchd.conf.5 too;
Jason McIntyre
2016-10-12
Start reworking the "device" support in switchd: Once connected, a
Reyk Floeter
2016-09-28
Adjust the mac_port format string since it got upgraded to 32bits
Reyk Floeter
2016-07-20
pledge switchctl
Reyk Floeter
2016-07-19
The -DNAME=switch flag is an artifact from the PoC when I couldn't
Reyk Floeter
2016-07-19
Remove unused variable
Reyk Floeter
2016-07-19
Import switchd(8), a basic WIP OpenFlow implementation for OpenBSD.
Reyk Floeter