.gitignore
| 8
ChangeLog
| 1
Makefile.am
| 3
debian/autogen.sh
| 26 -
debian/changelog
| 34 +
scripts/vyatta-wanloadbalance.pl
| 15
src/lbdata.hh
| 2
src/lbdatafactory.cc
| 25 +
src/lbdatafactory.hh
| 3
src/lbdecision.cc
| 179 ++++++++--
src/lbdecision.hh
| 7
src/lbpathtest.cc
| 5
src/main.cc
| 4
templates/load-balancing/node.def
| 2
templates/load-balancing/wan/interface-health/node.def
| 2
templates/load-balancing/wan/interface-health/node.tag/failure-count/node.def
| 2
templates/load-balancing/wan/interface-health/node.tag/nexthop/node.def
| 2
templates/load-balancing/wan/interface-health/node.tag/ping/node.def
| 2
templates/load-balancing/wan/interface-health/node.tag/resp-time/node.def
| 2
templates/load-balancing/wan/interface-health/node.tag/success-count/node.def
| 2
templates/load-balancing/wan/node.def
| 4
templates/load-balancing/wan/rule/node.def
| 2
templates/load-balancing/wan/rule/node.tag/destination/address/node.def
| 14
templates/load-balancing/wan/rule/node.tag/destination/node.def
| 2
templates/load-balancing/wan/rule/node.tag/destination/port/node.def
| 4
templates/load-balancing/wan/rule/node.tag/inbound-interface/node.def
| 2
templates/load-balancing/wan/rule/node.tag/interface/node.def
| 2
templates/load-balancing/wan/rule/node.tag/interface/node.tag/weight/node.def
| 2
templates/load-balancing/wan/rule/node.tag/protocol/node.def
| 4
templates/load-balancing/wan/rule/node.tag/source/address/node.def
| 14
templates/load-balancing/wan/rule/node.tag/source/node.def
| 2
templates/load-balancing/wan/rule/node.tag/source/port/node.def
| 4
templates/show/wan-load-balance/node.def
| 2
templates/show/wan-load-balance/status/node.def
| 4
34 files changed, 283 insertions(+), 105 deletions(-)
New commits:
commit f5f5de597b8d488b911f3c74b173115403e40991
Author: Michael Larson <[EMAIL PROTECTED]>
Date: Fri Jun 27 09:35:03 2008 -0700
fix for bug 3390, ip rule entry is now converted to a hex value.
commit 21457bb0f52695a335060d24bfae4f236baf6b0c
Author: Michael Larson <[EMAIL PROTECTED]>
Date: Fri Jun 27 09:24:08 2008 -0700
missing socket close statement.
commit fc323d7dccf8e917c0914e4281cb839368bbaaaa
Author: Michael Larson <[EMAIL PROTECTED]>
Date: Fri Jun 27 09:16:35 2008 -0700
fix for bug 3373. also modified error message and return value on not
obtaining socket resource.
commit 7c15d60e3c1c14a4192a2818338b2ead7119a8ff
Author: Michael Larson <[EMAIL PROTECTED]>
Date: Thu Jun 26 16:28:34 2008 -0700
fixed up status command output and add wait for interface address check on
wlb boot
with interface configuration.
commit ff7e6862859f2137cc69e558527934b5774696fc
Author: rbalocca <[EMAIL PROTECTED]>
Date: Wed Jun 25 13:16:11 2008 -0700
Add missing includes
commit 690b13abef1e0abc986c25208a8ce36d88a3e523
Author: Michael Larson <[EMAIL PROTECTED]>
Date: Tue Jun 24 15:15:18 2008 -0700
need to add conntrack entry to the raw table. also cleaned up a few
commands to sweep old commands on restart.
commit 82a60348a1e2819770de45dbc59f0ebbbbdfd564
Author: Michael Larson <[EMAIL PROTECTED]>
Date: Tue Jun 24 11:28:53 2008 -0700
back out wait on parent pid for child--was causing problems when loading
config on boot.
commit 19b37dab7cebe35f8faf9dea779d5d68d19d7b5f
Author: Michael Larson <[EMAIL PROTECTED]>
Date: Fri Jun 20 13:43:08 2008 -0700
remove stdio statements
commit 001eb0f221f28ba77f9e99bddd03ac8889aa8da8
Author: Michael Larson <[EMAIL PROTECTED]>
Date: Fri Jun 20 12:25:27 2008 -0700
reworked weight calculation. There were errors in how weights were computed
and applied when links failed.
Also potential divide by zero error fixed.
commit b6df4be905eebab5ef4480358233ce7316e0d889
Author: Michael Larson <[EMAIL PROTECTED]>
Date: Fri Jun 20 09:02:19 2008 -0700
change on deamon option for parent process to wait
commit 2bf54a065291f8e81568c39276a7ca0ce3bc98ce
Author: Michael Larson <[EMAIL PROTECTED]>
Date: Thu Jun 19 14:37:26 2008 -0700
added version information for wanloadbalance.
commit 3180b7670c999c3d2b065c50cc94f4a9bfca3aa6
Author: Mark O'Brien <[EMAIL PROTECTED]>
Date: Tue Jun 17 09:27:42 2008 -0700
3.1.0
commit b342ddf97651fedeeffeedfff9c32a1534f3b2fb
Author: Michael Larson <[EMAIL PROTECTED]>
Date: Fri Jun 13 11:10:09 2008 -0700
fix jump instruction for source nat. fix route entry for interfaces that
are in admin/link down on wan lb
startup.
commit 3b93ae2f8e434f16624637e86b1ac05f0acc67a7
Author: Michael Larson <[EMAIL PROTECTED]>
Date: Thu Jun 12 15:29:35 2008 -0700
fixed problem with ping target failure that is not the last listed
interface, now the correct mangle wan load balance is referenced when an
interface fails.
commit 56959843d90bfcfe0a1e0b55787230b56229bb52
Author: Michael Larson <[EMAIL PROTECTED]>
Date: Thu Jun 12 12:22:29 2008 -0700
added connmark snat rules. means that nat does not need to be configured
separately for wlb to work--this is
now set up independently wlb.
commit 809192c20cd340109dd35951ab9fe4b2351e00c6
Author: Michael Larson <[EMAIL PROTECTED]>
Date: Wed Jun 11 10:12:26 2008 -0700
catch empty ping target on ping send. fixes error msgs for unresolved
configured host name--possible fix for bug 3245.
commit 2e7c23ff8769b41bdca8b1932552c4b88e9cb243
Author: Michael Larson <[EMAIL PROTECTED]>
Date: Tue Jun 10 18:35:10 2008 -0700
needs accept to truncation rule evaluation on a match. this should now
distribute traffic across interfaces.
commit 98982243bb131c56f94f4bbcf89a58499fe27694
Author: Michael Larson <[EMAIL PROTECTED]>
Date: Tue Jun 10 16:58:13 2008 -0700
modified prerouting decisions to work with connmark. user needs to specify
inbound interface now (although
this isn't currently required).
commit 5510da8abc49783dc9b5b4f49577c668d3cb88fa
Author: Michael Larson <[EMAIL PROTECTED]>
Date: Tue Jun 10 11:05:53 2008 -0700
fix for iptables rules in tcp state. should fix main problem with wan
lb.
commit 46f998d055ee8247847b4043d30037973c6f5650
Author: Michael Larson <[EMAIL PROTECTED]>
Date: Fri Jun 6 18:02:00 2008 -0700
added contract entry for state NEW for initial interface. Also add
parameter to specify nexthop via interface in
interface-health. This will be mandatory, but currently it is optional in
the absence of a migration script.
commit 60a196fa007e776558d12610a231d3f274bd9bdc
Author: rbalocca <[EMAIL PROTECTED]>
Date: Tue May 20 11:21:34 2008 -0700
Ignore log file
commit eeb2e92ac31f49f8a514f0bff3e5836ea4c5584c
Author: rbalocca <[EMAIL PROTECTED]>
Date: Wed May 7 14:54:00 2008 -0700
Convert to our method of changelog creation
commit c560dd890c9420f1fe61ac6d37eea2f5c558cda3
Author: Mohit Mehta <[EMAIL PROTECTED]>
Date: Tue Apr 8 22:41:19 2008 +0000
Fix Bug 3069 Help strings should be standardized
- help strings standardized in vyatta-wanloadbalance
commit a5a67cea249eaa517196e32eb30d74434396f078
Author: Michael Larson <[EMAIL PROTECTED]>
Date: Thu Mar 27 11:37:45 2008 -0700
minor text change on conf error: bug 2951
http://suva.vyatta.com/git/?p=vyatta-wanloadbalance.git;a=commitdiff;h=f5f5de597b8d488b911f3c74b173115403e40991
http://suva.vyatta.com/git/?p=vyatta-wanloadbalance.git;a=commitdiff;h=21457bb0f52695a335060d24bfae4f236baf6b0c
http://suva.vyatta.com/git/?p=vyatta-wanloadbalance.git;a=commitdiff;h=fc323d7dccf8e917c0914e4281cb839368bbaaaa
http://suva.vyatta.com/git/?p=vyatta-wanloadbalance.git;a=commitdiff;h=7c15d60e3c1c14a4192a2818338b2ead7119a8ff
http://suva.vyatta.com/git/?p=vyatta-wanloadbalance.git;a=commitdiff;h=ff7e6862859f2137cc69e558527934b5774696fc
http://suva.vyatta.com/git/?p=vyatta-wanloadbalance.git;a=commitdiff;h=690b13abef1e0abc986c25208a8ce36d88a3e523
http://suva.vyatta.com/git/?p=vyatta-wanloadbalance.git;a=commitdiff;h=82a60348a1e2819770de45dbc59f0ebbbbdfd564
http://suva.vyatta.com/git/?p=vyatta-wanloadbalance.git;a=commitdiff;h=19b37dab7cebe35f8faf9dea779d5d68d19d7b5f
http://suva.vyatta.com/git/?p=vyatta-wanloadbalance.git;a=commitdiff;h=001eb0f221f28ba77f9e99bddd03ac8889aa8da8
http://suva.vyatta.com/git/?p=vyatta-wanloadbalance.git;a=commitdiff;h=b6df4be905eebab5ef4480358233ce7316e0d889
http://suva.vyatta.com/git/?p=vyatta-wanloadbalance.git;a=commitdiff;h=2bf54a065291f8e81568c39276a7ca0ce3bc98ce
http://suva.vyatta.com/git/?p=vyatta-wanloadbalance.git;a=commitdiff;h=3180b7670c999c3d2b065c50cc94f4a9bfca3aa6
http://suva.vyatta.com/git/?p=vyatta-wanloadbalance.git;a=commitdiff;h=b342ddf97651fedeeffeedfff9c32a1534f3b2fb
http://suva.vyatta.com/git/?p=vyatta-wanloadbalance.git;a=commitdiff;h=3b93ae2f8e434f16624637e86b1ac05f0acc67a7
http://suva.vyatta.com/git/?p=vyatta-wanloadbalance.git;a=commitdiff;h=56959843d90bfcfe0a1e0b55787230b56229bb52
http://suva.vyatta.com/git/?p=vyatta-wanloadbalance.git;a=commitdiff;h=809192c20cd340109dd35951ab9fe4b2351e00c6
http://suva.vyatta.com/git/?p=vyatta-wanloadbalance.git;a=commitdiff;h=2e7c23ff8769b41bdca8b1932552c4b88e9cb243
http://suva.vyatta.com/git/?p=vyatta-wanloadbalance.git;a=commitdiff;h=98982243bb131c56f94f4bbcf89a58499fe27694
http://suva.vyatta.com/git/?p=vyatta-wanloadbalance.git;a=commitdiff;h=5510da8abc49783dc9b5b4f49577c668d3cb88fa
http://suva.vyatta.com/git/?p=vyatta-wanloadbalance.git;a=commitdiff;h=46f998d055ee8247847b4043d30037973c6f5650
http://suva.vyatta.com/git/?p=vyatta-wanloadbalance.git;a=commitdiff;h=60a196fa007e776558d12610a231d3f274bd9bdc
http://suva.vyatta.com/git/?p=vyatta-wanloadbalance.git;a=commitdiff;h=eeb2e92ac31f49f8a514f0bff3e5836ea4c5584c
http://suva.vyatta.com/git/?p=vyatta-wanloadbalance.git;a=commitdiff;h=c560dd890c9420f1fe61ac6d37eea2f5c558cda3
http://suva.vyatta.com/git/?p=vyatta-wanloadbalance.git;a=commitdiff;h=a5a67cea249eaa517196e32eb30d74434396f078
_______________________________________________
svn mailing list
[email protected]
http://mailman.vyatta.com/mailman/listinfo/svn