summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2008-06-30fix 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-283.1.1vyatta/3.1.1debian/0.11Mark O'Brien
2008-06-27fix for bug 3390, ip rule entry is now converted to a hex value.Michael Larson
2008-06-27missing socket close statement.Michael Larson
2008-06-27Merge branch 'hollywood' of http://git.vyatta.com/vyatta-wanloadbalance into ↵Michael Larson
hollywood
2008-06-27fix for bug 3373. also modified error message and return value on not ↵Michael Larson
obtaining socket resource.
2008-06-26fixed up status command output and add wait for interface address check on ↵Michael Larson
wlb boot with interface configuration.
2008-06-25Add missing includesrbalocca
2008-06-24need to add conntrack entry to the raw table. also cleaned up a fewMichael Larson
commands to sweep old commands on restart.
2008-06-24back out wait on parent pid for child--was causing problems when loading ↵Michael Larson
config on boot.
2008-06-20remove stdio statementsMichael Larson
2008-06-20reworked 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-20change on deamon option for parent process to waitMichael Larson
2008-06-19added version information for wanloadbalance.Michael Larson
2008-06-18Merge branch 'hollywood' of http://git.vyatta.com/vyatta-wanloadbalance into ↵Michael Larson
hollywood
2008-06-173.1.0vyatta/3.1.0debian/0.10Mark O'Brien
2008-06-13fix jump instruction for source nat. fix route entry for interfaces that are ↵Michael Larson
in admin/link down on wan lb startup.
2008-06-12fixed 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-12added 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-11catch empty ping target on ping send. fixes error msgs for unresolved ↵Michael Larson
configured host name--possible fix for bug 3245.
2008-06-10needs accept to truncation rule evaluation on a match. this should now ↵Michael Larson
distribute traffic across interfaces.
2008-06-10modified prerouting decisions to work with connmark. user needs to specify ↵Michael Larson
inbound interface now (although this isn't currently required).
2008-06-10fix for iptables rules in tcp state. should fix main problem with wanMichael Larson
lb.
2008-06-06added 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-20Ignore log filerbalocca
2008-05-07Convert to our method of changelog creationrbalocca
2008-05-07Merge branch 'glendale' into hollywoodrbalocca
2008-05-063.0.5debian/0.9glendaleMark O'Brien
2008-05-053.0.4debian/0.8Mark O'Brien
2008-04-293.0.3debian/0.7Mark O'Brien
2008-04-21Merge branch 'glendale' into hollywoodhollisterrbalocca
2008-04-21Indicate the VC4.0.2 release candidate in the changelogrbalocca
2008-04-19VC4.0.2debian/0.6Mark O'Brien
2008-04-16VC4.0.2debian/0.5Mark O'Brien
2008-04-14Merge branch 'glendale' into hollywoodrbalocca
Conflicts: templates/load-balancing/wan/interface-health/node.def
2008-04-14allow vlan for load-balancing interfaceStephen Hemminger
Show all interfaces (except loopback) as possible.
2008-04-14validate interface name in templateStephen Hemminger
Fix bug 2948, add syntax checking for interface name in load-balancing wan interface-health
2008-04-09Merge branch 'glendale' into hollywoodrbalocca
2008-04-08Fix Bug 3069 Help strings should be standardizedMohit Mehta
- help strings standardized in vyatta-wanloadbalance
2008-04-043.0.2debian/0.4Mark O'Brien
2008-03-29Merge branch 'glendale' into hollywoodrbalocca
2008-03-27minor text change on conf error: bug 2951Michael Larson
2008-03-24Set dependencies on either bash or vyatta-bashrbalocca
2008-03-21Fix debian dependenciesrbalocca
2008-03-21removed network from configuration. changed configuration error without ↵Michael Larson
valid rule to warning. fixed up path to iptables for status show command.
2008-03-20added final validation to address ranges and negation operators. now ↵Michael Larson
behavior is the same as firewall and nat.
2008-03-20modified configuration to mirror nat/firewall for port/address ↵Michael Larson
configuration. added port configuration support for common port configuration validation. still needs additional validation for address configuration.
2008-03-19Merge branch 'glendale' of git:/git/vyatta-wanloadbalance into glendaleMark O'Brien
Conflicts: debian/changelog
2008-03-183.0.1Mark O'Brien
2008-03-18VC4.0.1debian/0.3Mark O'Brien