Bug #4524
closedRelax shaper wizard interface validation when there are no interfaces with gateways selected
100%
Description
Some scenarios, such as those using BGP, will have no gateways defined on interfaces (e.g. Interfaces > WAN or Interfaces > WAN2) and yet they should still be able to use the shaper wizard. With the current multi-all wizard this is not possible. Because there are no gateways selected, the WAN connection count test fails, and even if it passes that test, the interface drop-down lists are populated using a similar test as well.
Such systems could have local static route gateways, so a better test may be: If no interfaces have a gateway defined, allow any interface to be chosen as WAN or LAN.
The the # of connections test could simply be checking if the sum of both boxes is greater than the available interfaces, and the WAN/LAN test to populate the drop-downs could be skipped.
Updated by Chris Buechler over 9 years ago
- Target version changed from 2.2.2 to 2.2.3
Updated by Chris Buechler over 9 years ago
- Target version changed from 2.2.3 to 2.3
Updated by Renato Botelho almost 9 years ago
- Status changed from New to Feedback
- % Done changed from 0 to 100
Fixed by 934083c79e1cb06ca1ac924cb2bc5e054f2c6ce5 but I added wrong ticket # on commit log
Updated by Chris Buechler almost 9 years ago
- Status changed from Feedback to Resolved
Updated by Chris Buechler almost 9 years ago
- Affected Version changed from 2.2 to All