summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2010-05-22add differential noerr. now it supports one of set, del, or both.Robert Bays
2010-05-22add functionality to skip nodes while in _setConfigTreeRobert Bays
2010-05-20change qcom struct to hash of hashes to make it easier for the developer to readRobert Bays
2010-05-20silence the perl critic.Robert Bays
2010-05-170.18.73debian/0.18.73Stephen Hemminger
2010-05-17Add support for TTL security hopsStephen Hemminger
Bug 4937 Integrate CLI support for TTL hop count security
2010-05-060.18.72debian/0.18.72Bob Gilligan
2010-05-06Bugfix 5584: Fix prefix-list parameters under peer-group.Bob Gilligan
2010-05-060.18.71debian/0.18.71Bob Gilligan
2010-05-06Activate neighbor for IPv6 when address-family parameters are set for it.Bob Gilligan
2010-05-050.18.70debian/0.18.70Bob Gilligan
2010-05-05Bugfix 5584: Fix completion and checking for prefix-list parametersBob 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-260.18.69debian/0.18.69Stig Thormodsrud
2010-04-26Fix typo in help textJon Andersson
2010-04-080.18.68debian/0.18.68Stig Thormodsrud
2010-04-06more ipv6 and peer-group updatesRobert Bays
2010-04-06update for peer-group support and general cleanup. Still need at least one ↵Robert Bays
more pass before release.
2010-04-05initial update to bgp with new ipv6 and peer-group nodesRobert Bays
2010-04-04initial update to migrate bgp to transaction libraryRobert Bays
2010-03-200.18.67debian/0.18.67Stig Thormodsrud
2010-03-20Merge branch 'larkspur' of http://git.vyatta.com/vyatta-cfg-quagga into larkspurStig Thormodsrud
2010-03-20Revert "Fix warnings found by check_tmpl."Stig Thormodsrud
This reverts commit 369b7c567639d7230c945045c855c678fadfb887.
2010-03-20Fix 4161: Bad config handling of "protocols ospf passive-interface"Stig Thormodsrud
2010-03-170.18.66debian/0.18.66Bob Gilligan
2010-03-17Bugfix 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-150.18.65debian/0.18.65Stephen Hemminger
2010-03-15Fix trailing whitespace errorsStephen Hemminger
Template errors caused by trailing whitespace.
2010-03-12Fix warnings found by check_tmpl.Stig Thormodsrud
2010-03-080.18.64debian/0.18.64Stephen Hemminger
2010-03-08Merge branch 'larkspur' of suva.vyatta.com:/git/vyatta-cfg-quagga into larkspurStephen Hemminger
2010-03-08Force dependency on more recent quaggaStephen Hemminger
Post name change version
2010-03-080.18.63debian/0.18.63Stephen Hemminger
2010-03-05Get rid of vyatta-vtyshStephen Hemminger
For SELinux policy, changing vyatta-quagga to use standard path values. This means not having to change policies.
2010-03-04Allow multiple values in 'set community'Stephen Hemminger
Bug 5400 Allow for setting multiple values in quoted string for set community.
2010-02-180.18.62debian/0.18.62Stig Thormodsrud
2010-02-18BGP IPv6 peer route-map fails on boot-up.Stig Thormodsrud
2010-02-180.18.61debian/0.18.61Stig Thormodsrud
2010-02-18Fixes to support IPv6 BGP peer.Stig Thormodsrud
2010-02-170.18.60debian/0.18.60An-Cheng Huang
2010-02-170.18.59debian/0.18.59Stig Thormodsrud
2010-02-17Fix 5347: committing unsuppress-map for bgp ipv6 neigbor failedStig Thormodsrud
2010-02-17Fix 5345: committing filter-list for bgp ipv6 neigbor failedStig Thormodsrud
2010-02-170.18.58debian/0.18.58Stig Thormodsrud
2010-02-17Fix 5344: committing prefix-list6 as bgp ipv6 neighbor prefix-listStig Thormodsrud
got "prefix-list <> doesn't exist"
2010-02-120.18.57debian/0.18.57Stig Thormodsrud
2010-02-12Fix 4161: Bad config handling of "procotols ospf passive-interface".Stig Thormodsrud
2010-01-250.18.56debian/0.18.56Stephen Hemminger
2010-01-25Fix set community additiveStephen Hemminger
additive is a prefix to other values, ie. "additive internet" not a separate value. The value will need to be quoted (Bug 4376) Fixing the syntax correctly is too hard (requires new node type).
2010-01-20Fix 5235: Not possible to run OSPFv3 on multiple interfacesStig Thormodsrud
2010-01-180.18.55debian/0.18.55Stig Thormodsrud