Age | Commit message (Collapse) | Author |
|
Add a CLI op mode command to allow restarting of the NTP service
without having to update the configuration.
Bug #514 http://bugzilla.vyos.net/show_bug.cgi?id=514
|
|
Add a CLI op mode command to allow restarting of the Telnet service
without having to update the configuration.
Bug #514 http://bugzilla.vyos.net/show_bug.cgi?id=514
|
|
Add a check to the recent service restart CLI command additions to
ensure they are currently configured before allowing a restart.
Bug #514 http://bugzilla.vyos.net/show_bug.cgi?id=514
|
|
Add a CLI op mode command to allow restarting of the SNMP service
without having to update the configuration.
Bug #514 http://bugzilla.vyos.net/show_bug.cgi?id=514
|
|
Add a CLI op mode command to allow restarting of the SSH service
without having to update the configuration.
Bug #514 http://bugzilla.vyos.net/show_bug.cgi?id=514
|
|
Update the op mode command 'restart dns forwarding' to use the expanded
vyatta-dns-forwarding.pl code.
Bug #619 http://bugzilla.vyos.net/show_bug.cgi?id=619
|
|
|
|
Rename 'show shutdown' to 'show poweroff' so it is the same as the
configuration options, and set the command to use the script to show
the scheduled poweroff time.
Bug #461 http://bugzilla.vyos.net/show_bug.cgi?id=461
|
|
Update the system poweroff command to use the vyatta-poweroff.pl script
rather than simply uisng the shutdown command. This allows other
actions to be taken on shutdown, including correctly disconnecting SSH
clients rather than having them resorting to timing out (Bug #298)
Bug #460 http://bugzilla.vyos.net/show_bug.cgi?id=460
|
|
Remove unused configuration nodes from the reboot templates under both
the 'at' and 'cancel' nodes.
Bug #459 http://bugzilla.vyos.net/show_bug.cgi?id=459
|
|
|
|
Add the -d option to /bin/domainname so it actually returns the
domain name configured on the system instead of (none)
Bug #438 http://bugzilla.vyos.net/show_bug.cgi?id=438
|
|
When either the reboot or poweroff commands are issued from the CLI,
any ssh clients currently connected to the system aren't disconnected
correctly, having to rely on a timeout to terminate them. The sendsigs
process doesn't fully close sshd before the network is taken down, with
the result that the client don't receive the disconnect signal.
Bug #298 http://bugzilla.vyos.net/show_bug.cgi?id=298
|
|
This reverts commit 75ae9d501bfdd4b264cfb0a8f1e04ae3c6a86cf7.
This change is no longer needed as inotify is now working in the
current VyOS kernel, following the commits for bug #425, so removing
this temporary workaround.
|
|
OverlayFS doesn't work well with inotify.
|
|
Add vxlan support
|
|
|
|
|
|
for planning system maintenance rituals. ;)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Additionally notify when monitoring firewall/NAT instances that only
rules with logging enabled are monitored.
|
|
|
|
|
|
|
|
|
|
Rename "show system usb" to "show hardware usb", add
"show hardware usb detailes" for "lsusb -v"
|
|
|
|
|
|
For the nodes that the generation scripts generate, delete the checked
in node files.
|
|
SNMP-100 Implement high-level vyatta CLI
SNMP-135 change 'show snmp', add 'show snmp v3 certificates'
SNMP-142 'sh snmp v3 cert' error/warning messages
SNMP-143 show CLI implementation
SNMP-152 Hide 'No such file or directory' error message
SNMP-143 show CLI implementation
SNMP-154 user friendly error message on 'show snmp'
SNMP-157 Run Perltidy for all Perl scripts
SNMP-158 change output of 'sh snmp v3 trap-target'
|
|
Bug 8427
Initial processing of /etc/dmesg by savelog creates a file with only
one line:
(Nothing has been logged yet.)
Detect such files and skip them when listing all boot message files.
|
|
|
|
Fixes bug 3921
|
|
|
|
|
|
Fixes bug 3921
|
|
Add support for interface vti for operational commands clear and monitor.
|
|
Fixes BZ8001.
|
|
Fixes BZ8001.
|
|
|
|
|
|
1. Move show and clear vrrp scripts from vyatta-cfg-system. These
belong in vyatta-op.
2. Create templates for new vrrp commands
3. Make show commands go through a perl module so they can be
referenced from the webgui.
|