Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2008-04-29 | 3.0.3debian/0.7 | Mark O'Brien | |
2008-04-21 | Merge branch 'glendale' into hollywoodhollister | rbalocca | |
2008-04-21 | Indicate the VC4.0.2 release candidate in the changelog | rbalocca | |
2008-04-19 | VC4.0.2debian/0.6 | Mark O'Brien | |
2008-04-16 | VC4.0.2debian/0.5 | Mark O'Brien | |
2008-04-14 | Merge branch 'glendale' into hollywood | rbalocca | |
Conflicts: templates/load-balancing/wan/interface-health/node.def | |||
2008-04-14 | allow vlan for load-balancing interface | Stephen Hemminger | |
Show all interfaces (except loopback) as possible. | |||
2008-04-14 | validate interface name in template | Stephen Hemminger | |
Fix bug 2948, add syntax checking for interface name in load-balancing wan interface-health | |||
2008-04-09 | Merge branch 'glendale' into hollywood | rbalocca | |
2008-04-08 | Fix Bug 3069 Help strings should be standardized | Mohit Mehta | |
- help strings standardized in vyatta-wanloadbalance | |||
2008-04-04 | 3.0.2debian/0.4 | Mark O'Brien | |
2008-03-29 | Merge branch 'glendale' into hollywood | rbalocca | |
2008-03-27 | minor text change on conf error: bug 2951 | Michael Larson | |
2008-03-24 | Set dependencies on either bash or vyatta-bash | rbalocca | |
2008-03-21 | Fix debian dependencies | rbalocca | |
2008-03-21 | removed network from configuration. changed configuration error without ↵ | Michael Larson | |
valid rule to warning. fixed up path to iptables for status show command. | |||
2008-03-20 | added final validation to address ranges and negation operators. now ↵ | Michael Larson | |
behavior is the same as firewall and nat. | |||
2008-03-20 | modified 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-19 | Merge branch 'glendale' of git:/git/vyatta-wanloadbalance into glendale | Mark O'Brien | |
Conflicts: debian/changelog | |||
2008-03-18 | 3.0.1 | Mark O'Brien | |
2008-03-18 | VC4.0.1debian/0.3 | Mark O'Brien | |
2008-03-18 | fix for 2951. checks for at least one interface with ping target and one ↵ | Michael Larson | |
rule with an interface defined. | |||
2008-03-13 | postrm script was failing | rbalocca | |
2008-03-10 | Fix upgrade of wanloadbalance | rbalocca | |
2008-03-10 | update from VPL1 to GPLv2 | Stephen Hemminger | |
2008-03-10 | convert from VPL to GPLv2 | Stephen Hemminger | |
Change license on all files from VPL 1.0 to GPLv2 for Glendale. | |||
2008-02-27 | Merge branch 'glendale' of git:/git/vyatta-wanloadbalance into glendale | Mark O'Brien | |
2008-02-26 | changed Wan to WAN in show command when not configured. | Michael Larson | |
2008-02-25 | vc4.0.0debian/0.2 | Mark O'Brien | |
2008-02-22 | critical fix for bug 2882 :) | Michael Larson | |
Now reads "Wan load balancing is not configured" The reason why this stipulates "Wan load balancing" instead of the requested "Load balancing" is that other types of load balancing are expected to be implemented as children under the load-balancing node in the configuration. | |||
2008-02-22 | clean up cosmetics in help | Michael Larson | |
2008-02-22 | fixed bug where protocol is all or icmp and source/destination ↵ | Michael Larson | |
address/network are set. address/network were being ignore--now fixed. | |||
2008-02-22 | add check in cli for both address and network configured--in this case ↵ | Michael Larson | |
generate configuration error. | |||
2008-02-21 | cli specifies timeout value in seconds--conf takes value in milliseconds. ↵ | Michael Larson | |
Need to multiple cli value by 1000 to specify correct timeout value. | |||
2008-02-21 | fix postrm install script to point to current init script | Michael Larson | |
2008-02-21 | suppress stderr from commit. | Michael Larson | |
2008-02-20 | added vyatta-wanloadbalance.init | Michael Larson | |
2008-02-19 | fix for bug 2841. wanloadbalance is started on configuration, and on load of ↵ | Michael Larson | |
configuration (including boot if configured). | |||
2008-02-14 | non-root support for status op cmd | Michael Larson | |
2008-02-14 | fix for bug 2781. sudo needed for non-root login for file operations | Michael Larson | |