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
|
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
|