summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-11-07Fixes T963: no authorization logshagbard
2018-10-28Merge branch 'current' into cruxDaniil Baturin
Conflicts: debian/changelog
2018-10-09Merge pull request #19 from hagbard-01/currenthagbard-01
T870: Commit-confirm restarts the server even after commit
2018-10-09T870: Commit-confirm restarts the server even after commithagbard
- bugfix: show reboot shows now systemd scheduled and commit-confirm scheduled reboots.
2018-09-28New branch.Daniil Baturin
2018-09-14use double square bracketsUnicronNL
2018-09-14T846 RADIUS user you no longer have access to the “?” when entering ↵UnicronNL
commands.
2018-09-01T821: do not allow using the commands pipe if session has uncommited changes.Daniil Baturin
2018-08-26T441: remove vyatta-quagga from dependencies.Daniil Baturin
2018-08-23T441: add FRR as an alternative dependency to quagga.Daniil Baturin
2018-08-21Merge pull request #16 from alkersan/clear_termDaniil Baturin
T689: Remove clear console and reset terminal ops after xml rewrite
2018-08-21Merge pull request #17 from alkersan/force_arpDaniil Baturin
T689: Remove force arp ops after xml rewrite
2018-08-21T689: Remove force arp ops after xml rewriteDmytro Aleksandrov
2018-08-21T689: Remove clear console and reset terminal ops after xml rewriteDmytro Aleksandrov
2018-08-18Merge pull request #15 from alkersan/ddns_updateChristian Poessinger
T784: removed conflicting leftovers of the "update dns dynamic" operation
2018-08-18T784: removed conflicting leftovers of the "update dns dynamic" operationDmytro Aleksandrov
2018-08-17Merge pull request #14 from alkersan/ntp_showChristian Poessinger
T689: Removed show ntp op mode definition in virtue of xml rewrite
2018-08-16T689: Removed ntp and date op mode definition in virtue of xml rewriteDmytro Aleksandrov
2018-08-06T768: correct the path to ss in "run show connections" scripts.Daniil Baturin
2018-07-29T758: fixup - delete additional conflicting filesChristian Poessinger
Fix error when building ISO: dpkg: error processing archive /var/cache/apt/archives/vyos-1x_1.2.0-1_all.deb (--unpack): trying to overwrite '/opt/vyatta/share/vyatta-op/templates/show/dns/dynamic/node.def', which is also in package vyatta-op 0.14.0+vyos2+current6
2018-07-29T758: add 'show dns dynamic status' op mode commandChristian Poessinger
2018-07-28Update the README.Daniil Baturin
2018-07-28T666, T616: remove the "reset vrrp master" command.Daniil Baturin
2018-07-21T689: remove commands reimplemented in PR#17.Daniil Baturin
2018-07-21Merge branch 'current' of github.com:vyos/vyatta-op into currentDaniil Baturin
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-13Merge branch 'current' of github.com:vyos/vyatta-op into currentDaniil Baturin
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".