Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-08-26 | fix for bug 5990 | Michael Larson | |
remove policy route on shutdown. | |||
2010-08-26 | fix for bug 5998. | Michael Larson | |
new warnings are generated for the following conditions exclude rule that has an outbound interface defined rule with no outbound interfaces defined (and is not an exclude rule) | |||
2010-03-30 | fix for bug 5504. needed to correctly set nesting on internal configuration ↵ | Michael Larson | |
file for wlb.conf for the hook parameter. | |||
2009-12-07 | small modification to test type configuration--improved layout. | Michael Larson | |
NOTE: layout is not compatible with earlier kenwood configurations for WLB. ttl limit for ttl test has been removed as a leaf of the ttl test type, but is now configurable as a sibling (but with a default value of 1). | |||
2009-10-02 | change name of local packet balancing tag from "disable-local-traffic" to ↵ | Michael Larson | |
"enable-local-traffic". This preserves previous behavior (i.e. no balancing of local traffic) by default, but can be enable via the configuration node. Conflicts: scripts/vyatta-wanloadbalance.pl src/lbdecision.cc | |||
2009-10-02 | bug 4971 fix. | Michael Larson | |
also supports additional command to disable balancing of locally sourced traffic "disable-local-traffic" Conflicts: src/lbdecision.cc | |||
2009-07-24 | bug fixes on mult targets. added packet rate limit option to rules | slioch | |
2009-07-21 | added udp ttl limited test type to health check. modified configuration ↵ | slioch | |
layout. modified op mode command to provide indication on multiple target success/failures. | |||
2009-07-17 | reworked target code to support multiple targets and different target types. | slioch | |
user can now specify a sequence of targets to test (ordered by rule number). The first success satifies the success criteria for the test and no further tests will be performed on the interface for this period. Additional test types can be coded and added to the target framework. configuration has changed as a result of the rework. | |||
2009-07-08 | fix for bug 4698 | slioch | |
2009-07-07 | added configuration hook to execute script on interface state change. ↵ | slioch | |
configurable via conf mode. environment variables identify interface and new state. | |||
2009-07-07 | fix for bug 4658. Move enable-source-based-routing to per rule basis from ↵ | slioch | |
global setting. Conflicts: src/lbdecision.cc | |||
2009-06-22 | fix for bug 4624. source port configuration was incorrectly configured. | slioch | |
2009-06-17 | ping target is now optional. nexthop will be used in place of ping target if ↵ | slioch | |
ping target is not specified. this is also true of dhcp configurations. | |||
2009-06-16 | fix for bug 4578. Added warning message when the user configures inbound and ↵ | slioch | |
outbound on same rule, but will allow configuration with warning. | |||
2009-04-02 | added source based routing feature. | slioch | |
2009-02-09 | added support for global level conntrack flushing on interface state change. ↵ | slioch | |
Default configuration is to disable this feature. | |||
2008-11-21 | Convert to Vyatta:: | Stephen Hemminger | |
2008-08-29 | add rule failover support. Failover mode can now be specified on a specific ↵ | Mike Larson | |
rule. This rule will only direct traffic to a single active interface, on failure of the ping target traffice will be directed out an alternate interface. note: the one todo item for this feature is to add "stickiness" of an active interface. wlb re-evaluates all rules on an interface state change and this may cause the interface to change for failover mode. supporting this mode requires a less than trivial rewrite of the wlb decision code.: | |||
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 | 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-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-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-03-27 | minor text change on conf error: bug 2951 | Michael Larson | |
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-18 | fix for 2951. checks for at least one interface with ping target and one ↵ | Michael Larson | |
rule with an interface defined. | |||
2008-03-10 | update from VPL1 to GPLv2 | Stephen Hemminger | |
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 | suppress stderr from commit. | 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-11 | more packaging tweaks and bugfixes. | Michael Larson | |
2008-02-06 | fixed errors introduced when converting to new port definitions. | Michael Larson | |
2008-02-05 | missing bracket in conf file creation. | Michael Larson | |
2008-02-05 | changed port definition to be consistent with fw/nat (i.e. single port line ↵ | Michael Larson | |
allow multi-port configuration). init script fix | |||
2008-02-04 | whole raft of cli related changes. Fixed bugs in display output--added error ↵ | Michael Larson | |
checking on some configuration combinations. added additional error checking in the code. | |||
2008-01-30 | numerous changes: added help, added init script, modified source to support ↵ | Michael Larson | |
daemon and pid creation, fixed conf file creation when using cli. postinst. etc. | |||
2008-01-30 | checkin of cli commands for wan loadbalancing. some cleanup of the ↵ | Michael Larson | |
project--more cli work to follow... |