summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2011-12-19Bug 7665: BGP ridiculous load timeRobert Bays
vyatta-bgp.pl: checkOverwritePeerGroupParameters() pass in qconfig array rather than regenerate each time
2011-12-020.18.144debian/0.18.144John Southworth
2011-12-02Add vrrp interface parameterJohn Southworth
2011-11-030.18.143debian/0.18.143Stephen Hemminger
2011-11-03Add dependency on version of vyatta-cfg-systemStephen Hemminger
Need version with pseudo-ethernet vif support
2011-11-03Add support for vif on pseudo-ethernetStephen Hemminger
2011-09-290.18.142debian/0.18.142Robert Bays
2011-09-29bgp: Bug 7205 - peer-group maximum-prefix incorrectly takes precedenceRobert Bays
2011-09-29bgp: Bug 6033 - There is no auto completion for "bgp <> neighbor <> peer-group"Robert Bays
2011-09-29bgpd: Bug 7530 - Peer-group commit fails with error when no remote-as is definedRobert Bays
2011-09-270.18.141debian/0.18.141Robert Bays
2011-09-27Bug 7522 -Robert Bays
bgp: allow default-originate if default ipv4 disable
2011-09-110.18.140debian/0.18.140Robert Bays
2011-09-11Bug 6030: bgp redistribution doesn't work well when it's set for ipv4 and ipv6Robert Bays
Second part of the fix for this bug.
2011-08-110.18.139debian/0.18.139Bob Gilligan
2011-08-11Bugfix 7077: Add support for IPv6 nexthops in route mapsBob Gilligan
From patch written by: daniil.baturin@vyatta.com (cherry picked from commit 9e58fc07244553bd711c2d7a9b9b5c64ffeb550d)
2011-07-070.18.138debian/0.18.138Deepti Kulkarni
2011-07-07new branchDeepti Kulkarni
2011-06-170.18.137debian/0.18.137John Southworth
2011-06-17Missed two nodes in the last commitJohn Southworth
2011-06-170.18.136debian/0.18.136John Southworth
2011-06-17Bugfix 6816: Make previous bugfix more maintainable by moving check to a ↵John Southworth
script instead of defining it in multiple node.defs
2011-06-170.18.135debian/0.18.135John Southworth
2011-06-17Bugfix 6816: Verify that at least one next-hop exists if the parent node for ↵John Southworth
the route still exists
2011-06-070.18.134debian/0.18.134Robert Bays
2011-06-07remove peer-group checks from node.defs. this functionality has been moved ↵Robert Bays
into vyatta-bgp.pl.
2011-06-07disallow banned parameters from a peer already in a peer-groupRobert Bays
2011-06-060.18.133debian/0.18.133Robert Bays
2011-06-06remove debug nodeRobert Bays
2011-06-060.18.132debian/0.18.132Robert Bays
2011-06-06Bug 7121 - IPv6 peer-groups not workingRobert Bays
2011-06-060.18.131debian/0.18.131Robert Bays
2011-06-06remove debug statement from bgp script.Robert Bays
2011-06-06Bug 6841: a neighbor becomes inactivated in the routing engine after its ↵Robert Bays
peer-group is removed Bug 6981: BGP commit failure with shutdown and peer-group attributes rework of the peer-groups implementation.
2011-05-250.18.128debian/0.18.128An-Cheng Huang
2011-05-25alternative fix for bug 6069An-Cheng Huang
2011-05-100.18.127debian/0.18.127An-Cheng Huang
2011-05-04changes for new commitnapa-devAn-Cheng Huang
2011-04-250.18.126debian/0.18.126Stephen Hemminger
2011-03-08Fix perl critic warningsStephen Hemminger
Vyatta/Quagga/Config.pm "return" statement with explicit "undef" at line 359, column 12. See page 199 of PBP. (Severity: 5) "return" statement with explicit "undef" at line 364, column 10. See page 199 of PBP. (Severity: 5)
2011-02-020.18.125debian/0.18.125Mohit Mehta
2011-02-02Parital fix for bug 6759 serial packages are incorrectly included in virt ISOMohit Mehta
* make vyatta-cfg-quagga-serial depend on vyatta-serial
2011-01-13silence the perl criticRobert Bays
2011-01-04Fixed a typo in prefix-list6 completionDaniil Baturin
2010-12-280.18.124debian/0.18.124An-Cheng Huang
2010-12-28new branchAn-Cheng Huang
2010-12-210.18.123debian/0.18.123Stephen Hemminger
2010-12-06Fix help textStephen Hemminger
Bug 6111 Help text should not start with Set
2010-12-060.18.122debian/0.18.122Stephen Hemminger
2010-12-06Fix check for local IP addressStephen Hemminger
Bug 6517 Fix buggy comparison with regular expression by using new is_local_address from lib/Vyatta/Misc.pm