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
/
switchd
Age
Commit message (
Expand
)
Author
2016-08-30
does not need sys/param.h
Theo de Raadt
2016-08-25
goda@ contributed most of the OpenFlow 1.3.5 parts in ofp.h (for the
Reyk Floeter
2016-08-08
Create socket with SOCK_NONBLOCK instead of using fcntl() without the
Rafael Zalamena
2016-08-08
Handle imsg_read() EAGAIN like the man page code example.
Rafael Zalamena
2016-08-08
Fix previous. Obvously the condition is reversed.
YASUOKA Masahiko
2016-08-08
Split ofcconn into switch part and connection part to make the switch
YASUOKA Masahiko
2016-07-22
"wpath" is needed in the parent pledge when using the /dev/switch0 device.
Reyk Floeter
2016-07-21
Add basic support for OpenFlow 1.3 PACKET_IN+PACKET_OUT,
Reyk Floeter
2016-07-21
long to uint32_t port
Reyk Floeter
2016-07-21
With uint32_t ports, we cannot sneak the port into an int anymore
Reyk Floeter
2016-07-21
Turn ofp*_debug functions into ofp*_validate functions to follow a
Reyk Floeter
2016-07-20
fix typos in comments
Reyk Floeter
2016-07-20
pledge(2) all the switchd processes.
Reyk Floeter
2016-07-20
Handle ports as uint32_t instead of in_port_t: OpenFlow 1.0 used 16bit
Reyk Floeter
2016-07-20
Parse and print OpenFlow 1.3 PACKET_IN and OXM (Openflow eXtended Match) -
Reyk Floeter
2016-07-20
Update OpenFlow 1.3 stub based on the 1.0 code.
Reyk Floeter
2016-07-20
Fix dependencies of generated map files.
Reyk Floeter
2016-07-20
Add a -n flag to check the configuration and exit. Matches what almost
Jonathan Gray
2016-07-20
Fix typo
YASUOKA Masahiko
2016-07-19
The -DNAME=switch flag is an artifact from the PoC when I couldn't
Reyk Floeter
2016-07-19
Correctly use ssize_t instead of size_t for read/write return values.
Reyk Floeter
2016-07-19
A bit of cleanup and style changes. ofcconn needs more work.
Reyk Floeter
2016-07-19
L2 tun is tap now
Reyk Floeter
2016-07-19
Don't use .p_shutdown in the proc struct
Reyk Floeter
2016-07-19
Comment out device/switch(4) for now
Reyk Floeter
2016-07-19
Import switchd(8), a basic WIP OpenFlow implementation for OpenBSD.
Reyk Floeter