Age | Commit message (Collapse) | Author |
|
Conflicts:
Makefile.am
debian/changelog
templates/restart/dns/forwarding/node.def
templates/show/version/added/node.def
templates/show/version/all/node.def
templates/show/version/deleted/node.def
templates/show/version/downgraded/node.def
templates/show/version/node.def
templates/show/version/upgraded/node.def
|
|
|
|
|
|
the new implementation.
|
|
Turns out they were there, just overwriten by the gen-monitor-*
so no one noticed.
|
|
|
|
|
|
|
|
* remove-install-system-cmd:
Remove "install system" command
|
|
Using "show tech-support" cmd will produce the tech-support output
without any private information.
Using "show tech-support private" cmd will produce the tech-support
output with private information included.
Note:
=====
The Perl script (vyos-strip-config.pl) used to remove any sensible information
will in addition remove version numbers if they match the regexp below:
# Strip IPv4 addresses
$input =~ s/\d+\.\d+\.(\d+)\.(\d+)/xxx.xxx.$1.$2/g if $stripIP;
Example:
========
i apt xxx.xxx.9.8.4 amd64 commandline package manager
ii apt-transport-https xxx.xxx.9.8.4 amd64 https download transport for APT
i apt 1.0.9.8.4 amd64 commandline package manager
ii apt-transport-https 1.0.9.8.4 amd64 https download transport for APT
This behavior is present in the current implementation and should be
addressed during the move to the new Python scripts.
|
|
Related to "T157: Remove "install system" command".
|
|
entries
|
|
entries
|
|
When typing "show system" and pressing tab the autosuggestion still said the installation was based on a vyatta image.
|
|
|
|
(just for VyOS for now, raw openvpn config support will come later).
|
|
|
|
|
|
related to set firewall name <text> enable-default-log
|
|
|
|
|
|
|
|
|
|
after version information.
|
|
|
|
after version information.
|
|
|
|
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. ;)
|
|
|
|
|
|
|
|
|