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
2017-01-09
Replace hand-rolled for(;;) traversal of ctl_conns TAILQ with
Kenneth R Westerback
2017-01-08
Sync log.c with the latest version from vmd/log.c that preserves errno
Reyk Floeter
2017-01-05
Replace symset()'s hand-rolled for(;;) traversal of 'symhead' TAILQ
Kenneth R Westerback
2016-12-22
Learn remote switch flow tables properties to find out where to install
Rafael Zalamena
2016-12-02
Implement the connection state machine for OpenFlow 1.0 and 1.3 to detect
Rafael Zalamena
2016-11-29
article fix; from rob pierce
Jason McIntyre
2016-11-22
Add "features request" support and reply validation.
Rafael Zalamena
2016-11-22
Implement support for version negotiation using hello messages. This
Rafael Zalamena
2016-11-21
Do more strict checks of OXM by looking at mask restrictions and add
Rafael Zalamena
2016-11-21
Add truncation validation for packet-out and reuse the action validation
Rafael Zalamena
2016-11-21
Fix jumbo regress test for ofp10.c and use htonl() with OFP_PKTOUT_NO_BUFFER
Rafael Zalamena
2016-11-21
Implement better table features validation. With this we get free switchctl
Rafael Zalamena
2016-11-21
Parse flow-status instructions in multipart replies, so we can see what
Rafael Zalamena
2016-11-18
The special LOCAL and CONTROLLER ports are valid source ports that
Reyk Floeter
2016-11-18
Make switchd(8) use more strings just like tcpdump(8). While here remove
Rafael Zalamena
2016-11-18
Define a group_id map and rename the defines accordingly.
Reyk Floeter
2016-11-18
Define constmap in ofp_map.h to be shared along with ofp_map.c
Reyk Floeter
2016-11-18
Remove leading _ from include guards as this violates the reserved space.
Reyk Floeter
2016-11-18
Add more maps to print. As discussed with rzalamena@
Reyk Floeter
2016-11-18
Exclude the description field from the generated maps by default.
Reyk Floeter
2016-11-18
Small code improvements:
Rafael Zalamena
2016-11-18
Fix the flowmod header to send the correct command and buffer id.
Reyk Floeter
2016-11-18
Define the struct constmap in each generated C file.
Reyk Floeter
2016-11-18
Fix file reference in generated comment OK rzalamena@
Reyk Floeter
2016-11-17
Fix some styles issues: break big lines and remove some useless spaces.
Rafael Zalamena
2016-11-17
In oflowmod, automatically open the instructions block with the first
Reyk Floeter
2016-11-17
Add an abstraction layer / API to create flows including all matches
Reyk Floeter
2016-11-17
Accept OFP_XM_T_ETH_TYPE.
Reyk Floeter
2016-11-17
Add ofp_validate() for all supported versions. Will be used by switchctl,
Reyk Floeter
2016-11-17
Added the missing code to build flow-mod messages and to install
Rafael Zalamena
2016-11-16
Sync switchd(8) and vmd(8) with the latest proc.c changes. This sync
Rafael Zalamena
2016-11-15
Add a socket_setport() util function, in addition to socket_getport(),
Reyk Floeter
2016-11-11
Move ofp_validate_header() into ofp_common.c. No functional change.
Reyk Floeter
2016-11-11
Remove "workarounds" for the read and write path that were needed to
Reyk Floeter
2016-11-07
Implement support for flow-mod messages validation, this includes:
Rafael Zalamena
2016-11-07
Fix a small parsing error in packet-in: don't count ofp_match header bytes
Rafael Zalamena
2016-11-04
Empty -> empty in log messages
Reyk Floeter
2016-11-04
Move ofp_output() into ofp_common.c and few function prototypes into
Reyk Floeter
2016-10-20
spread the Xr! as a bonus, typo fix in switchd.conf.5 too;
Jason McIntyre
2016-10-13
Implement simple feature request/reply support so we can get more
Rafael Zalamena
2016-10-12
Start reworking the "device" support in switchd: Once connected, a
Reyk Floeter
2016-10-12
Teach switchd(8) how to send set_config to the switch so we can be able
Rafael Zalamena
2016-10-12
copy updated log.c from vmd: for correctness, save errno when doing
Reyk Floeter
2016-10-11
Sync proc.c file vmd(8) and switchd(8).
Rafael Zalamena
2016-10-07
Move some shared code into a new file.
Reyk Floeter
2016-10-07
Add support for multipart replies and implement a simple ofp 1.3.5 error
Rafael Zalamena
2016-10-06
Switch switchd to the _switchd user.
Reyk Floeter
2016-10-05
Sync with httpd(8) proc file. Check for dup2() usage to avoid oldd == newd
Rafael Zalamena
2016-10-05
Call setsid() to create a new session for the executed processes.
Reyk Floeter
2016-10-05
sync proc.c with vmd: add p_pw to specify a non-standard user for a process.
Reyk Floeter
[next]