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

[ns] bug in the Classifier instproc in-slot?



   Hi all,

there is a cute ( ;-) bug in Classifier instproc in-slot?
    instead of
{ ...
if {[array size slots_] < $slot} {
...}                                  ^^

    it should be

if {[array size slots_] > $slot} {

Fix it if you're asking Classifiers about which ports are taken ( or you

will find yourself wondering when did you created all those agents ;-)


--
Andreas Alexelis, Lab.1 ACR,
Advanced Telecommunications Research, Japan
E-mail: [email protected]