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
|
|
Bug #619 - Implemented a DNS forwarder restart command - "restart dns forwarding"
|
|
|
|
|
|
Skip unknown interface types when running "show interfaces counters" or
"show interfaces detail" from the CLI.
Bug #610 http://bugzilla.vyos.net/show_bug.cgi?id=610
|
|
Update scripts/vyatta-show-interfaces.pl to maintain style consistency
|
|
|
|
|
|
Extend the strip-private command pipe so that it removes the public key
user login information.
Bug #567 http://bugzilla.vyos.net/show_bug.cgi?id=567
|
|
The strip-private pipe command removes the user node entry rather than
the actual username.
Bug #567 http://bugzilla.vyos.net/show_bug.cgi?id=567
|
|
|
|
Specifically, remove reference to Vyatta and packages
that never existed in VyOS (vyatta-unicast and vyatta-serial).
|
|
|
|
|
|
|
|
|
|
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
|
|
Final fix to ensure that any SSH clients are sent the disconnect signal
on a scheduled reboot as well as a 'reboot now'.
Bug #298 http://bugzilla.vyos.net/show_bug.cgi?id=298
|
|
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.
|
|
|
|
|
|
|
|
|
|
|
|
vyatta-op: fix for the config file copy via scp failure
|
|
Copying the config file (or any other for that matter via the CLI copy
command) to another host via scp fails due to the failure to create the
known_hosts file.
Bug #340 http://bugzilla.vyos.net/show_bug.cgi?id=340
|
|
Update scripts/vyatta-image-tools.pl to have consistent identation
levels and style throughout.
|
|
|
|
OverlayFS doesn't work well with inotify.
|
|
|
|
Add vxlan support
|
|
|
|
|
|
|