1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
|
vyatta-wanloadbalance (0.6) unstable; urgency=low
VC4.0.2
-- Mark O'Brien <mobrien@vyatta.com> Sat, 19 Apr 2008 11:56:32 -0700
vyatta-wanloadbalance (0.5) unstable; urgency=low
VC4.0.2 release candidate
[ Mark O'Brien ]
[ Stephen Hemminger ]
* validate interface name in template
* allow vlan for load-balancing interface
[ Mark O'Brien ]
-- Mark O'Brien <mobrien@vyatta.com> Wed, 16 Apr 2008 09:50:33 -0700
vyatta-wanloadbalance (0.4) unstable; urgency=low
3.0.2
[ Mark O'Brien ]
* 3.0.1
[ Michael Larson ]
* modified configuration to mirror nat/firewall for port/address
configuration. added port configuration support for common port
* added final validation to address ranges and negation operators. now
behavior is the same as firewall and nat.
* removed network from configuration. changed configuration error
without valid rule to warning. fixed up path to iptables for status
show command.
[ rbalocca ]
* Fix debian dependencies
* Set dependencies on either bash or vyatta-bash
[ Mark O'Brien ]
-- Mark O'Brien <mobrien@vyatta.com> Fri, 04 Apr 2008 18:01:25 -0700
vyatta-wanloadbalance (0.3) unstable; urgency=low
VC4.0.1
[ Mark O'Brien ]
[ Michael Larson ]
* changed Wan to WAN in show command when not configured.
* fix for 2951. checks for at least one interface with ping target and
one rule with an interface defined.
[ Stephen Hemminger ]
* convert from VPL to GPLv2
* update from VPL1 to GPLv2
[ rbalocca ]
* Fix upgrade of wanloadbalance
* postrm script was failing
[ Mark O'Brien ]
-- Mark O'Brien <mobrien@vyatta.com> Tue, 18 Mar 2008 19:05:20 -0700
vyatta-wanloadbalance (0.2) unstable; urgency=low
vc4.0.0
[ Mark O'Brien ]
[ Michael Larson ]
* added init script
* more minor project modifications
* asdf
* fix debian files so pkg is created correctly
* more package mods--added conf file, removed configuration files that
shouldn't be part of this package.
* initial checkin of skeletal cli commands for wan load-balancing,
plus other packaging changes.
* checkin of cli commands for wan loadbalancing. some cleanup of the
project--more cli work to follow...
* additional changes to go with last push
* numerous changes: added help, added init script, modified source to
support daemon and pid creation, fixed conf file creation when
* moved most stdout messages to new debug output command. reworked
(simplified) init script so that rules table is properly cleaned
* fixed postinst for init script,+ other cleanup
* fixed up node.def files as per an-cheng's changes. more pkg stuff
for the init script. added default values.
* init script fix. set up show commands. create output file for wan lb
status and provide show status cmd.
* processing added to compute elapsed time in pretty output format for
show commands. time since last failure/success per
* whole raft of cli related changes. Fixed bugs in display output--
added error checking on some configuration combinations. added
* added status command, more cli bugfixes and postinst fix.
* changed port definition to be consistent with fw/nat (i.e. single
port line allow multi-port configuration). init script fix
* missing bracket in conf file creation.
* more install stuff--
* added back status command to inst instructions.
* fix for post instruction for status show cmd
* fixed errors introduced when converting to new port definitions.
* fixing installation of init script.
* more cleanup.
* added postinst instruction for moving show cmds.
* fix for bug 2780.
* more packaging tweaks and bugfixes.
* fixed init script for no start argument provided for configuration
file. def is /var/load-balance/wlb.con
* stop wan lb process on delete of load-balance node.
* provide help string at root of load-balancing configuration.
* fix for bug 2781. sudo needed for non-root login for file operations
* non-root support for status op cmd
* fix for bug 2841. wanloadbalance is started on configuration, and on
load of configuration (including boot
* added vyatta-wanloadbalance.init
* suppress stderr from commit.
* fix postrm install script to point to current init script
* cli specifies timeout value in seconds--conf takes value in
milliseconds. Need to multiple cli value by
* add check in cli for both address and network configured--in this
case generate configuration error.
* fixed bug where protocol is all or icmp and source/destination
address/network are set. address/network were being ignore--now
* clean up cosmetics in help
* critical fix for bug 2882 :)
[ rbalocca ]
* Remove derived files
* Add derived files to .gitignore
[ Mark O'Brien ]
-- Mark O'Brien <mobrien@vyatta.com> Mon, 25 Feb 2008 17:40:18 -0800
vyatta-wanloadbalance (0.1) unstable; urgency=low
* Initial Release.
-- Michael Larson <mike@vyatta.com> Fri, 14 Dec 2007 17:31:53 -0700
|