Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
Turns our the code is sensitive to extra spaces.
|
|
|
|
|
|
ipv4-unicast" and fix the vtysh commands.
|
|
|
|
|
|
|
|
Making it an error prevents configuration from loading, which has adverse
interaction with non-permanent interfaces such as certain VPN tunnels that
may not immediately go up. A dead BGP session is lesser of two evils
compared to incomplete configuration.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
vyatta-bgp.pl: checkOverwritePeerGroupParameters()
pass in qconfig array rather than regenerate each time
|
|
|
|
|
|
|
|
bgp: allow default-originate if default ipv4 disable
|
|
Second part of the fix for this bug.
|
|
|
|
|
|
|
|
peer-group is removed
Bug 6981: BGP commit failure with shutdown and peer-group attributes
rework of the peer-groups implementation.
|
|
|
|
Bug 6517
Fix buggy comparison with regular expression by using new
is_local_address from lib/Vyatta/Misc.pm
|
|
order walks.
|
|
|
|
|
|
|
|
|
|
|
|
Bug 5809
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
keep them from being checked on every commit
|
|
Bug 5850
Move check for ebgp-multihop and ttl-security into vyatta-bgp.pl script
|
|
|
|
|