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

Re: Snoop



Your message dated: Fri, 08 May 1998 13:49:40 +0200
> I also tried to patch the old version by correcting the order of the
> arguments to create-error and replacing 
> the else part from the if-stmt in install-error() by
>                 set macSA [[$netIface_($src) set mac_] set addr_]
>                 $netIface_($dst) install-error $em $macSA
> as suggested by Usr.
> 
> This however dosen't work. The interpreter claims there is no variable
> netIface_ so there must have been more changes to ns-lan.tcl between
> the versions.

Add netIface_ to the instvar declarations at the beginning of
install-error(). 

- Urs