Changeset 94 for trunk/tool

Show
Ignore:
Timestamp:
02/06/09 16:58:57 (14 years ago)
Author:
andreu
Message:

IPv6 aggregation : prefix reading

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/tool/renetcolGUI.py

    r89 r94  
    106106fieldsName =  [ "","IN_BYT","IN_PKTS","","PROT","TOS","TCP_FL","S_PORT","IPv4@S","S_MASK", 
    107107                "InSNMP","D_PORT","IPv4@D","D_MASK","OutSNMP","NextHop","S_AS","D_AS","","", 
    108                 "","Time","","","","","","IPv6@S","IPv6@D","", 
    109                 "","","","","","","","","","", 
     108                "","Time","","","","","","IPv6@S","IPv6@D","IPv6_S_MASK", 
     109                "IPv6_D_MASK","","","","","","","","","", 
    110110                "","","","","","","M_T_L_T","M_T_L_@","","", 
    111111                "","","","","","","","","","", 
     
    724724    global printValue 
    725725    printValue[data] = widget.get_active() 
     726    if (data==16): 
     727        printValue[29] = widget.get_active() 
     728    if (data==17): 
     729        printValue[30] = widget.get_active() 
    726730 
    727731def callback_check_ip( widget, data=None):