<feed xmlns='http://www.w3.org/2005/Atom'>
<title>vyatta-wanloadbalance.git/src, branch napa</title>
<subtitle>vyatta wan load balance project (mirror of https://github.com/vyos/vyatta-wanloadbalance.git)
</subtitle>
<id>https://git.amelek.net/vyos/vyatta-wanloadbalance.git/atom?h=napa</id>
<link rel='self' href='https://git.amelek.net/vyos/vyatta-wanloadbalance.git/atom?h=napa'/>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyatta-wanloadbalance.git/'/>
<updated>2011-03-30T19:09:58+00:00</updated>
<entry>
<title>check in for Bug 6959</title>
<updated>2011-03-30T19:09:58+00:00</updated>
<author>
<name>Michael Larson</name>
<email>mike@vyatta.com</email>
</author>
<published>2011-03-30T19:09:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyatta-wanloadbalance.git/commit/?id=25eef8bfb91c2c57907ab79f4ba6bcd9fe0064cb'/>
<id>urn:sha1:25eef8bfb91c2c57907ab79f4ba6bcd9fe0064cb</id>
<content type='text'>
Add the ability to run a user defined script to determine wan load-balancing interface health

includes sample http test (scripts/http_test.pl). Configuration will look as follows:

 wan {
     interface-health eth0 {
         nexthop 10.3.0.1
         test 1 {
             test-script /tmp/http_test.pl
             type user-defined
         }
     }
     interface-health eth1 {
         nexthop 10.3.0.1
         test 1 {
             test-script /tmp/http_test.pl
             type user-defined
         }
     }

With corresponding output:

vyatta@vyatta# run show wan-load-balance
Interface:  eth0
  Status:  active
  Last Status Change:  Wed Mar 30 19:03:59 2011
  +Test:  user  Script: /tmp/http_test.pl
    Last Interface Success:  0s
    Last Interface Failure:  n/a
    # Interface Failure(s):  0

Interface:  eth1
  Status:  failed
  Last Status Change:  Wed Mar 30 19:03:59 2011
  -Test:  user  Script: /tmp/http_test.pl
    Last Interface Success:  n/a
    Last Interface Failure:  0s
    # Interface Failure(s):  52

Scripts returns 0 for success, non-zero for failure.
</content>
</entry>
<entry>
<title>fix for 6938. incorrectly checking value of key rather than value of value.</title>
<updated>2011-03-21T23:16:42+00:00</updated>
<author>
<name>Michael Larson</name>
<email>mike@vyatta.com</email>
</author>
<published>2011-03-21T23:16:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyatta-wanloadbalance.git/commit/?id=c77e09962ebe6713fa16f34e54b4b7ea996f051f'/>
<id>urn:sha1:c77e09962ebe6713fa16f34e54b4b7ea996f051f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix for 6711. Changed configuration node as requested by support.</title>
<updated>2011-02-12T01:38:23+00:00</updated>
<author>
<name>Michael Larson</name>
<email>mike@vyatta.com</email>
</author>
<published>2011-02-12T01:38:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyatta-wanloadbalance.git/commit/?id=1c97581618cab567c9bc3ce230f1ee6fe63eaadb'/>
<id>urn:sha1:1c97581618cab567c9bc3ce230f1ee6fe63eaadb</id>
<content type='text'>
</content>
</entry>
<entry>
<title>convert wlb runtime directory to /var/run/load-balance from /var/load-balance. fix for bug 6630</title>
<updated>2011-01-05T19:50:53+00:00</updated>
<author>
<name>Michael Larson</name>
<email>mike@vyatta.com</email>
</author>
<published>2011-01-04T18:39:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyatta-wanloadbalance.git/commit/?id=5932b3640418ef157ef443a1cb62a1c8e666215e'/>
<id>urn:sha1:5932b3640418ef157ef443a1cb62a1c8e666215e</id>
<content type='text'>
(cherry picked from commit cf1754c28af9dc17f5dea4995049823dc7687a63)
</content>
</entry>
<entry>
<title>fix following changes associated with bug 6125</title>
<updated>2010-08-31T23:18:49+00:00</updated>
<author>
<name>Michael Larson</name>
<email>slioch@slioch.vyatta.com</email>
</author>
<published>2010-08-31T23:18:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyatta-wanloadbalance.git/commit/?id=7a579b37645ff7f327c3a815aaaac50e0151bf3d'/>
<id>urn:sha1:7a579b37645ff7f327c3a815aaaac50e0151bf3d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix one more case</title>
<updated>2010-08-28T00:54:50+00:00</updated>
<author>
<name>An-Cheng Huang</name>
<email>ancheng@vyatta.com</email>
</author>
<published>2010-08-28T00:54:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyatta-wanloadbalance.git/commit/?id=4bea392ff2eb1f232f8c76d84aa24d6ba7201670'/>
<id>urn:sha1:4bea392ff2eb1f232f8c76d84aa24d6ba7201670</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix squeeze build issues</title>
<updated>2010-08-28T00:34:39+00:00</updated>
<author>
<name>An-Cheng Huang</name>
<email>ancheng@vyatta.com</email>
</author>
<published>2010-08-28T00:34:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyatta-wanloadbalance.git/commit/?id=2b52975cacf817d2b3058a94c7386cacf50b47c2'/>
<id>urn:sha1:2b52975cacf817d2b3058a94c7386cacf50b47c2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix for bug 5990</title>
<updated>2010-08-26T19:04:19+00:00</updated>
<author>
<name>Michael Larson</name>
<email>slioch@slioch.vyatta.com</email>
</author>
<published>2010-08-26T19:04:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyatta-wanloadbalance.git/commit/?id=ec93cf04b77bb8da5c731e34843694a61fa0edf6'/>
<id>urn:sha1:ec93cf04b77bb8da5c731e34843694a61fa0edf6</id>
<content type='text'>
remove policy route on shutdown.
</content>
</entry>
<entry>
<title>fix for bug 6029</title>
<updated>2010-08-11T17:06:17+00:00</updated>
<author>
<name>An-Cheng Huang</name>
<email>ancheng@vyatta.com</email>
</author>
<published>2010-08-11T17:06:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyatta-wanloadbalance.git/commit/?id=01cabdb0c9003a37e5801667bd408d6c2c7126b6'/>
<id>urn:sha1:01cabdb0c9003a37e5801667bd408d6c2c7126b6</id>
<content type='text'>
* fix 64-bit problem: string::*find*() functions have return type of "size_t", not "unsigned int".
</content>
</entry>
<entry>
<title>fix for bug 6019</title>
<updated>2010-08-10T17:21:53+00:00</updated>
<author>
<name>An-Cheng Huang</name>
<email>ancheng@vyatta.com</email>
</author>
<published>2010-08-10T17:21:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyatta-wanloadbalance.git/commit/?id=f5e3af905e1c37d53d1a0d7de1c3d457dd4cb632'/>
<id>urn:sha1:f5e3af905e1c37d53d1a0d7de1c3d457dd4cb632</id>
<content type='text'>
* fix 64-bit problem: string::find*() functions have return type of "size_t", not "uint32_t".
</content>
</entry>
</feed>
