OpenBSD CVS

CVS log for src/usr.sbin/switchd/Attic/switchd.conf.5


[BACK] Up to [local] / src / usr.sbin / switchd

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.11, Thu Nov 11 09:59:19 2021 UTC (2 years, 6 months ago) by claudio
Branch: MAIN
CVS Tags: HEAD
Changes since 1.10: +2 -2 lines
FILE REMOVED

Retire switchd and switchctl. While interesting they never managed to
really get into a usable state. The OpenFlow API is mostly superseeded
by P4 and so this is a bit of a dead end.
OK akoshibe@ yasuoka@ deraadt@ kn@ patrick@ sthen@

Revision 1.10 / (download) - annotate - [select for diffs], Thu Jul 11 09:28:54 2019 UTC (4 years, 10 months ago) by sthen
Branch: MAIN
CVS Tags: OPENBSD_7_0_BASE, OPENBSD_7_0, OPENBSD_6_9_BASE, OPENBSD_6_9, OPENBSD_6_8_BASE, OPENBSD_6_8, OPENBSD_6_7_BASE, OPENBSD_6_7, OPENBSD_6_6_BASE, OPENBSD_6_6
Changes since 1.9: +4 -4 lines
Diff to previous 1.9 (colored)

to avoid confusion, use the IANA-registered port rather than the old made-up
port in the manpage example. been sitting in my tree for ages and suggested
by someone on one of the mailing lists but I forget the details.

Revision 1.9 / (download) - annotate - [select for diffs], Sun Nov 11 00:11:01 2018 UTC (5 years, 6 months ago) by akoshibe
Branch: MAIN
CVS Tags: OPENBSD_6_5_BASE, OPENBSD_6_5
Changes since 1.8: +5 -2 lines
Diff to previous 1.8 (colored)

Mention the default address (0.0.0.0) and port (6653) that switchd(8)
uses.

OK nayden@ kn@

Revision 1.8 / (download) - annotate - [select for diffs], Tue Oct 30 07:25:57 2018 UTC (5 years, 7 months ago) by jmc
Branch: MAIN
Changes since 1.7: +3 -3 lines
Diff to previous 1.7 (colored)

typo; from bryan stenson

Revision 1.7 / (download) - annotate - [select for diffs], Mon Jun 18 06:04:25 2018 UTC (5 years, 11 months ago) by jmc
Branch: MAIN
CVS Tags: OPENBSD_6_4_BASE, OPENBSD_6_4
Changes since 1.6: +4 -4 lines
Diff to previous 1.6 (colored)

remove the SECTIONS header, since a one line DESCRIPTION is a bit silly;
use a more general text for the sections, and avoid the catchup issue
that was trying to document how many there were;

ok benno rob

Revision 1.6 / (download) - annotate - [select for diffs], Wed Mar 8 09:41:40 2017 UTC (7 years, 3 months ago) by sobrado
Branch: MAIN
CVS Tags: OPENBSD_6_3_BASE, OPENBSD_6_3, OPENBSD_6_2_BASE, OPENBSD_6_2, OPENBSD_6_1_BASE, OPENBSD_6_1
Changes since 1.5: +3 -3 lines
Diff to previous 1.5 (colored)

argument to the document description (Nd) macro should be lowercase.

ok jmc@

Revision 1.5 / (download) - annotate - [select for diffs], Mon Jan 16 13:03:18 2017 UTC (7 years, 4 months ago) by sthen
Branch: MAIN
Changes since 1.4: +3 -3 lines
Diff to previous 1.4 (colored)

pasto; snmpd->switchd in sample "include" line. ok reyk@

Revision 1.4 / (download) - annotate - [select for diffs], Thu Oct 20 19:55:29 2016 UTC (7 years, 7 months ago) by jmc
Branch: MAIN
Changes since 1.3: +4 -3 lines
Diff to previous 1.3 (colored)

spread the Xr! as a bonus, typo fix in switchd.conf.5 too;
Xr diff from kapetanakis giannis

Revision 1.3 / (download) - annotate - [select for diffs], Wed Jul 20 07:21:24 2016 UTC (7 years, 10 months ago) by yasuoka
Branch: MAIN
CVS Tags: OPENBSD_6_0_BASE, OPENBSD_6_0
Changes since 1.2: +2 -2 lines
Diff to previous 1.2 (colored)

Fix typo

from Atzm Watanabe

Revision 1.2 / (download) - annotate - [select for diffs], Tue Jul 19 17:30:30 2016 UTC (7 years, 10 months ago) by reyk
Branch: MAIN
Changes since 1.1: +26 -26 lines
Diff to previous 1.1 (colored)

Comment out device/switch(4) for now

Revision 1.1 / (download) - annotate - [select for diffs], Tue Jul 19 16:54:26 2016 UTC (7 years, 10 months ago) by reyk
Branch: MAIN

Import switchd(8), a basic WIP OpenFlow implementation for OpenBSD.

switchd consists of two parts:
1. switchd(8) and switchctl(8), an OpenFlow controller or "vswitch".
2. switch(4), an OpenFlow-aware kernel "bridge".

This the 1st part, the driver will be imported later.  The code will
remain disabled for a while, but it helps development to have it in
the tree.  switchd currently supports partial OpenFlow 1.0, but the
goal is to use OpenFlow 1.3.5 instead (switch(4) already does 1.3.5).

For more background information see:
http://www.openbsd.org/papers/bsdcan2016-switchd.pdf
https://youtu.be/Cuo0qT-lqig

With help from yasuoka@ goda@
Import discussed with deraadt@

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.