Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-05-16 | Warn user if both gateway-address and static default route are set | James Davidson | |
Fixes bug 7428. | |||
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-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 | Bug 7522 - | Robert Bays | |
bgp: allow default-originate if default ipv4 disable | |||
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-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-07 | disallow banned parameters from a peer already in a peer-group | Robert Bays | |
2011-06-06 | remove debug node | 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-01-13 | silence the perl critic | Robert Bays | |
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 | |||
2010-12-02 | fix for bug 6481. change the tree walk order. add support for predefined ↵ | Robert Bays | |
order walks. | |||
2010-11-19 | update to use getIP | Robert Bays | |
2010-11-18 | fix bug 6430 | Robert Bays | |
2010-10-11 | fix for bug 6293 | Robert Bays | |
2010-08-12 | Merge branch 'larkspur' of http://git.vyatta.com/vyatta-cfg-quagga into larkspur | Robert Bays | |
2010-08-12 | fix for bug 6041 | Robert Bays | |
2010-08-12 | Add missing step for peer group ttl-security | Stephen Hemminger | |
Bug 5809 | |||
2010-08-10 | fix for bug 6021 | Robert Bays | |
2010-08-10 | fix for bug 5939 | Robert Bays | |
2010-08-10 | rename function to be more descriptive of the actual use | Robert Bays | |
2010-08-06 | fix for bug 5973 | Robert Bays | |
2010-08-06 | fix for bug 5925 | Robert Bays | |
2010-07-23 | fix for bug 5892 | Robert Bays | |
2010-07-20 | fix for bug 5876. ttl-security check moved to templates. | Robert Bays | |
2010-07-14 | move conditional checks for ttl-security back into the node.def files to ↵ | Robert Bays | |
keep them from being checked on every commit | |||
2010-07-14 | ttl-security should not be a typed node | Stephen Hemminger | |
Bug 5850 Move check for ebgp-multihop and ttl-security into vyatta-bgp.pl script | |||
2010-07-14 | fix for bug 5801 | Robert Bays | |
2010-07-14 | fix for bug 5841 | Robert Bays | |
2010-07-12 | fix ipv6 network statements | Robert Bays | |
2010-07-12 | Merge branch 'larkspur' of http://git.vyatta.com/vyatta-cfg-quagga into larkspur | Robert Bays | |
2010-07-12 | fix for bug 5826 | Robert Bays | |
2010-07-12 | fix for bug 5828 | Robert Bays | |
2010-07-09 | Revert "Use net_set to avoid using sudo" | Stephen Hemminger | |
This reverts commit 60fb7bb1025d25606efc00b4f3f9505e17efe1e0. net_set is not tested yet. | |||
2010-07-09 | Merge branch 'larkspur' of suva.vyatta.com:/git/vyatta-cfg-quagga into larkspur | Stephen Hemminger | |
2010-07-09 | Add ttl-security option to peer-group | Stephen Hemminger | |
Add ttl-security value as peer-group option. Also validate the range of ttl-security setting. | |||
2010-07-09 | fix for bug 5767 | Robert Bays | |
2010-07-09 | more robust fix for local-as | Robert Bays | |
2010-07-09 | Temporary fix for bug 5777. This isn't the right fix since this will | Robert Bays | |
prevent bgp from ever being disabled for ipv4. However, most customers are running v4 right now anyway. This will allow testing to continue while I think about what the correct fix should be. | |||
2010-07-06 | fix for bug 5778 | Robert Bays | |
2010-07-01 | Merge branch 'larkspur' of suva.vyatta.com:/git/vyatta-cfg-quagga into larkspur | Stephen Hemminger | |
2010-06-23 | remove leftover script as discussed | An-Cheng Huang | |
2010-06-21 | fix for bug 5713 | Robert Bays | |
2010-06-08 | fix for bug 874: allow setting administrative distance | Robert Bays | |
2010-06-07 | fix aggregate-address command | Robert Bays | |
2010-06-04 | fix stupid var def mistake | Robert Bays | |
2010-06-04 | clean up potential unitialized var reference | Robert Bays | |