Changeset 116

Show
Ignore:
Timestamp:
07/16/09 14:24:27 (14 years ago)
Author:
andreu
Message:

bug correction in option parameters ( --router )

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/tool/renetcolGUI.py

    r94 r116  
    12091209        myInputControlThread = InputControl(localAddr, localPort) 
    12101210        myInputControlThread.start() 
    1211         msg = str(localPort) + " C_0_=_" + rtr + "_C_10_=_" + ind 
     1211        msg = str(localPort) + " C_0_=_" + rtr + "/32_C_10_=_" + ind 
    12121212        print msg 
    12131213        sent_rule_from_cli(msg)