Changes between Version 4 and Version 5 of IPv6SupportInManagementInterface


Ignore:
Timestamp:
04/17/13 12:12:46 (11 years ago)
Author:
Samuli Seppänen
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • IPv6SupportInManagementInterface

    v4 v5  
    77= What works =
    88
    9 The status output displays IPv6 just:
     9The status output displays IPv6 just fine:
    1010
    1111{{{
     
    3737'''NOTE:''' These should be split into tickets if we deem them important to fix.
    3838
    39 Commands ''"status 2"'' and ''"status 3"'' show a column for "Virtual Address" in the CLIENT_LIST, which only lists IPv4 (since there is just one column), but the IPv6 stuff is there in ROUTING_TABLE just fine. Is this a significant problem that needs a format change (adding one column for "Virtual Address v6")?  '''Update''': a patch has been done for this, waiting for review from James.
    40 
    41 Also, ''"kill IP:port"'' will fail for IPv6 addresses:
    42 
    43 {{{
    44         kill 2001:608:3:814::1000:1194
    45         >LOG:1365538844,D,MANAGEMENT: CMD 'kill 2001:608:3:814::1000:1194'
    46         ERROR: client at address 0.0.7.209:608 not found
    47 }}}
    48 
    49 The ''client-pf'' is not working, but that's larger than "management" - that PF stuff is functionality that is not in the 2.3 core at all for IPv6 yet.
     39* Commands ''"status 2"'' and ''"status 3"'' show a column for "Virtual Address" in the CLIENT_LIST, which only lists IPv4 (since there is just one column), but the IPv6 stuff is there in ROUTING_TABLE just fine. Is this a significant problem that needs a format change (adding one column for "Virtual Address v6")?  '''Update''': a patch has been done for this, waiting for review from James.
     40* [ticket:280 Management command "kill IP:port" will fail for IPv6 addresses]
     41* The ''client-pf'' is not working, but that's larger than "management" - that PF stuff is functionality that is not in the 2.3 core at all for IPv6 yet.
    5042
    5143= What has not been tested =