remove references to prism54.org

2022-01-02 Thread Jonathan Gray
the prism54.org domain is long abandoned don't give any traffic to whoever registered it afterwards Index: share/man/man4/upgt.4 === RCS file: /cvs/src/share/man/man4/upgt.4,v retrieving revision 1.29 diff -u -p -r1.29 upgt.4 --- shar

bgpd and interface destroy

2022-01-02 Thread Denis Fondras
Hi When static routes are redistributed with bgpd(8), they are not removed when the interface used by the static is destroyed. When an interface is destroyed the routes using this interface are flagged with RTP_DOWN, this means kroute(6)_find() is not able to find them (inserted with RTP_STATIC a

Re: slaacd(8): router lifetime zero vs. prefixes

2022-01-02 Thread Denis Fondras
Le Sat, Jan 01, 2022 at 11:38:14AM +0100, Florian Obser a écrit : > ping > On 2021-12-27 17:01 +01, Florian Obser wrote: > > Prefix life time is independent from router life time. > > Form an IPv6 address even if the router announcing the prefix isn't a > > default router. > > Problem reported by

Re: fix some spelling mistakes in sys/net*

2022-01-02 Thread Jason McIntyre
ok, but also screwey -> screwy. jmc On 2 January 2022 12:13:23 GMT, Jonathan Gray wrote: >diff --git sys/net/fq_codel.c sys/net/fq_codel.c >index e5d103cdf57..e614f4c56a7 100644 >--- sys/net/fq_codel.c >+++ sys/net/fq_codel.c >@@ -188,7 +188,7 @@ static const int64_t codel_target = 500; > /*

fix some spelling mistakes in sys/net*

2022-01-02 Thread Jonathan Gray
diff --git sys/net/fq_codel.c sys/net/fq_codel.c index e5d103cdf57..e614f4c56a7 100644 --- sys/net/fq_codel.c +++ sys/net/fq_codel.c @@ -188,7 +188,7 @@ static const int64_t codel_target = 500; /* Grace period after last drop, 16 100ms intervals */ static const int64_t codel_grace = 16000