Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
rather than a node with a default value created by a
user. partial fix for bug 1219. Allows system to differentiate between active def nodes versus user created nodes with def
values.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
- help strings standardized in vyatta-cfg
|
|
|
|
|
|
This reverts commit f352a460fdf15ac927d1deb4672c42b334eb8e67.
|
|
|
|
- help strings standardized in vyatta-cfg
|
|
|
|
|
|
|
|
|
|
|
|
More robust fix for Bug 2802. Handle case of multiple addresses
and lines in the linkstatus file. Add locking to try and prevent
multiple update.
|
|
|
|
|
|
|
|
|
|
Kludge to work around address watchlink interaction: remove status file.
This should fix bug 2802.
There may still be problems when multiple addresses are assigned to
an interface. The correct fix is to just get rid of the watchlink
process and do the management in kernel or zebra.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Quagga link-detect may have already removed address from interface.
Check for missing address, and if not present just tell vtysh.
This fixes bug 2802
|
|
|