History log of /openbsd-current/sys/net/ofp.h
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 1.15 11-Apr-2023 jsg

fix double words in comments
feedback and ok jmc@ miod, ok millert@


Revision tags: OPENBSD_6_9_BASE OPENBSD_7_0_BASE OPENBSD_7_1_BASE OPENBSD_7_2_BASE OPENBSD_7_3_BASE
# 1.14 10-Mar-2021 jsg

spelling

ok gnezdo@ semarie@ mpi@


Revision tags: OPENBSD_6_1_BASE OPENBSD_6_2_BASE OPENBSD_6_3_BASE OPENBSD_6_4_BASE OPENBSD_6_5_BASE OPENBSD_6_6_BASE OPENBSD_6_7_BASE OPENBSD_6_8_BASE
# 1.13 02-Dec-2016 rzalamena

Fix some spelling errors in the OpenFlow header and update the tcpdump(8)
ofp_map.c file.

ok reyk@


# 1.12 22-Nov-2016 rzalamena

Fix OFP spelling for version bitmap define in ofp header and tcpdump, also
change the truncation message in hello with the standard one.

ok reyk@


# 1.11 20-Nov-2016 reyk

Extend the DLT_OPENFLOW header to include the switch datapath id.

OK rzalamena@


# 1.10 18-Nov-2016 reyk

Define a group_id map and rename the defines accordingly.

Requested by rzalamena@


# 1.9 18-Nov-2016 reyk

Add more maps to print. As discussed with rzalamena@


# 1.8 18-Nov-2016 reyk

Revert previous, I confused the columns


# 1.7 18-Nov-2016 reyk

remove 'OpenFlow' prefix from version comments


# 1.6 18-Nov-2016 rzalamena

Add more documentation to header definitions that were missing.


# 1.5 18-Nov-2016 reyk

OpenFlow has a very simple finite state machine that is only
indirectly documented in the specification. Add the states to the
header as it is important for all implementations. Both switch(4) and
switchd(8) have to be updated to follow the fsm instead of answering
any requests at any time.

OK rzalamena@


# 1.4 18-Nov-2016 rzalamena

Fix some style issues in header file:
- Use the right amount of zeros to match the header bit length;
- Use hex instead of bit shifting;


# 1.3 28-Oct-2016 rzalamena

Rename pad fields to have struct prefixes, remove useless whitespaces and
add missing action_set_queue struct.

ok reyk@


# 1.2 30-Sep-2016 reyk

sync ofp.h from switchd, add missing comments


# 1.1 01-Sep-2016 goda

Import switch(4), an in-kernel OpenFlow switch which can work alone.
switch(4) currently supports OpenFlow 1.3.5.
Currently, it's disabled by the kernel config.

With help from yasuoka@ reyk@ jsg@.

ok deraadt@ yasuoka@ reyk@ henning@


# 1.14 10-Mar-2021 jsg

spelling

ok gnezdo@ semarie@ mpi@


Revision tags: OPENBSD_6_1_BASE OPENBSD_6_2_BASE OPENBSD_6_3_BASE OPENBSD_6_4_BASE OPENBSD_6_5_BASE OPENBSD_6_6_BASE OPENBSD_6_7_BASE OPENBSD_6_8_BASE
# 1.13 02-Dec-2016 rzalamena

Fix some spelling errors in the OpenFlow header and update the tcpdump(8)
ofp_map.c file.

ok reyk@


# 1.12 22-Nov-2016 rzalamena

Fix OFP spelling for version bitmap define in ofp header and tcpdump, also
change the truncation message in hello with the standard one.

ok reyk@


# 1.11 20-Nov-2016 reyk

Extend the DLT_OPENFLOW header to include the switch datapath id.

OK rzalamena@


# 1.10 18-Nov-2016 reyk

Define a group_id map and rename the defines accordingly.

Requested by rzalamena@


# 1.9 18-Nov-2016 reyk

Add more maps to print. As discussed with rzalamena@


# 1.8 18-Nov-2016 reyk

Revert previous, I confused the columns


# 1.7 18-Nov-2016 reyk

remove 'OpenFlow' prefix from version comments


# 1.6 18-Nov-2016 rzalamena

Add more documentation to header definitions that were missing.


# 1.5 18-Nov-2016 reyk

OpenFlow has a very simple finite state machine that is only
indirectly documented in the specification. Add the states to the
header as it is important for all implementations. Both switch(4) and
switchd(8) have to be updated to follow the fsm instead of answering
any requests at any time.

OK rzalamena@


# 1.4 18-Nov-2016 rzalamena

Fix some style issues in header file:
- Use the right amount of zeros to match the header bit length;
- Use hex instead of bit shifting;


# 1.3 28-Oct-2016 rzalamena

Rename pad fields to have struct prefixes, remove useless whitespaces and
add missing action_set_queue struct.

ok reyk@


# 1.2 30-Sep-2016 reyk

sync ofp.h from switchd, add missing comments


# 1.1 01-Sep-2016 goda

Import switch(4), an in-kernel OpenFlow switch which can work alone.
switch(4) currently supports OpenFlow 1.3.5.
Currently, it's disabled by the kernel config.

With help from yasuoka@ reyk@ jsg@.

ok deraadt@ yasuoka@ reyk@ henning@


Revision tags: OPENBSD_6_1_BASE OPENBSD_6_2_BASE
# 1.13 02-Dec-2016 rzalamena

Fix some spelling errors in the OpenFlow header and update the tcpdump(8)
ofp_map.c file.

ok reyk@


# 1.12 22-Nov-2016 rzalamena

Fix OFP spelling for version bitmap define in ofp header and tcpdump, also
change the truncation message in hello with the standard one.

ok reyk@


# 1.11 20-Nov-2016 reyk

Extend the DLT_OPENFLOW header to include the switch datapath id.

OK rzalamena@


# 1.10 18-Nov-2016 reyk

Define a group_id map and rename the defines accordingly.

Requested by rzalamena@


# 1.9 18-Nov-2016 reyk

Add more maps to print. As discussed with rzalamena@


# 1.8 18-Nov-2016 reyk

Revert previous, I confused the columns


# 1.7 18-Nov-2016 reyk

remove 'OpenFlow' prefix from version comments


# 1.6 18-Nov-2016 rzalamena

Add more documentation to header definitions that were missing.


# 1.5 18-Nov-2016 reyk

OpenFlow has a very simple finite state machine that is only
indirectly documented in the specification. Add the states to the
header as it is important for all implementations. Both switch(4) and
switchd(8) have to be updated to follow the fsm instead of answering
any requests at any time.

OK rzalamena@


# 1.4 18-Nov-2016 rzalamena

Fix some style issues in header file:
- Use the right amount of zeros to match the header bit length;
- Use hex instead of bit shifting;


# 1.3 28-Oct-2016 rzalamena

Rename pad fields to have struct prefixes, remove useless whitespaces and
add missing action_set_queue struct.

ok reyk@


# 1.2 30-Sep-2016 reyk

sync ofp.h from switchd, add missing comments


# 1.1 01-Sep-2016 goda

Import switch(4), an in-kernel OpenFlow switch which can work alone.
switch(4) currently supports OpenFlow 1.3.5.
Currently, it's disabled by the kernel config.

With help from yasuoka@ reyk@ jsg@.

ok deraadt@ yasuoka@ reyk@ henning@