Age | Commit message (Collapse) | Author |
|
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
|
|
for planning system maintenance rituals. ;)
|
|
|
|
Additionally notify when monitoring firewall/NAT instances that only
rules with logging enabled are monitored.
|
|
|
|
For the nodes that the generation scripts generate, delete the checked
in node files.
|
|
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'
|
|
|
|
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.
|
|
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.
|
|
(cherry picked from commit 3358412ae5e8d7ba94aedeb78080d2509d82239f)
|
|
(cherry picked from commit 7789cf5e792174aff5c127eb90859c46608a937b)
|
|
(cherry picked from commit 269c88bff20c49876e5780dd8bf379e3d1fe1601)
|
|
make this distinction
(cherry picked from commit cfdcb8f015619b90212a991bfd8a6d80d9695b2b)
|
|
these scripts
(cherry picked from commit 334a6fab05b5e51097010b1da41fca32df7b8959)
|
|
(cherry picked from commit ce64904840bea3e716a7de3eca2618e63bcd87d1)
|
|
1. ping <ipv4|ipv6|hostname> will use
* ping for a v4 address
* ping6 for a v6 address
* ping or ping6 for a hostname which ever resolves prefering ipv4
2. ping ipv4 <ipv4|hostname> will ping
3. ping ipv6 <ipv6|hostname> will ping6
4. ping <node> option <advanced ping options>
* allows for options to pass down to ping
* this is a stop gap while we add the most common options
* to the CLI
(cherry picked from commit 5145fd68da8f1c7f8289b99f58cb6eb96389fcef)
|
|
user to regenerate it if needed. Fix ambiguous command message.
|
|
to manage chunks. vyatta-op-run no longer exists in /etc/bash_completion.d/ as it is not a completion script it should not be here
|
|
(cherry picked from commit a7ea8de1b372856cf2e75eda8f2f81c0e2fb3d9f)
|
|
|
|
|
|
Bug 6302
Rename vyatta-op completion script so it runs after others
to avoid conflict with set alias. Other scripts after 'v'
in alphabet do not use set.
|
|
This adds operational mode commands to display what SNMP service shows
but it is not done through SNMP.
New:
show snmp mib ifmib
show snmp mib ifmib ifIndex
show snmp mib ifmib ifIndex eth1
show snmp mib ifmib ifAlias
show snmp mib ifmib ifAlias eth2
show snmp mib ifmib ifDescr
show snmp mib ifmib ifDescr eth1
|
|
|
|
(cherry picked from commit 7d4d9c74b8105a27cc54f55ddb98ea90112e13c6)
|
|
Bug 5554
Add CLI interface to user state commands (who, id, etc)
|
|
|
|
|
|
As the name indicates, it tells you how much disk space each
image occupies.
|
|
Also added an op-mode command to display the Vyatta version strings
along with the names of the installed images. This is useful if you
rename an image from its default name, which is its version string.
|
|
* added command 'clear connection-tracking' to flush all conntrack entries
|
|
|
|
Also mark all scripts as executable.
|
|
show snmp
Wrapper around snmpstatus, simple way to check if server is up
|
|
Bug 5147
This is a generic way of solving the sudo problem (for now).
|
|
|
|
Add last login info (multicolumn output), and get rid of color
|
|
Bug 4217
Add show shutdown, try and determine time.
|
|
Add yesno helper script and prompt before shutdown
|
|
Final answer.
|
|
The change: Fix Bug 3763 Configuration is not available to operator in
"show tech-support"
introduces unnecessary insecure functionality.
|
|
|
|
Basic infrastructure for show status of bonding interfaces
|
|
|
|
'clear dns forwarding cache'
'show dns forwarding statistics'
|
|
|
|
Vyatta CLI
- 'show interfaces ethernet <> capture' captures traffic at specified interface
- 'show interfaces ethernet <> capture port <>' captures traffic at specified interface port
- 'show interfaces ethernet <> capture not port <>' captures traffic at specified interface excluding specified port
|
|
don't pipe through VYATTA_PAGER if run_cmd itself is a pager or tail
|
|
- Delete log file <> fixed
|