summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2009-06-16fix for bug 4578. Added warning message when the user configures inbound and ↵slioch
outbound on same rule, but will allow configuration with warning.
2009-06-16fixed output mangle rule creation. need to suppress inbound interface on ↵slioch
rule creation for output rule entry as these are locally sourced packets.
2009-06-08fix for bug 4130. Requires additional configuration outside WLB to support ↵slioch
network reachability determination. All locally source routes need an entry in table main that satisfies reachability requirements. This is due to the output mangle table being processed after reachability determination for locally sourced routes. Note that routes will still be subject to routing by WLB (provided they match the WLB rule set).
2009-06-02fix for bug 4352.slioch
2009-06-02fix for bug 4409. Additional dynamic support for dynamic policy route and ↵slioch
snat when wlb is configured and during runtime. also fix for wlb when running in debug mode.
2009-05-290.13.8debian/0.13.8An-Cheng Huang
2009-05-23handle condition where system time changes to time before last success ↵slioch
value. in this case set value until 0 until system time catches up. only affect show command. issue reported by Gregor.
2009-05-150.13.7debian/0.13.7slioch
2009-05-15missing configuration node required to configure sourced based routing.slioch
2009-05-020.13.6debian/0.13.6slioch
2009-04-30On socket bind error return and do not attempt to send icmp packetslioch
fix for bug 4333. Found by Gregor Jurgele.
2009-04-180.13.5debian/0.13.5slioch
2009-04-10need to convert commit tag on wlb to end tag.slioch
2009-04-020.13.4debian/0.13.4slioch
2009-04-02added source based routing feature.slioch
2009-02-140.13.3debian/0.13.3slioch
2009-02-09Merge branch 'jenner' of http://git.vyatta.com/vyatta-wanloadbalance into jennerslioch
2009-02-09added support for global level conntrack flushing on interface state change. ↵slioch
Default configuration is to disable this feature.
2009-01-280.13.2debian/0.13.2An-Cheng Huang
2009-01-28fix for problem found in webgui on restarting process.slioch
2009-01-28Fix buggy shell scriptStephen Hemminger
shell script was missing 'then' and would always cause error message.
2009-01-080.13.1debian/0.13.1An-Cheng Huang
2008-12-16fix for bug 3968. enhanced show wan load balance according to preferred ↵slioch
design in bug listing. Also exposed time of last interface status change.
2008-12-15fixed bug with dhcp support--route was not be reinserted on link down when ↵slioch
configured for dhcp. need to retrieve actual nexthop in this case.
2008-12-15completes work to support dhcp for wan lb.slioch
2008-12-12"files" file should be removed before package buildAn-Cheng Huang
2008-12-12update maintainer informationAn-Cheng Huang
2008-12-05added support for dhcp in daemon. On receiving SIGUSR2 daemon checks and ↵slioch
updates new address for snat, and nexthop for lb routing tables. hook needs to be added to dhclient daemon to send SIGUSR2 to wan_lb so notification is generated on address change event. Note that for this behavior to be active in WLB nexthop needs to be populated with 'dhcp' configuration string. still requires routing paths availble for target testing, which might require an update to the dhcp client script and possible configuration knob.
2008-12-04Merge branch 'jenner' of http://git.vyatta.com/vyatta-wanloadbalance into jennerslioch
2008-12-04added sigusr2 to wake up process from sleep call. will be used to wake up ↵slioch
process when address changes via dhcp.
2008-12-04Merge branch 'jenner' of suva.vyatta.com:/git/vyatta-wanloadbalance into jennerStephen Hemminger
2008-12-03Merge branch 'islavista' into jennerRick Balocca
2008-12-01Merge branch 'jenner' of suva.vyatta.com:/git/vyatta-wanloadbalance into jennerStephen Hemminger
2008-12-01fix for 3191--now use conntrack binary to return relevant entries thatslioch
are routed and marked by wlb.
2008-12-01formatting part of 3191 fixed with this bug. moved from dumping ↵slioch
proc/net/ip_conntrack output to easier to digest formatted output.
2008-11-253.2.0vyatta/3.2.0debian/0.13Mark O'Brien
2008-11-21Convert to Vyatta::Stephen Hemminger
2008-11-19add support for development buildAn-Cheng Huang
2008-10-31fix for bug 3608. add connnection comment to sudoers directory.slioch
2008-10-29fix for bug 3843. added warning level syslong messages on any interface that ↵slioch
changes state in wan lb.
2008-10-20Merge branch 'islavista' of http://git.vyatta.com/vyatta-wanloadbalance into ↵slioch
islavista
2008-10-20fix for bug 3817slioch
2008-10-09allow free form text field entry for inbound-interface. This allows a ↵slioch
wildcard (iptables style) interface to be set, allowing an exclusion rule to be set so that lan-to-lan traffic can be support in wan load balance. closing out bug 3764 with this change.
2008-10-09missed this configuration node on checkin fix for bug 3332. Now command is ↵slioch
available.
2008-09-25fix for bug 3710. also found and fixed another bug with restarting of wlb ↵slioch
after changing rule set. this simplifies the application of the rules to the mangle table.
2008-08-29modified failover algorithm to provide deterministic control over which ↵Mike Larson
interface is selected. The interface with the highest weight will be preferred.
2008-08-29add 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-26revised fix for dst-range bug to mirror fix for src.Mike Larson
2008-08-26fix for bug 3621.slioch
2008-08-22fix for bug 3608.root