Changeset 57 for trunk/tool

Show
Ignore:
Timestamp:
09/26/07 14:13:56 (16 years ago)
Author:
andreu
Message:

delete all CRIHAN code and some outputs; add param in check.sh

Location:
trunk/tool
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • trunk/tool/check.sh

    r49 r57  
    1111  killall renetcolAgg 
    1212  sleep 1 
    13   /home/maintenance/renetcol-0.0.11/src/renetcolMsgCtl /home/maintenance/renetcol-0.0.11/src/renetcol 
     13  $1/src/renetcolMsgCtl $1/src/renetcol 
    1414  echo "renetcolMsgCtl started" 
    1515  sleep 2 
    16   /home/maintenance/renetcol-0.0.11/src/renetcol /home/maintenance/renetcol-0.0.11/src/info_routeur_netflow.txt /home/maintenance/renetcol-0.0.11/src/donneesblocsadresses2 /home/maintenance/renetcol-0.0.11/src/rules.txt 
     16  $1/src/renetcol $1/src/info_routeur_netflow.txt $1/src/donneesblocsadresses2 $1/src/rules.txt 
    1717  echo "renetcol restarted" 
    18   /home/maintenance/renetcol-0.0.11/src/renetcolSender /home/maintenance/renetcol-0.0.11/src/renetcol 1 /home/maintenance/renetcol-0.0.11/src/rules.txt 
     18  $1/src/renetcolSender $1/src/renetcol 1 $1/src/rules.txt 
    1919  echo "renetcolSender restarted" 
    20   /home/maintenance/renetcol-0.0.11/src/renetcolAgg 
     20  $1/src/renetcolAgg 
    2121else 
    2222  echo "All is up" 
  • trunk/tool/renetcolGUI.py

    r56 r57  
    10541054    print "IPV6_NEXT_HOP: 62," 
    10551055    print "BPG_IPV6_NEXT_HOP: 63," 
    1056     print "IP_PROTOCOL_VERSION: 60, please note that the IPv4 template don't have this field" 
     1056    print "IP_PROTOCOL_VERSION: 60, please note that the IPv4 templates don't have this field" 
    10571057    print "ROUTER_SRC_ADDR: 0, !!! it's not a real number for a field, but it's a great function" 
    10581058    print "----------------------------------------------------------------"