Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-06-21 | 0.18.81debian/0.18.81 | Robert Bays | |
2010-06-21 | fix for bug 5713 | Robert Bays | |
2010-06-14 | 0.18.80debian/0.18.80 | Stig Thormodsrud | |
2010-06-14 | Fix ospfv3 redistribute command. | Stig Thormodsrud | |
2010-06-14 | Added route-map support in ospfv3-redistribute | Jon Andersson | |
2010-06-08 | 0.18.79debian/0.18.79 | Robert Bays | |
2010-06-08 | fix for bug 874: allow setting administrative distance | Robert Bays | |
2010-06-07 | 0.18.78debian/0.18.78 | Robert Bays | |
2010-06-07 | fix aggregate-address command | Robert Bays | |
2010-06-04 | 0.18.77debian/0.18.77 | Robert Bays | |
2010-06-04 | fix stupid var def mistake | Robert Bays | |
2010-06-04 | clean up potential unitialized var reference | Robert Bays | |
2010-06-04 | fix direct active dir access in node.defs | Robert Bays | |
2010-06-03 | optimization: move remote-as and peer-group check into transaction to save ↵ | Robert Bays | |
on exec calls | |||
2010-06-03 | clean up peer-group error and help messages | Robert Bays | |
2010-06-03 | add missing help strings per bug 5642 | Robert Bays | |
2010-06-02 | 0.18.76debian/0.18.76 | Robert Bays | |
2010-06-02 | fix for bug 5653 | Robert Bays | |
2010-05-25 | 0.18.75debian/0.18.75 | Robert Bays | |
2010-05-25 | re-add the disable-send-comunity node to peer-groups | Robert Bays | |
2010-05-23 | 0.18.74debian/0.18.74 | Robert Bays | |
2010-05-23 | change the system call in _sendQuaggaCommand(). with the selective noerr fixed, | Robert Bays | |
we can now fail on return code. | |||
2010-05-22 | add differential noerr. now it supports one of set, del, or both. | Robert Bays | |
2010-05-22 | add functionality to skip nodes while in _setConfigTree | Robert Bays | |
2010-05-20 | change qcom struct to hash of hashes to make it easier for the developer to read | Robert Bays | |
2010-05-20 | silence the perl critic. | Robert Bays | |
2010-05-17 | 0.18.73debian/0.18.73 | Stephen Hemminger | |
2010-05-17 | Add support for TTL security hops | Stephen Hemminger | |
Bug 4937 Integrate CLI support for TTL hop count security | |||
2010-05-06 | 0.18.72debian/0.18.72 | Bob Gilligan | |
2010-05-06 | Bugfix 5584: Fix prefix-list parameters under peer-group. | Bob Gilligan | |
2010-05-06 | 0.18.71debian/0.18.71 | Bob Gilligan | |
2010-05-06 | Activate neighbor for IPv6 when address-family parameters are set for it. | Bob Gilligan | |
2010-05-05 | 0.18.70debian/0.18.70 | Bob Gilligan | |
2010-05-05 | Bugfix 5584: Fix completion and checking for prefix-list parameters | Bob Gilligan | |
This fixes the parameter validation of prefix-list parameters under "neighbor ADDR prefix-list" and under "neighbor ADDR address-family ipv6-unicast prefix-list". The former are validated against parameters configured under "policy prefix-list", while the latter are validated against parameters configured under "policy prefix-list6". | |||
2010-04-26 | 0.18.69debian/0.18.69 | Stig Thormodsrud | |
2010-04-26 | Fix typo in help text | Jon Andersson | |
2010-04-08 | 0.18.68debian/0.18.68 | Stig Thormodsrud | |
2010-04-06 | more ipv6 and peer-group updates | Robert Bays | |
2010-04-06 | update for peer-group support and general cleanup. Still need at least one ↵ | Robert Bays | |
more pass before release. | |||
2010-04-05 | initial update to bgp with new ipv6 and peer-group nodes | Robert Bays | |
2010-04-04 | initial update to migrate bgp to transaction library | Robert Bays | |
2010-03-20 | 0.18.67debian/0.18.67 | Stig Thormodsrud | |
2010-03-20 | Merge branch 'larkspur' of http://git.vyatta.com/vyatta-cfg-quagga into larkspur | Stig Thormodsrud | |
2010-03-20 | Revert "Fix warnings found by check_tmpl." | Stig Thormodsrud | |
This reverts commit 369b7c567639d7230c945045c855c678fadfb887. | |||
2010-03-20 | Fix 4161: Bad config handling of "protocols ospf passive-interface" | Stig Thormodsrud | |
2010-03-17 | 0.18.66debian/0.18.66 | Bob Gilligan | |
2010-03-17 | Bugfix 5458: Include interface name, if present, when deleting IPv6 routes. | Bob Gilligan | |
When deleting an IPv6 static route from Quagga, we have to specify the route precisely the same way it was originally configured. If the route includes an outgoing interface, it must be specified. If the route does not include an outgoing interface, one must not be specified. | |||
2010-03-15 | 0.18.65debian/0.18.65 | Stephen Hemminger | |
2010-03-15 | Fix trailing whitespace errors | Stephen Hemminger | |
Template errors caused by trailing whitespace. | |||
2010-03-12 | Fix warnings found by check_tmpl. | Stig Thormodsrud | |