summaryrefslogtreecommitdiff
path: root/scripts
AgeCommit message (Collapse)Author
2020-06-06op-mode: ethernet: T2546: migrate identify subcommand to vyos-1xChristian Poessinger
2020-05-23ping: T2457: migrate script to vyos-1xChristian Poessinger
2020-05-01ping: T2412: use sudo for option floodThomas Mangin
2020-04-29op-mode: dhcp: T2399: fix display of all leasesChristian Poessinger
2020-04-29op-mode: dhcp: T2399: fix display of specific client leaseChristian Poessinger
2020-03-08ping: T2109: fix/add name resolutionThomas Mangin
2020-03-07Merge branch 'current' into currentThomas Mangin
2020-03-07ping: T31: using vrf requires sudoThomas Mangin
2020-03-07ping: T31: fix and improve autocompleteThomas Mangin
2020-03-07ping: T31: its now VyOS copyrightChristian Poessinger
2020-03-07ping: T31: rewrite in python, add vrf supportThomas Mangin
2019-12-09T1855: use the new script for "show reboot/poweroff".Daniil Baturin
2019-10-23T1431: add an unattended image deletion option.Daniil Baturin
2019-10-16T1401 fixing copy command, protocol FTP. Using hexdecimal for # and @ chars ↵DmitriyEshenko
in password.
2019-09-01Merge pull request #27 from alkersan/T1621_misc_rewritesChristian Poessinger
T1621 remove misc ops after python/xml rewrite
2019-08-31[ping] T1450 Recovering ping for ipv6Eshenko Dmitriy
After adding sudo, always runs `ping` instead using `ping6` for ipv6
2019-08-30T1621 remove misc ops after python/xml rewriteDmytro Aleksandrov
2019-08-23T1607 remove 'reset conntrack', 'reset & show ip[v6]' ops after xml rewriteDmytro Aleksandrov
2019-08-19T1596 Remove telnet and traceroute operations after xml-style rewriteDmytro Aleksandrov
2019-08-16T1590 remove 'show system' operations after xml-style rewriteDmytro Aleksandrov
2019-08-08[strip-config] T1568 improved regex for ipv6,mac and full-nameDmitriyEshenko
2019-07-23[ping command] T1450 - ping * flood is not workinghagbard
2019-07-05T1499: Allow for usage of systemd interface mappingsRunar Borge
2019-06-24strip-config: T1484: remove OSPF md5 keyChristian Poessinger
2018-11-11T999: "strip-private" does not strip pre-shared-secretChristian Poessinger
Private information as the IPSec pre shared key was not removed on: vyos@vyos# show vpn ipsec | strip-private
2018-10-09T870: Commit-confirm restarts the server even after commithagbard
- bugfix: show reboot shows now systemd scheduled and commit-confirm scheduled reboots.
2018-07-29T758: add 'show dns dynamic status' op mode commandChristian Poessinger
2018-06-14T683: remove old Perl scripts for 'show snmp'Christian Poessinger
2018-06-13T689: remove files no longer needed after merging PR#14 into vyos-1x.Daniil Baturin
2018-06-10T588: remove the old DNS forwarding op mode script.Daniil Baturin
2018-05-15T637: remove the old 'monitor interfaces ... traffic' implementation.Daniil Baturin
2018-05-14Remove the show version command from this package: moving to vyos-1x.Daniil Baturin
2018-05-03T618: supress stderr of hvinfo in the show version script.Daniil Baturin
Also convert the script to python3.
2018-01-21T523: Use new location for dnsmasq config filesChristian Poessinger
2017-03-05Fix the 'ssh-server-key' script to use the 'yesno' script as per dmbaturin's ↵Chris Freas
request.
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-09-26Support serial console on any ttyS#. Well, any of the first 10.Geoff Adams
2016-09-20Correctly identify ttyS1 as a serial console, as well (issue T146).Geoff Adams
2016-09-15fix error message "NameError: name 'CalledProcessError' is not defined"Kim Hagen
when doing a 'show version' on a non virtual machine
2016-04-16stop smartmatch warningsKim
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-08Update location of LIVE_CD.Kim Hagen
2016-02-08Update paths in del_non_image_files function.Kim Hagen
2016-02-08Fix "show system image version" command.Kim Hagen
2015-12-19Easter egg: 'show version funny' command that displays limericksDaniil Baturin
after version information.
2015-11-02vyatta-op: skip unknown interfaces in "show interfaces counters/detail"Alex Harpin
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