Actions
Bug #227
closedMissing route groups on load balance
Start date:
12/16/2009
Due date:
% Done:
0%
Estimated time:
Plus Target Version:
Release Notes:
Affected Version:
2.0
Affected Architecture:
Description
I've got three pppoe accounts, 2 from same ISP and the other.
The two pppoe account, when connected, they have the same gateways.
When setting the round-robin route, only two routes are created in route-to pfctl. one(1) from each ISP.
I'm wondering if something like this is not allowed in route-to. Which is what I'm execting.
... route-to { (pppoe0 1.1.1.1), (pppoe1 1.1.1.1), (pppoe3 2.2.2.2) } ...
But currently it shows only this:
... route-to { (pppoe1 1.1.1.1), (pppoe3 2.2.2.2) } ...
I haven't checked on the code yet, I'll review more on this.
Actions