Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-08-26 | fix for bug 3621. | slioch | |
2008-08-22 | fix for bug 3608. | root | |
2008-08-22 | snat rules created by wanloadbanana are now applied before snat rules ↵ | root | |
created by nat. this shouldn't be a problem for nat, as the wanloadbanana rules are filters on packets marked in the mangle table. now using the new jump to target inserted by vyatta-cfg-firewall project on boot. | |||
2008-08-22 | Partial fix for bug 3332. WLB can now be configured to run without creating ↵ | root | |
implicit source nat rules. This configuration element applies to the complete wan load balance configuration. | |||
2008-08-22 | fixed bug in parsing multiple rule sets | root | |
2008-08-22 | fix for bug 3620. exclusion option is now provided and will create an accept ↵ | root | |
rule. For an exclusion the user does not need to configure interfaces for that rule to balance across. | |||
2008-08-12 | fix for bug 3530. now nexthop and inbound-interface are required for a ↵ | root | |
successful commit. | |||
2008-08-12 | Merge branch 'islavista' of http://git.vyatta.com/vyatta-wanloadbalance into ↵ | root | |
islavista | |||
2008-08-12 | added new command that dumps the ip conntrack tables for connections that ↵ | root | |
have been marked by wan load balance. This addresses enhancement request bug 3191. | |||
2008-08-11 | Handle quagga package name change | Stephen Hemminger | |
The vyatta-quagga package is now named quagga, and version identifies the vyatta version. | |||
2008-08-05 | Merge branch 'hollywood' into islavista | Rick Balocca | |
2008-07-25 | fix for bug 3446. protocol assignment is now identical to firewall. | root | |
2008-07-23 | 3.1.2vyatta/3.1.4vyatta/3.1.3vyatta/3.1.2debian/0.12hollywood | Mark O'Brien | |
2008-07-10 | my bad. last commit I changed the conntrack module name to uppercase which ↵ | root | |
caused the snat rules to not match the iptables module and therefore fail on load. this should fix the problem, tested icmp with standard configuration and default routes, works now. | |||
2008-07-09 | Merge branch 'hollywood' of git://git.vyatta.com/vyatta-wanloadbalance into ↵ | root | |
hollywood | |||
2008-07-09 | fix for bug 3245. need sudo for the rm. | root | |
2008-07-09 | Merge branch 'hollywood' of git:/git/vyatta-wanloadbalance into hollywood | Mark O'Brien | |
2008-07-07 | fix for bug 3437 | Michael Larson | |
2008-07-07 | fix for 2948--additional nodes need to refer to interface values. | Michael Larson | |
2008-07-01 | fix for bug 2779. | Michael Larson | |
2008-07-01 | fix for bug 3410. added entry for marking of connectionless packets. | Michael Larson | |
2008-06-30 | fix for bug 3393. apply default route on poll interval if route is not ↵ | Michael Larson | |
present in policy table. This fixes a problem if the interface is not ready to receive the route on initial insertion. | |||
2008-06-28 | 3.1.1vyatta/3.1.1debian/0.11 | Mark O'Brien | |
2008-06-27 | fix for bug 3390, ip rule entry is now converted to a hex value. | Michael Larson | |
2008-06-27 | missing socket close statement. | Michael Larson | |
2008-06-27 | Merge branch 'hollywood' of http://git.vyatta.com/vyatta-wanloadbalance into ↵ | Michael Larson | |
hollywood | |||
2008-06-27 | fix for bug 3373. also modified error message and return value on not ↵ | Michael Larson | |
obtaining socket resource. | |||
2008-06-26 | fixed up status command output and add wait for interface address check on ↵ | Michael Larson | |
wlb boot with interface configuration. | |||
2008-06-25 | Add missing includes | rbalocca | |
2008-06-24 | need to add conntrack entry to the raw table. also cleaned up a few | Michael Larson | |
commands to sweep old commands on restart. | |||
2008-06-24 | back out wait on parent pid for child--was causing problems when loading ↵ | Michael Larson | |
config on boot. | |||
2008-06-20 | remove stdio statements | Michael Larson | |
2008-06-20 | reworked weight calculation. There were errors in how weights were computed ↵ | Michael Larson | |
and applied when links failed. Also potential divide by zero error fixed. | |||
2008-06-20 | change on deamon option for parent process to wait | Michael Larson | |
2008-06-19 | added version information for wanloadbalance. | Michael Larson | |
2008-06-18 | Merge branch 'hollywood' of http://git.vyatta.com/vyatta-wanloadbalance into ↵ | Michael Larson | |
hollywood | |||
2008-06-17 | 3.1.0vyatta/3.1.0debian/0.10 | Mark O'Brien | |
2008-06-13 | fix jump instruction for source nat. fix route entry for interfaces that are ↵ | Michael Larson | |
in admin/link down on wan lb startup. | |||
2008-06-12 | fixed problem with ping target failure that is not the last listed ↵ | Michael Larson | |
interface, now the correct mangle wan load balance is referenced when an interface fails. | |||
2008-06-12 | added connmark snat rules. means that nat does not need to be configured ↵ | Michael Larson | |
separately for wlb to work--this is now set up independently wlb. | |||
2008-06-11 | catch empty ping target on ping send. fixes error msgs for unresolved ↵ | Michael Larson | |
configured host name--possible fix for bug 3245. | |||
2008-06-10 | needs accept to truncation rule evaluation on a match. this should now ↵ | Michael Larson | |
distribute traffic across interfaces. | |||
2008-06-10 | modified prerouting decisions to work with connmark. user needs to specify ↵ | Michael Larson | |
inbound interface now (although this isn't currently required). | |||
2008-06-10 | fix for iptables rules in tcp state. should fix main problem with wan | Michael Larson | |
lb. | |||
2008-06-06 | added contract entry for state NEW for initial interface. Also add parameter ↵ | Michael Larson | |
to specify nexthop via interface in interface-health. This will be mandatory, but currently it is optional in the absence of a migration script. | |||
2008-05-20 | Ignore log file | rbalocca | |
2008-05-07 | Convert to our method of changelog creation | rbalocca | |
2008-05-07 | Merge branch 'glendale' into hollywood | rbalocca | |
2008-05-06 | 3.0.5debian/0.9glendale | Mark O'Brien | |
2008-05-05 | 3.0.4debian/0.8 | Mark O'Brien | |