summaryrefslogtreecommitdiff
path: root/debian/changelog
blob: e3f0b8f310f073d1f41fdb624800df77eadfd3b4 (plain)
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
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
vyatta-cfg-quagga (0.16) unstable; urgency=low

  [ Stephen Hemminger ]
  * force BGP on

  [ slioch ]
  * changes to support bgp start/stop
  * applied same changes to ospf and rip as to bgp re: start/stop router
    daemon hooks

 -- slioch <slioch@eng-140.vyatta.com>  Thu, 19 Feb 2009 20:34:15 -0800

vyatta-cfg-quagga (0.15) unstable; urgency=low

  * Fix email in changlog
  * Allow start if daemon already running

 -- Stephen Hemminger <stephen.hemminger@vyatta.com>  Thu, 19 Feb 2009 10:01:43 -0800

vyatta-cfg-quagga (0.14) unstable; urgency=low

  * Move sudo from vyatta-protocol to nodes
  * Move daemon start to the disable node
  * Rework of protocol startup

 -- Stephen Hemminger <stephen.hemminger@vyatta.com>  Wed, 18 Feb 2009 15:40:48 -0800

vyatta-cfg-quagga (0.13.7) unstable; urgency=low

  * OSPF: allow any type interface
  * Handle reload of interface properties

 -- Stephen Hemminger <shemminger@vyatta.com>  Wed, 11 Feb 2009 22:20:25 -0800

vyatta-cfg-quagga (0.13.6) unstable; urgency=low

  * Change reload to restart
  * Move reload to vyatta-cfg-reload

 -- Stephen Hemminger <stephen.hemminger@vyatta.com>  Thu, 05 Feb 2009 14:48:15 -0800

vyatta-cfg-quagga (0.13.5) unstable; urgency=low

  * remove pid files on protocol stop
  * Fix reload
  * Manage daemons better

 -- Stephen Hemminger <stephen.hemminger@vyatta.com>  Thu, 05 Feb 2009 11:45:20 -0800

vyatta-cfg-quagga (0.13.4) unstable; urgency=low

  [ Bob Gilligan ]
  * Bugfix 4052:  Add support for PPPOE over ethernet VIFs.

  [ Stephen Hemminger ]
  * Protocol daemon management

 -- Stephen Hemminger <stephen.hemminger@vyatta.com>  Wed, 04 Feb 2009 15:19:06 -0800

vyatta-cfg-quagga (0.13.3) unstable; urgency=low

  * Fix exists/not exists function

 -- Stephen Hemminger <stephen.hemminger@vyatta.com>  Thu, 29 Jan 2009 15:00:18 -0800

vyatta-cfg-quagga (0.13.2) unstable; urgency=low

  * bgp: cleanup
  * check-as-prepend: turn on strict
  * policy: turn on strict
  * utils: turn on strict
  * add new script for protocol restart
  * Change mode of script files
  * More work on protocol restart

 -- Stephen Hemminger <stephen.hemminger@vyatta.com>  Wed, 28 Jan 2009 16:12:26 -0800

vyatta-cfg-quagga (0.13.1) unstable; urgency=low

  [ Bob Gilligan ]
  * Bugfix 3863: Provide ability to configure static ARP table entries

  [ An-Cheng Huang ]
  * add support for development build

  [ Stephen Hemminger ]
  * Convert to new Vyatta::Config hierarchy
  * Add new script to wrap changes to link-detect
  * Add vyatta-link-detect
  * Use new link-detect script
  * need full path to linkdetect
  * Revert "need full path to linkdetect"
  * fix comments that got copied
  * Use full path to link-detect

  [ An-Cheng Huang ]
  * update maintainer information
  * "files" file should be removed before package build

  [ Stephen Hemminger ]
  * Allow any interface for interface routes

  [ An-Cheng Huang ]

 -- An-Cheng Huang <ancheng@vyatta.com>  Thu, 08 Jan 2009 09:24:32 -0800

vyatta-cfg-quagga (0.13) unstable; urgency=low

	  3.2.0
  [ Mark O'Brien ]


  [ Bob Gilligan ]
  * Bugfix:  3684

  [ Stephen Hemminger ]
  * Remove the perl wrapper for vtysh (no longer needed).
  * Revert "Replace vyatta-vtysh with vtysh"
  * Replace vyatta-vtysh with vtysh

  [ Stig Thormodsrud ]
  * Fix syntax errors found by check_tmpl.
  * Fix syntax error found by check_tmpl.
  * Fix syntax problems identified by /opt/vyatta/sbin/check_tmpl
  * Fix 3550: Setting kernel redistribution metric generates internal
    error.
  * Fix BGP IPv6 redistribute route-map error message.
  * Add BGP IPv6 redistribute commands.
  * Fix bgp soft-reconfiguration for IPv6.
  * Add IPv6 support to bgp cli.

  [ rbalocca ]
  * Ignore derived files

  [ Stig Thormodsrud ]
  * Fix "delete protocols ripng".

  [ Stephen Hemminger ]
  * Replace calls to vyatta-vtysh perl script with vyatta-vtysh
  * Update control since now contains not just scripts
  * Get rid of long line causing warning

  [ Stig Thormodsrud ]
  * First pass at gluing ripng cli to quagga.

  [ Stephen Hemminger ]
  * Use vyatta_sbindir
  * Add program to .gitignore
  * Add new program to check prefix boundary

  [ Stig Thormodsrud ]
  * Fix ipv6 blackhole route.
  * Fix check_prefix_boundry() to handle IPv6 abreviated addresses.
  * Add cli for IPv6 static routes.

  [ Mark O'Brien ]

 -- Mark O'Brien <mobrien@firebolt.vyatta.com>  Tue, 25 Nov 2008 19:08:50 -0800

vyatta-cfg-quagga (0.12) unstable; urgency=low

	  3.1.2
  [ Mark O'Brien ]


  [ Stig Thormodsrud ]
  * Fix 2752: "Unknown command" after "source any" was configured in the
    second rule of an access-list

  [ Mark O'Brien ]

 -- Mark O'Brien <mobrien@firebolt.vyatta.com>  Wed, 23 Jul 2008 21:35:50 -0700

vyatta-cfg-quagga (0.11) unstable; urgency=low

	  3.1.1
  [ Mark O'Brien ]


  [ Stig Thormodsrud ]
  * Fix 3344: Unable to delete route-map that contains a 'set metric
    <value>' statement
  * Add module version for quagga.

  [ Stephen Hemminger ]
  * Add configuration parameter for BGP MD5

  [ Mark O'Brien ]

 -- Mark O'Brien <mobrien@firebolt.vyatta.com>  Sat, 28 Jun 2008 11:22:08 -0700

vyatta-cfg-quagga (0.10) unstable; urgency=low

	  3.1.0
  [ Mark O'Brien ]


  [ Stig Thormodsrud ]
  * Fix 3345: Unable to configure OSPF redistribute <protocol> route-map
    <name>

  [ Mohit Mehta ]
  * Fix bug 3134 "delete interfaces <> <> ip rip split-horizon" sets "no
    ip rip split-horizon" under the routing engine which is unknown in
    the config
  * Fix bug 2849 "disable-split-horizon" needs to be implemented

  [ Stig Thormodsrud ]
  * Fix 3316: "metric-type" option does not exist in the CLI for OSPF
    redistribution

  [ Mohit Mehta ]
  * Fix Bug 3269 system gateway-address conflicts with static default

  [ Bob Gilligan ]
  * Bugfix: 3019

  [ Stephen Hemminger ]
  * Fix templates for disable-link-detect when using vif on serial

  [ rbalocca ]
  * Ignore derived files

  [ Stig Thormodsrud ]
  * Fix 3266: Syntax validation for as-path-prepend does not allow 32
    bit ASNs

  [ Stephen Hemminger ]
  * Add option to disable link-detect on serial interfaces

  [ rbalocca ]
  * Convert to our method of changelog creation

  [ Stig Thormodsrud ]
  * Fix 3199: removed redundant "static interface-route blackhole"

  [ Bob Gilligan ]
  * Add IP routing protocol config templates for PPPOE, PPPOE and
    Classical

  [ Stig Thormodsrud ]
  * Fix 3139 Check for previous authentication type before allowing
    another

  [ Bob Gilligan ]
  * Bugfix: 3181, 3019

  [ Mohit Mehta ]
  * Fix Bug 2849 "disable-split-horizon" needs to be implemented
  * Fix Bug 2849 "disable-split-horizon" needs to be implemented

  [ Stig Thormodsrud ]
  * Partial fix for 3004.  Set priority of network node higher than
    virtual-link node.

  [ rbalocca ]
  * Merge from glendale

  [ Mohit Mehta ]
  * Fix Bug 3069 Help strings should be standardized
  * Fix Bug 3069 Help strings should be standardized
  * Fix Bug 2849 "disable-split-horizon" needs to be implemented

  [ Mark O'Brien ]

 -- Mark O'Brien <mobrien@firebolt.vyatta.com>  Tue, 17 Jun 2008 09:26:15 -0700

vyatta-cfg-quagga (0.9) unstable; urgency=low

  3.0.5


 -- Mark O'Brien <mobrien@vyatta.com>  Tue, 06 May 2008 12:43:14 -0700

vyatta-cfg-quagga (0.8) unstable; urgency=low

  3.0.4


 -- Mark O'Brien <mobrien@vyatta.com>  Mon, 05 May 2008 16:40:33 -0700

vyatta-cfg-quagga (0.7) unstable; urgency=low

  3.0.3
  [ Mark O'Brien ]


  [ Stephen Hemminger ]
  * Remove linkstatus script
  * Fix typo in node.def (from linkwatch removal)

  [ rbalocca ]
  * Indicate the VC4.0.2 release candidate in the changelog

  [ Mark O'Brien ]

 -- Mark O'Brien <mobrien@vyatta.com>  Tue, 29 Apr 2008 16:42:15 -0700

vyatta-cfg-quagga (0.6) unstable; urgency=low

  VC4.0.2
  [ Mark O'Brien ]


  [ An-Cheng Huang ]
  * don't signal watchlink if it's not running

  [ Mark O'Brien ]

 -- Mark O'Brien <mobrien@vyatta.com>  Sat, 19 Apr 2008 11:56:01 -0700

vyatta-cfg-quagga (0.5) unstable; urgency=low

  VC4.0.2 release candidate
  [ Mark O'Brien ]

  * Fix for bug 3093
  * Updated autocomplet for loopback non-broadcast option

  [ Robert Bays ]
  * fix for bugs 3085,3114,3121,3119,3120
  * add 2 lines acidentally deleted in last commit for attribute-
    unchanged

  [ Stig Thormodsrud ]
  * Fix 3115: set protocols ospf default-information originate always"
    sends no "always" to the
  * Fix 3128: "isis" needs to be removed under " protocols ospf access-
    list <> export"
  * Fix 3132:  "set protocols ospf refresh timers <>" then commit failed
  * Fix 3133: "delete protocols ospf timers throttle spf delay" commit
    failed
  * Fix 3131: "delete protocols ospf parameters abr-type" does not
    remove " ospf abr-type standard"
  * Fix 3130: "set protocols ospf compatible rfc1583" or " set protocols
    ospf parameters
  * Fix 3124: "set protocols ospf area <> area-type nssa translate
    always" removed "...... nssa no-summary" from the routing engine
  * Make sure OSPF area-type is set before default-cost.
  * Fix 3129: "delete protocols ospf neighbor <> priority" should delete
    the neighbor in the config as under the routing engine
  * Fix 3126: ospf virtual-link authentication types should not be able
    to be coexisted in the config
  * Fix [Bug 3125] "...... range <> no-advertise" should be removed from
    the config while it is removed from the routing engine by  "set
    protocols ospf area <> range <> substitute

  [ Mark O'Brien ]

 -- Mark O'Brien <mobrien@vyatta.com>  Wed, 16 Apr 2008 09:50:02 -0700

vyatta-cfg-quagga (0.4) unstable; urgency=low

  3.0.2
  [ Mark O'Brien ]

  * 3.0.1

  [ Robert Bays ]
  * update help strings in BGP
  * shorten some of the BGP help strings
  * fix bug 3074

  [ Stig Thormodsrud ]
  * Fix 3026 ospf: failed to delete ospf configuration from top level
  * Fix 3108: Unable to configure ospf 'default-information' originate

  [ 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:00:28 -0700

vyatta-cfg-quagga (0.3) unstable; urgency=low

  VC4.0.1
  [ Mark O'Brien ]


  [ Arthur Xiong ]
  * 1. Fix bug 2754 - changed node type from txt to ipv4, since in the
    routing engine, "neighbor A.B.C.D update-source W.X.Y.Z" always
    works, and there is no ip address saved under interface hence
    "neighbor A.B.C.D update-source INTERFACE_NAME" doesn't work.
  * Fixed a typo
  * Change the type from "txt" to "u32" for "protocols ospf access-list
    <>"

  [ Bob Gilligan ]
  * Bugfix: 2818.

  [ Mohit Mehta ]
  * Fix Bug 2886 Invalid gateway address is accepted
  * Fix Bug 1513 BGP - peer-port and local-port accept invalid values

  [ Robert Bays ]
  * bug 2753
  * bug 2783: set protocols ospf distribute-list...
  * bug 2716: set metric-type is not implemented
  * fix ospf node for bug 2783
  * fix for bugs 2541, 2888, 2676
  * fix for bug 2713
  * fixes for bugs 2713, 2541, 2888, 2676
  * updated fix for bug 2713.  neighbor now allows g/G.
  * fix for bugs 2725 and 2999
  * fix for bug 2993
  * fix for bug 2800
  * update help for access-lists
  * update help for access-lists
  * iupdate help strings for policy nodes
  * fix bgp and policy for match community and network backdoor
  * finish help strings for policy

  [ Stephen Hemminger ]
  * Replace VPL with GPLv2
  * Update to GPLv2

  [ Stig Thormodsrud ]
  * Fix 2906: "delete protocols ospf area X area-type nssa " and then
    "commit" - "commit failed"

  [ Mark O'Brien ]

 -- Mark O'Brien <mobrien@vyatta.com>  Tue, 18 Mar 2008 19:03:48 -0700

vyatta-cfg-quagga (0.2) unstable; urgency=low

  vc4.0.0
  [ Mark O'Brien ]


  [ An-Cheng Huang ]
  * convert templates to new syntax

  [ Michael Larson ]
  * allow per vif configuration of disable-link-status
  * fix for bug 2541--requires saving temporary file, plus script to
    walk tree and redefined nodes. a bit of a

  [ Stig Thormodsrud ]
  * Fix 2697 route-map can't be set for default-originate
  * Add some comp_help strings to ospf cli
  * Fix 2805 'show configuration all' does not display all default
    values for ospf
  * Fix 2810 ospf authentications gets truncated to 8 characters
  * Fix 2812 'show configuration all' does not display all default
    values for bgp.
  * Fix 2813 'show configuration all' does not display all default
  * Add "set interface <type> ip ospf bandwidth" to OSPF cost
    calculation.
  * Duplicate quagga "interface ip ospf" tree for tunnel and vif
    interfaces.
  * Fix 1513 BGP - peer-port and local-port accept invalid values
  * Fix 2819 Plain-text authentication should be identified as such
  * Comment out "backdoor" command as a workaround until cli bug 2525 is
    fixed.
  * Add default value for ospf auto-cost reference-bandwidth.
  * Fix 2856 "delete interfaces ethernet eth1 ip rip" commit failed if
    "split-horizon poison-reverse" is
  * Apply same fix for 2856 under tunnel heirarchy.
  * Add a check for when the vtysh wrapper is called without any
    parameters.
  * Fix 2679 aggregate-address "as-set" and/or "summary-only" not sent
    to the routing engine

  [ Mark O'Brien ]

 -- Mark O'Brien <mobrien@vyatta.com>  Mon, 25 Feb 2008 17:38:29 -0800

vyatta-cfg-quagga (0.1) unstable; urgency=low

  * Initial Release.

 -- An-Cheng Huang <ancheng@vyatta.com>  Mon, 1 Oct 2007 11:23:11 -0700