Age | Commit message (Collapse) | Author |
|
export"
|
|
"always" to the
routing engine
|
|
|
|
|
|
|
|
add comp_help strings to BGP
remove enforce-capability parameter since in quagga it's an alias
remove interface parameter since it's ipv6 related
remove password parameter as the md5 code isn't in the current release
fixed a couple of parameter relationship bugs
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
- BGP - peer-port range changed to <1-65535>, also indicated in the help
|
|
|
|
|
|
|
|
|
|
|
|
|
|
engine, "neighbor A.B.C.D update-source W.X.Y.Z" always works, and there is no ip address saved under interface hence "neighbor A.B.C.D update-source INTERFACE_NAME" doesn't work.
2. Removed the last $VAR(@) from the "delete:" part, since the routing engine treats "no neighbor A.B.C.D update-source W.X.Y.Z" as "Unknown command", but "no neighbor A.B.C.D update-source" does work and accomplishes the deletion correctly.
|
|
|
|
|
|
|
|
- Change type from text to ipv4
|
|
Add "ip" commands to serial, multilink and pppoe config trees.
|
|
"commit failed"
|
|
routing engine
- work around cli bug 2525 by calling perl script to check node existance
|
|
and redefined nodes. a bit of a
pain.
|
|
|
|
"split-horizon poison-reverse" is
configured.
- One little space breaks it. :-(
|
|
|
|
|
|
|
|
|
|
Need to figure out a better way of doing this...
|
|
|
|
|
|
|
|
- Add syntax checks to verify length of passwords.
|
|
|
|
|
|
|
|
|