Actions
Bug #2352
closedOnly allow 1 6rd or 6to4 interface
Start date:
04/07/2012
Due date:
% Done:
0%
Estimated time:
Plus Target Version:
Release Notes:
Affected Version:
2.1-IPv6
Affected Architecture:
Description
Currently it is possible to configure more then 1 interface for 6to4/6rd, however, both use the same stf0 adapter so that won't work. Multi wan routing is also not considered yet (a static route for the proto 41 traffic to the relay is required.).
This means that interfaces.php needs to check if another interface is already using 6rd or 6to4 in $wancfg['ipaddrv6'] and bail if neccesary.
Updated by Seth Mos over 12 years ago
- Status changed from New to Resolved
Code checked in that triggers for me. It succesfully blocks a 2nd 6to4 or 6rd.
Actions