Bjoern A. Zeeb wrote:
--- ng_l2tp.c.origSat Feb 10 06:58:03 2007
+++ ng_l2tp.cSat Feb 10 06:58:00 2007
@@ -1121,6 +1121,10 @@
/* If ack is still outstanding, send a ZLB */
-if (seq->xack != seq->nr)
+if (seq->xack != seq->nr) {
ng_l2tp_xmit_ctrl(priv, NULL, seq->ns)
On Tue, 13 Feb 2007, Alexander Motin wrote:
Hi,
--- ng_l2tp.c.orig Sat Feb 10 06:58:03 2007
+++ ng_l2tp.c Sat Feb 10 06:58:00 2007
@@ -1121,6 +1121,10 @@
/* If ack is still outstanding, send a ZLB */
- if (seq->xack != seq->nr)
+ if (seq->xack != seq->nr) {
2007/2/13, Alexander Motin <[EMAIL PROTECTED]>:
Andrew Bliznak wrote:
> One more questions.
> a) Device type l2tp (copy pppoe config with changed device type)
> produce INVARIANTS KASSERT in sys/netgraph/ng_l2tp.c on first packet
> from nearest cisco :(
I know about one KASSERT problem in ng_l2t
Andrew Bliznak wrote:
One more questions.
a) Device type l2tp (copy pppoe config with changed device type)
produce INVARIANTS KASSERT in sys/netgraph/ng_l2tp.c on first packet
from nearest cisco :(
I know about one KASSERT problem in ng_l2tp. I have already sent patches
to the commiter and wai
2007/2/13, Alexander Motin <[EMAIL PROTECTED]>:
Hi.
Andrew Bliznak wrote:
> I have set netflow node option in mpd.conf to attach to
> existing ng_netflow node
> ---
> default:
> load psrv1
> load psrv3
> ...
> pppoe:
> ...
> set netflow node netflow
> set netflow export 172.16.2.35 9996
> ...
>
Hi.
Andrew Bliznak wrote:
I have set netflow node option in mpd.conf to attach to
existing ng_netflow node
---
default:
load psrv1
load psrv3
...
pppoe:
...
set netflow node netflow
set netflow export 172.16.2.35 9996
...
psrv1:
new -n -i ng1 pppoe1 pppoe1
load pppoe
'set netflow ...' options
Hi,
I am glad to present you the first stable release of mpd4.x branch - the
mpd4.1!
Thank you very much, great software!
I testing it now and have some bug reports...
I have set netflow node option in mpd.conf to attach to
existing ng_netflow node
---
default:
load psrv1
load psrv3
...
ppp
On 2/12/07, Alexander Motin <[EMAIL PROTECTED]> wrote:
I am glad to present you the first stable release of mpd4.x
branch - the mpd4.1!
You can't imagine how much your effort is appreciated!
We'll be looking at mpd4.1 this or next week during the
FreeBSD course at specialist.ru. It really seem
I am glad to present you the first stable release of mpd4.x branch - the
mpd4.1!
It has almost a two years passed since last stable release of mpd3.18
and I must say that this time wasn't spent useless. Comparing to the
3.18, release 4.1 presents:
- performance multithreading auth backend,
-