Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-06-16 | fixed 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-08 | fix 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-02 | fix for bug 4352. | slioch | |
2009-06-02 | fix 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-29 | 0.13.8debian/0.13.8 | An-Cheng Huang | |
2009-05-23 | handle 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-15 | 0.13.7debian/0.13.7 | slioch | |
2009-05-15 | missing configuration node required to configure sourced based routing. | slioch | |
2009-05-02 | 0.13.6debian/0.13.6 | slioch | |
2009-04-30 | On socket bind error return and do not attempt to send icmp packet | slioch | |
fix for bug 4333. Found by Gregor Jurgele. | |||
2009-04-18 | 0.13.5debian/0.13.5 | slioch | |
2009-04-10 | need to convert commit tag on wlb to end tag. | slioch | |
2009-04-02 | 0.13.4debian/0.13.4 | slioch | |
2009-04-02 | added source based routing feature. | slioch | |
2009-02-14 | 0.13.3debian/0.13.3 | slioch | |
2009-02-09 | Merge branch 'jenner' of http://git.vyatta.com/vyatta-wanloadbalance into jenner | slioch | |
2009-02-09 | added support for global level conntrack flushing on interface state change. ↵ | slioch | |
Default configuration is to disable this feature. | |||
2009-01-28 | 0.13.2debian/0.13.2 | An-Cheng Huang | |
2009-01-28 | fix for problem found in webgui on restarting process. | slioch | |
2009-01-28 | Fix buggy shell script | Stephen Hemminger | |
shell script was missing 'then' and would always cause error message. | |||
2009-01-08 | 0.13.1debian/0.13.1 | An-Cheng Huang | |
2008-12-16 | fix 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-15 | fixed 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-15 | completes work to support dhcp for wan lb. | slioch | |
2008-12-12 | "files" file should be removed before package build | An-Cheng Huang | |
2008-12-12 | update maintainer information | An-Cheng Huang | |
2008-12-05 | added 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-04 | Merge branch 'jenner' of http://git.vyatta.com/vyatta-wanloadbalance into jenner | slioch | |
2008-12-04 | added sigusr2 to wake up process from sleep call. will be used to wake up ↵ | slioch | |
process when address changes via dhcp. | |||
2008-12-04 | Merge branch 'jenner' of suva.vyatta.com:/git/vyatta-wanloadbalance into jenner | Stephen Hemminger | |
2008-12-03 | Merge branch 'islavista' into jenner | Rick Balocca | |
2008-12-01 | Merge branch 'jenner' of suva.vyatta.com:/git/vyatta-wanloadbalance into jenner | Stephen Hemminger | |
2008-12-01 | fix for 3191--now use conntrack binary to return relevant entries that | slioch | |
are routed and marked by wlb. | |||
2008-12-01 | formatting part of 3191 fixed with this bug. moved from dumping ↵ | slioch | |
proc/net/ip_conntrack output to easier to digest formatted output. | |||
2008-11-25 | 3.2.0vyatta/3.2.0debian/0.13 | Mark O'Brien | |
2008-11-21 | Convert to Vyatta:: | Stephen Hemminger | |
2008-11-19 | add support for development build | An-Cheng Huang | |
2008-10-31 | fix for bug 3608. add connnection comment to sudoers directory. | slioch | |
2008-10-29 | fix for bug 3843. added warning level syslong messages on any interface that ↵ | slioch | |
changes state in wan lb. | |||
2008-10-20 | Merge branch 'islavista' of http://git.vyatta.com/vyatta-wanloadbalance into ↵ | slioch | |
islavista | |||
2008-10-20 | fix for bug 3817 | slioch | |
2008-10-09 | allow 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-09 | missed this configuration node on checkin fix for bug 3332. Now command is ↵ | slioch | |
available. | |||
2008-09-25 | fix 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-29 | modified failover algorithm to provide deterministic control over which ↵ | Mike Larson | |
interface is selected. The interface with the highest weight will be preferred. | |||
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-26 | revised fix for dst-range bug to mirror fix for src. | Mike Larson | |
2008-08-26 | fix for bug 3621. | slioch | |
2008-08-22 | fix for bug 3608. | root | |