diff options
author | slioch <slioch@eng-140.vyatta.com> | 2009-07-21 13:13:32 -0700 |
---|---|---|
committer | slioch <slioch@eng-140.vyatta.com> | 2009-07-21 13:13:32 -0700 |
commit | e99605daeed8b412073694ee35d54da78920703f (patch) | |
tree | 2a5e26a1f27166a4c61735be6f2109c475e3ae73 | |
parent | c8175dbdd23b4aeaca6df22dd35fc699e35134e1 (diff) | |
download | vyatta-wanloadbalance-debian/0.13.17.tar.gz vyatta-wanloadbalance-debian/0.13.17.zip |
0.13.17debian/0.13.17
-rw-r--r-- | debian/changelog | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 614f7e7..d3963d6 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,23 @@ +vyatta-wanloadbalance (0.13.17) unstable; urgency=low + + [ root ] + * fix for case where iptables command fails on setting snat rules + after receiving new address. in this case the new address is not + recorded and we'll try creating the rule on the next processing + cycle until successful. + + [ slioch ] + * fix for bug 4730 + * fix for bug 4675. Throttle back the initial setting of nat rules + during startup of wlb. + * reworked target code to support multiple targets and different + target types. + * added udp ttl limited test type to health check. modified + configuration layout. modified op mode command to + * additional files needed + + -- slioch <slioch@eng-140.vyatta.com> Tue, 21 Jul 2009 13:13:32 -0700 + vyatta-wanloadbalance (0.13.16) unstable; urgency=low * fix for bug 4698 |