summaryrefslogtreecommitdiff
path: root/templates
AgeCommit message (Collapse)Author
2014-04-06Bug #159: add op mode support for dummy interfaces.Daniil Baturin
2014-04-06Replace Vyatta with VyOS in "show license" command help.Daniil Baturin
2014-03-18Add support for l2tpv3higebu
2014-03-04Bug #148: 'ping' does ipv6 too, but help only mentions IPv4Daniil Baturin
2013-12-22Rename s/detailed/detail/ for consistenct with the rest of the system.Daniil Baturin
2013-12-21Bug #95: Issue warnings on attempts to monitor rules with disabled logging.Daniil Baturin
Additionally notify when monitoring firewall/NAT instances that only rules with logging enabled are monitored.
2013-12-02Bug #24: add a command to display recently logged in users.Daniil Baturin
2013-12-02Bug #3: Display RAM usage overview in simple total/free/used format.Daniil Baturin
2013-11-07Fix typo in "show hardware scsi detailed" command.Daniil Baturin
2013-11-07Add command to view SCSI devices (show hardware scsi [detailed).Daniil Baturin
2013-11-07Make USB vieweing command more consistent with other hardware commands.Daniil Baturin
Rename "show system usb" to "show hardware usb", add "show hardware usb detailes" for "lsusb -v"
2013-11-02Remove "format system-floppy" command.Daniil Baturin
2013-06-178970: Fix for show monitorSaurabh Mohan
2013-04-26Use node generation scripts in buildJames Davidson
For the nodes that the generation scripts generate, delete the checked in node files.
2013-03-06Sync up SNMPv3 supportJames Davidson
SNMP-100 Implement high-level vyatta CLI SNMP-135 change 'show snmp', add 'show snmp v3 certificates' SNMP-142 'sh snmp v3 cert' error/warning messages SNMP-143 show CLI implementation SNMP-152 Hide 'No such file or directory' error message SNMP-143 show CLI implementation SNMP-154 user friendly error message on 'show snmp' SNMP-157 Run Perltidy for all Perl scripts SNMP-158 change output of 'sh snmp v3 trap-target'
2013-02-26Skip dmesg files starting with "Nothing has been logged yet"James Davidson
Bug 8427 Initial processing of /etc/dmesg by savelog creates a file with only one line: (Nothing has been logged yet.) Detect such files and skip them when listing all boot message files.
2012-10-08Bugfix 8421: fix show interfaces vrrp detail node to use new syntaxJohn Southworth
2012-10-02Fix use of LESSCLOSEJames Davidson
Fixes bug 3921
2012-09-17Bugfix 8300: show proper output for 'show interfaces vrrp'; also fixes bug 8317John Southworth
2012-09-12Bugfix 8310: remove 'show log content-inspection'John Southworth
2012-09-05Fix use of lesspipeJames Davidson
Fixes bug 3921
2012-08-09Bugfix 8217: VTI: add clear and monitor interfaces commands.Saurabh Mohan
Add support for interface vti for operational commands clear and monitor.
2012-08-01Fix NAT regex to also find MASQ logs.James Davidson
Fixes BZ8001.
2012-07-06Fix NAT regex and correct log file sort order.James Davidson
Fixes BZ8001.
2012-05-16VTI show support.Saurabh Mohan
2012-05-15Move VRRP to its own packageJohn Southworth
2012-05-15Add Vyatta wrappers for new keepalived outputJohn Southworth
1. Move show and clear vrrp scripts from vyatta-cfg-system. These belong in vyatta-op. 2. Create templates for new vrrp commands 3. Make show commands go through a perl module so they can be referenced from the webgui.
2012-03-22Make ping feel like all the other system commandsJohn Southworth
2012-03-14Add ping templates for completionJohn Southworth
2012-03-14better fix for bug 7896John Southworth
2012-03-13Bugfix 7896: make the pppoe log write as the root userJohn Southworth
2012-03-10Add new ping command scriptStephen Hemminger
Bug 3052 Rather than having a ping an op-mode command which has no flexibility about arguments. Make it a wrapper script that accepts Juniper style arguments and turns them into Unix style flags.
2012-02-28Bugfix 4053: add missing top level 'monitor interfaces'John Southworth
2012-02-22Bugfix 4053: implement bandwidth utilization montior commands 'mon int ↵John Southworth
<type> <name>'; 'mon int <type> <name> flow'
2012-02-22Add console keymap reconfigure op-mode commandStephen Hemminger
Bug 7448 This adds template for the Debian way to reconfigure console keymap. Note: although this is an op-mode command, it really persists across reboot since it changes the package keymap. There isn't a good method to put this in Vyatta config since the debian package configuration is interactive and prompts user for keyboard type and options.
2012-02-22Add headers to show montioring commandJohn Southworth
2012-02-22Bugfix 5806: Don't show ntp.vyatta.com by default for show ntpJohn Southworth
2012-02-22Bugfix 2581: show protocol debugging summary with 'show monitoring'John Southworth
2012-02-14Add missing newline at end of fileStephen Hemminger
Avoid editing and future problems with tools like diff by making sure all node.def files have newline before the end of file.
2012-02-02Improve firewall log matchesJohn Southworth
2012-01-30Fix 'show bridge' help textJohn Southworth
2012-01-20add missing node.def from monitor interfaces vrrpJohn Southworth
2012-01-04Fix NAT monitor rule log prefix.Daniil Baturin
2012-01-04Remove old NAT monitor templates.Daniil Baturin
2012-01-04Update NAT monitor templates.Daniil Baturin
2011-12-14Add monitoring for vrrp interfacesJohn Southworth
2011-12-05Add show interfaces for vrrp interfacesJohn Southworth
2011-11-15Merge branch 'oxnard' of git.vyatta.com:/git/vyatta-op into oxnardDaniil Baturin
2011-11-15Rename "reset connection-tracking" to "reset aconntrack" to be consistent ↵Daniil Baturin
with other packages.
2011-11-07Remove accidental commit of 'show system boot-messages commit' command, this ↵John Southworth
was part of a mockup for a proposed bugfix and I didn't intend to commit it