OpenBSD CVS

CVS log for src/usr.sbin/ospf6ctl/ospf6ctl.8


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

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.14 / (download) - annotate - [select for diffs], Wed Jun 21 09:47:03 2023 UTC (11 months, 1 week ago) by sthen
Branch: MAIN
CVS Tags: OPENBSD_7_5_BASE, OPENBSD_7_5, OPENBSD_7_4_BASE, OPENBSD_7_4, HEAD
Changes since 1.13: +5 -2 lines
Diff to previous 1.13 (colored)

add "fib reload" support to ospf6d/ospf6ctl, and trigger it
automatically on a timeout after RTM_DESYNC (i.e. route socket
overflow). ported across from ospfd. fixes/ok claudio@

(it's much harder to overflow the routing socket buffer these
days since it was bumped to 2MB, but still happens occasionally
on a busy machine).

Revision 1.13 / (download) - annotate - [select for diffs], Thu Mar 2 17:09:53 2023 UTC (15 months ago) by jmc
Branch: MAIN
CVS Tags: OPENBSD_7_3_BASE, OPENBSD_7_3
Changes since 1.12: +3 -3 lines
Diff to previous 1.12 (colored)

improve the Nd lines such that the format is consistent for the
various *d, *conf, *ctl files (where relevant) and simple;

also makes "man -k routing" more useful;

help from claudio and florian
ok claudio florian millert

Revision 1.12 / (download) - annotate - [select for diffs], Wed Jun 6 05:52:59 2018 UTC (5 years, 11 months ago) by remi
Branch: MAIN
CVS Tags: OPENBSD_7_2_BASE, OPENBSD_7_2, OPENBSD_7_1_BASE, OPENBSD_7_1, 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, OPENBSD_6_5_BASE, OPENBSD_6_5, OPENBSD_6_4_BASE, OPENBSD_6_4
Changes since 1.11: +6 -2 lines
Diff to previous 1.11 (colored)

document missing database filters

ok stsp@ claudio@ jca@

Revision 1.11 / (download) - annotate - [select for diffs], Sun Nov 5 17:45:02 2017 UTC (6 years, 6 months ago) by jca
Branch: MAIN
CVS Tags: OPENBSD_6_3_BASE, OPENBSD_6_3
Changes since 1.10: +3 -2 lines
Diff to previous 1.10 (colored)

Mention that "reload" is disabled; ok jmc@

Revision 1.10 / (download) - annotate - [select for diffs], Mon Jul 27 18:48:05 2015 UTC (8 years, 10 months ago) by sobrado
Branch: MAIN
CVS Tags: OPENBSD_6_2_BASE, OPENBSD_6_2, OPENBSD_6_1_BASE, OPENBSD_6_1, OPENBSD_6_0_BASE, OPENBSD_6_0, OPENBSD_5_9_BASE, OPENBSD_5_9, OPENBSD_5_8_BASE, OPENBSD_5_8
Changes since 1.9: +2 -2 lines
Diff to previous 1.9 (colored)

use file system path (.Pa) semantic markup macros where appropriate.

Revision 1.9 / (download) - annotate - [select for diffs], Fri Mar 22 17:45:30 2013 UTC (11 years, 2 months ago) by jmc
Branch: MAIN
CVS Tags: OPENBSD_5_7_BASE, OPENBSD_5_7, OPENBSD_5_6_BASE, OPENBSD_5_6, OPENBSD_5_5_BASE, OPENBSD_5_5, OPENBSD_5_4_BASE, OPENBSD_5_4
Changes since 1.8: +6 -4 lines
Diff to previous 1.8 (colored)

tweak previous; ok sthen

Revision 1.8 / (download) - annotate - [select for diffs], Fri Mar 22 14:25:31 2013 UTC (11 years, 2 months ago) by sthen
Branch: MAIN
Changes since 1.7: +13 -2 lines
Diff to previous 1.7 (colored)

Allow use of an alternative control socket, ported from ospfd. ok claudio@

Revision 1.7 / (download) - annotate - [select for diffs], Mon May 10 18:46:07 2010 UTC (14 years ago) by sthen
Branch: MAIN
CVS Tags: OPENBSD_5_3_BASE, OPENBSD_5_3, OPENBSD_5_2_BASE, OPENBSD_5_2, OPENBSD_5_1_BASE, OPENBSD_5_1, OPENBSD_5_0_BASE, OPENBSD_5_0, OPENBSD_4_9_BASE, OPENBSD_4_9, OPENBSD_4_8_BASE, OPENBSD_4_8
Changes since 1.6: +6 -2 lines
Diff to previous 1.6 (colored)

Mention that commands may be abbreviated. ok claudio@

Revision 1.6 / (download) - annotate - [select for diffs], Tue Nov 3 08:09:15 2009 UTC (14 years, 7 months ago) by jmc
Branch: MAIN
CVS Tags: OPENBSD_4_7_BASE, OPENBSD_4_7
Changes since 1.5: +4 -4 lines
Diff to previous 1.5 (colored)

sort;

Revision 1.5 / (download) - annotate - [select for diffs], Mon Nov 2 20:25:27 2009 UTC (14 years, 7 months ago) by claudio
Branch: MAIN
Changes since 1.4: +5 -1 lines
Diff to previous 1.4 (colored)

Implement "log verbose" and "log brief" to enable or disable verbose debug
logging. henning, sthen, michele like the idea

Revision 1.4 / (download) - annotate - [select for diffs], Thu Oct 22 15:02:12 2009 UTC (14 years, 7 months ago) by sobrado
Branch: MAIN
Changes since 1.3: +4 -4 lines
Diff to previous 1.3 (colored)

write UNIX-domain in a more consistent way; while here, replace a
few remaining ".Tn UNIX" macros with ".Ux" ones.

pointed out by ratchov@, thanks!

ok jmc@

Revision 1.3 / (download) - annotate - [select for diffs], Thu Oct 22 12:35:53 2009 UTC (14 years, 7 months ago) by sobrado
Branch: MAIN
Changes since 1.2: +4 -3 lines
Diff to previous 1.2 (colored)

use the UNIX-related macros (.At and .Ux) where appropriate.

ok jmc@

Revision 1.2 / (download) - annotate - [select for diffs], Sun Dec 28 22:05:04 2008 UTC (15 years, 5 months ago) by sobrado
Branch: MAIN
CVS Tags: OPENBSD_4_6_BASE, OPENBSD_4_6, OPENBSD_4_5_BASE, OPENBSD_4_5
Changes since 1.1: +5 -6 lines
Diff to previous 1.1 (colored)

a few documentation updates for opsf6(8) and ospf6ctl(8): remove an
existing (but undocumented) flag from the usage of ospf6d;
documentation tweaks; while here, synchronize synopsis and usage.

ok claudio@

Revision 1.1 / (download) - annotate - [select for diffs], Fri Oct 12 08:22:53 2007 UTC (16 years, 7 months ago) by norby
Branch: MAIN
CVS Tags: OPENBSD_4_4_BASE, OPENBSD_4_4, OPENBSD_4_3_BASE, OPENBSD_4_3

Controller for the recently imported ospf6d(8) daemon.

Currently simple stuff like show interface works.
Not yet connected to the builds.

ok claudio@

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.