Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-12-19 | Bug 7665: BGP ridiculous load time | Robert Bays | |
vyatta-bgp.pl: checkOverwritePeerGroupParameters() pass in qconfig array rather than regenerate each time | |||
2011-12-02 | 0.18.144debian/0.18.144 | John Southworth | |
2011-12-02 | Add vrrp interface parameter | John Southworth | |
2011-11-03 | 0.18.143debian/0.18.143 | Stephen Hemminger | |
2011-11-03 | Add dependency on version of vyatta-cfg-system | Stephen Hemminger | |
Need version with pseudo-ethernet vif support | |||
2011-11-03 | Add support for vif on pseudo-ethernet | Stephen Hemminger | |
2011-09-29 | 0.18.142debian/0.18.142 | Robert Bays | |
2011-09-29 | bgp: Bug 7205 - peer-group maximum-prefix incorrectly takes precedence | Robert Bays | |
2011-09-29 | bgp: Bug 6033 - There is no auto completion for "bgp <> neighbor <> peer-group" | Robert Bays | |
2011-09-29 | bgpd: Bug 7530 - Peer-group commit fails with error when no remote-as is defined | Robert Bays | |
2011-09-27 | 0.18.141debian/0.18.141 | Robert Bays | |
2011-09-27 | Bug 7522 - | Robert Bays | |
bgp: allow default-originate if default ipv4 disable | |||
2011-09-11 | 0.18.140debian/0.18.140 | Robert Bays | |
2011-09-11 | Bug 6030: bgp redistribution doesn't work well when it's set for ipv4 and ipv6 | Robert Bays | |
Second part of the fix for this bug. | |||
2011-08-11 | 0.18.139debian/0.18.139 | Bob Gilligan | |
2011-08-11 | Bugfix 7077: Add support for IPv6 nexthops in route maps | Bob Gilligan | |
From patch written by: daniil.baturin@vyatta.com (cherry picked from commit 9e58fc07244553bd711c2d7a9b9b5c64ffeb550d) | |||
2011-07-07 | 0.18.138debian/0.18.138 | Deepti Kulkarni | |
2011-07-07 | new branch | Deepti Kulkarni | |
2011-06-17 | 0.18.137debian/0.18.137 | John Southworth | |
2011-06-17 | Missed two nodes in the last commit | John Southworth | |
2011-06-17 | 0.18.136debian/0.18.136 | John Southworth | |
2011-06-17 | Bugfix 6816: Make previous bugfix more maintainable by moving check to a ↵ | John Southworth | |
script instead of defining it in multiple node.defs | |||
2011-06-17 | 0.18.135debian/0.18.135 | John Southworth | |
2011-06-17 | Bugfix 6816: Verify that at least one next-hop exists if the parent node for ↵ | John Southworth | |
the route still exists | |||
2011-06-07 | 0.18.134debian/0.18.134 | Robert Bays | |
2011-06-07 | remove peer-group checks from node.defs. this functionality has been moved ↵ | Robert Bays | |
into vyatta-bgp.pl. | |||
2011-06-07 | disallow banned parameters from a peer already in a peer-group | Robert Bays | |
2011-06-06 | 0.18.133debian/0.18.133 | Robert Bays | |
2011-06-06 | remove debug node | Robert Bays | |
2011-06-06 | 0.18.132debian/0.18.132 | Robert Bays | |
2011-06-06 | Bug 7121 - IPv6 peer-groups not working | Robert Bays | |
2011-06-06 | 0.18.131debian/0.18.131 | Robert Bays | |
2011-06-06 | remove debug statement from bgp script. | Robert Bays | |
2011-06-06 | Bug 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-25 | 0.18.128debian/0.18.128 | An-Cheng Huang | |
2011-05-25 | alternative fix for bug 6069 | An-Cheng Huang | |
2011-05-10 | 0.18.127debian/0.18.127 | An-Cheng Huang | |
2011-05-04 | changes for new commitnapa-dev | An-Cheng Huang | |
2011-04-25 | 0.18.126debian/0.18.126 | Stephen Hemminger | |
2011-03-08 | Fix perl critic warnings | Stephen 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-02 | 0.18.125debian/0.18.125 | Mohit Mehta | |
2011-02-02 | Parital fix for bug 6759 serial packages are incorrectly included in virt ISO | Mohit Mehta | |
* make vyatta-cfg-quagga-serial depend on vyatta-serial | |||
2011-01-13 | silence the perl critic | Robert Bays | |
2011-01-04 | Fixed a typo in prefix-list6 completion | Daniil Baturin | |
2010-12-28 | 0.18.124debian/0.18.124 | An-Cheng Huang | |
2010-12-28 | new branch | An-Cheng Huang | |
2010-12-21 | 0.18.123debian/0.18.123 | Stephen Hemminger | |
2010-12-06 | Fix help text | Stephen Hemminger | |
Bug 6111 Help text should not start with Set | |||
2010-12-06 | 0.18.122debian/0.18.122 | Stephen Hemminger | |
2010-12-06 | Fix check for local IP address | Stephen Hemminger | |
Bug 6517 Fix buggy comparison with regular expression by using new is_local_address from lib/Vyatta/Misc.pm |