summaryrefslogtreecommitdiff
path: root/templates
AgeCommit message (Collapse)Author
2018-06-24Merge branch 'current' into lithiumlithiumDaniil Baturin
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
2018-06-14T683: Rewrite SNMP op mode commands in new stlye XML/PythonChristian Poessinger
2018-06-13T689: remove files no longer needed after merging PR#14 into vyos-1x.Daniil Baturin
2018-06-05T684: make the 'run show configuration commands' and the |commands pipe use ↵Daniil Baturin
the new implementation.
2018-05-15T638: remove the old handwritten templates for bmon commands.Daniil Baturin
Turns out they were there, just overwriten by the gen-monitor-* so no one noticed.
2018-05-14T564: remove DNS forwarding commands that are moving to vyos-1x.Daniil Baturin
2018-05-14Remove the show version command from this package: moving to vyos-1x.Daniil Baturin
2018-04-15T588: Remove DNS forwarder restart command in favor if XML interface definitionChristian Poessinger
2018-03-10Merge branch 'remove-install-system-cmd' into currentChristian Poessinger
* remove-install-system-cmd: Remove "install system" command
2017-10-29Change 'show tech-support' behavior to always strip-privateChristian Poessinger
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.
2017-10-29Remove "install system" commandChristian Poessinger
Related to "T157: Remove "install system" command".
2017-07-25The command "show log firewall name <name>" does not show the expected log ↵Kim Hagen
entries
2017-07-25The command "show log firewall name <name>" does not show the expected log ↵Kim Hagen
entries
2017-03-19Exchange vyatta with vyosThore
When typing "show system" and pressing tab the autosuggestion still said the installation was based on a vyatta image.
2017-03-03T283: add CLI command to regenerate SSH server host keysChris Freas
2017-02-17T272: Add scripts and templates for generating remote side OpenVPN configsDaniil Baturin
(just for VyOS for now, raw openvpn config support will come later).
2016-12-21T156: return "Unknown" for /sys/class/dmi/* files that don't exist.Daniil Baturin
2016-12-11T207: modified brctl locationEwald van Geffen
2016-06-26T58 "monitor firewall name <name>" does not monitor any firewall-log-entryEwald van Geffen
related to set firewall name <text> enable-default-log
2016-03-03New implementation of the version display command (ref T6).Daniil Baturin
2016-02-09Use dhcp instead of dhcp3.Kim Hagen
2016-02-08Update debian live mountpoint directories.Kim Hagen
2016-02-03Correct the path to poff for jessie.Thomas Jepp
2015-12-19Easter egg: 'show version funny' command that displays limericksDaniil Baturin
after version information.
2015-12-19Remove referenced to Vyatta from 'show version' completion help.Daniil Baturin
2015-12-19Easter egg: 'show version funny' command that displays limericksDaniil Baturin
after version information.
2015-12-19Remove referenced to Vyatta from 'show version' completion help.Daniil Baturin
2015-11-21vyatta-op: add restart cli command for ntpAlex Harpin
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
2015-11-21vyatta-op: add restart cli command for telnetAlex Harpin
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
2015-11-21vyatta-op: add "check if service is configured" to restart commandsAlex Harpin
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
2015-11-21vyatta-op: add restart cli command for snmpAlex Harpin
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
2015-11-21vyatta-op: add restart cli command for sshAlex Harpin
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
2015-11-19vyatta-op: set 'restart dns forwarding' to use vyatta-dns-forwarding.plAlex Harpin
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
2015-11-19Implemented a DNS forwarder restart command - "restart dns forwarding"Thomas Jepp
2015-01-24vyatta-op: replace 'show shutdown' with 'show poweroff' and use scriptAlex Harpin
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
2015-01-24vyatta-op: update the system poweroff cli command to be script basedAlex Harpin
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
2015-01-24vyatta-op: remove unused reboot configuration nodesAlex Harpin
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
2015-01-20Bug #456: add simple CLI for iperf.Daniil Baturin
2015-01-14vyatta-op: fix for show host domain replies (none)Alex Harpin
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
2015-01-01vyatta-op: on shutdown/reboot the client ssh session doesn't disconnectAlex Harpin
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
2014-12-31Revert "Add an option to disable inotify to fail -f commands."Alex Harpin
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.
2014-10-08Add an option to disable inotify to fail -f commands.Daniil Baturin
OverlayFS doesn't work well with inotify.
2014-09-20Merge pull request #2 from upa/helium-vxlan-cliDaniil Baturin
Add vxlan support
2014-09-02Bug 300: disallow entering conf mode as root.Daniil Baturin
2014-08-24Add vxlan supportupa
2014-07-07Add Maya calendar support to date commandsDaniil Baturin
for planning system maintenance rituals. ;)
2014-07-03Add more interface types to "show arp" completion.Daniil Baturin
2014-07-02Bug #39: Add op mode commands for sending gratuitous ARP requests/replies.Daniil Baturin
2014-05-09Bug #71: "show system memory cache" gives "permission denied" messageKim Hagen
2014-04-06Bug #170: add "clear interface" commands for L2TPv3 interfaces.Daniil Baturin