[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: problem with running snoop.tcl



> In ns-allinone/ns-2/tcl/lib/ns-lan.tcl,
> LanLink instproc install-error {em {src ""} {dst ""}} {
> has to be replaced by
> LanLink instproc install-error {{src ""} {dst ""} em} {.

I don't think this is the right way to correct the problem, because em is
a required parameters and should be ahead of the optional parameters src
and dst.  You should try to fix the install-error calls in your scripts
and not changing the parameters list.

Giao