summaryrefslogtreecommitdiff
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-14T697: dependency clean up. Moving pciutils, usbutils, lsscsi, bmon, hvinfo ↵Daniil Baturin
to vyos-1x Moving iftop and lsof to the utils package list in vyos-build
2018-06-14T683: remove old Perl scripts for 'show snmp'Christian Poessinger
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-10Related to T689: update the show tech-support scripts.Daniil Baturin
Remove references to Vyatta. Remove all references to serial WAN interfaces: not supported since forever. Remove references to IPS, also not supported since forever. Update configuration path for NAT. Do not try to check if VRRP is configured since it can be inside VIFs, the old check was incomplete.
2018-06-10T588: remove the old DNS forwarding op mode script.Daniil Baturin
2018-06-05T684: make the 'run show configuration commands' and the |commands pipe use ↵Daniil Baturin
the new implementation.
2018-05-16T644: point vyos_* dirs to the /usr/ hierarchy intead of /opt/vyattaDaniil Baturin
2018-05-15T637: Remove references to autogenerated monitor interfaces commands from ↵Daniil Baturin
the makefile.
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-15T637: remove the old 'monitor interfaces ... traffic' implementation.Daniil Baturin
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-05-03T618: supress stderr of hvinfo in the show version script.Daniil Baturin
Also convert the script to python3.
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
2018-01-21T523: Use new location for dnsmasq config filesChristian Poessinger
2017-11-23Merge pull request #13 from c-po/currentKim
fix changelog date format
2017-11-23fix changelog date formatCarl Byington
2017-10-30Merge pull request #12 from c-po/t328-show-tech-supportKim
T328 show tech support
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-29Added generated-templates folder to .gitignoreChristian Poessinger
2017-10-29Remove "install system" commandChristian Poessinger
Related to "T157: Remove "install system" command".
2017-09-15T394: copy vyatta_* environment variables to vyos_* equivalents.Daniil Baturin
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-04-27correctly include ssh-server-key in packageKim
2017-04-27include ssh-server-key in packageKim
2017-04-27Merge pull request #9 from ThoreKr/patch-1Kim
Exchange vyatta with vyos
2017-03-25remove console-setup dependencyKim
non of its binaries are used and it installs non needed xkb-data package
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-15Merge pull request #8 from nwautomator/T283Daniil Baturin
T283: add CLI command to regenerate SSH server host keys
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-12-12Merge pull request #7 from EwaldvanGeffen/currentDaniil Baturin
T207: modified brctl location
2016-12-11Merge branch 'current' into ewaldEwald van Geffen
2016-12-11Merge pull request #1 from vyos/currentEwald van Geffen
Update
2016-12-11T207: modified brctl locationEwald van Geffen
2016-10-22Merge pull request #5 from EwaldvanGeffen/patch-1Daniil Baturin
T58 "monitor firewall name <name>" does not monitor any firewall-log-entry
2016-10-22Merge pull request #6 from gsadams/currentDaniil Baturin
Correctly identify ttyS1 as a serial console, as well (issue T146).
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-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-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