Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-02-08 | Update location of LIVE_CD. | Kim Hagen | |
2016-02-08 | Update paths in del_non_image_files function. | Kim Hagen | |
2016-02-08 | Fix "show system image version" command. | Kim Hagen | |
2015-12-19 | Easter egg: 'show version funny' command that displays limericks | Daniil Baturin | |
after version information. | |||
2015-11-02 | vyatta-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 | |||
2015-11-02 | vyatta-op: formatting changes for style consistency | Alex Harpin | |
Update scripts/vyatta-show-interfaces.pl to maintain style consistency | |||
2015-06-18 | vyatta-op: remove user login public key information with strip-private | Alex Harpin | |
Extend the strip-private command pipe so that it removes the public key user login information. Bug #567 http://bugzilla.vyos.net/show_bug.cgi?id=567 | |||
2015-06-18 | vyatta-op: strip-private removes "user" rather than actual username | Alex Harpin | |
The strip-private pipe command removes the user node entry rather than the actual username. Bug #567 http://bugzilla.vyos.net/show_bug.cgi?id=567 | |||
2015-04-09 | Replace the old hypervisor_vendor utility with hvinfo. | Daniil Baturin | |
2015-01-24 | vyatta-op: final fix for the ssh client failing to disconnect on reboot | Alex Harpin | |
Final fix to ensure that any SSH clients are sent the disconnect signal on a scheduled reboot as well as a 'reboot now'. Bug #298 http://bugzilla.vyos.net/show_bug.cgi?id=298 | |||
2015-01-24 | vyatta-op: update the system poweroff cli command to be script based | Alex Harpin | |
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 | |||
2015-01-01 | vyatta-op: on shutdown/reboot the client ssh session doesn't disconnect | Alex Harpin | |
When either the reboot or poweroff commands are issued from the CLI, any ssh clients currently connected to the system aren't disconnected correctly, having to rely on a timeout to terminate them. The sendsigs process doesn't fully close sshd before the network is taken down, with the result that the client don't receive the disconnect signal. Bug #298 http://bugzilla.vyos.net/show_bug.cgi?id=298 | |||
2014-12-31 | Revert "Add an option to disable inotify to fail -f commands." | Alex Harpin | |
This reverts commit 75ae9d501bfdd4b264cfb0a8f1e04ae3c6a86cf7. This change is no longer needed as inotify is now working in the current VyOS kernel, following the commits for bug #425, so removing this temporary workaround. | |||
2014-10-09 | vyatta-op: fix for the config file copy via scp failure | Alex Harpin | |
Copying the config file (or any other for that matter via the CLI copy command) to another host via scp fails due to the failure to create the known_hosts file. Bug #340 http://bugzilla.vyos.net/show_bug.cgi?id=340 | |||
2014-10-09 | vyatta-op: formatting changes for style consistency | Alex Harpin | |
Update scripts/vyatta-image-tools.pl to have consistent identation levels and style throughout. | |||
2014-10-08 | Add an option to disable inotify to fail -f commands. | Daniil Baturin | |
OverlayFS doesn't work well with inotify. | |||
2014-07-25 | Boot type check had unionfs hardcoded in it. Now it has overlayfs hardcoded ↵ | Daniil Baturin | |
in it. This makes me happy. | |||
2014-07-07 | Add Maya calendar support to date commands | Daniil Baturin | |
for planning system maintenance rituals. ;) | |||
2014-07-02 | Bug #104: add pipe for stripping private information from config. | Daniil Baturin | |
2014-03-05 | Bug #157: Replace 'Intel 32/64bit' with 'x86 32/64-bit' in 'show version'. | Daniil Baturin | |
2014-03-05 | Bug #156: Check for 'vyatta' or 'vyos' kernels. | Daniil Baturin | |
2013-12-21 | Bug #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-02 | Bug #3: Display RAM usage overview in simple total/free/used format. | Daniil Baturin | |
2013-06-19 | bz8631: Fix lease file regex to include leases on vif | James Davidson | |
2013-04-26 | Add size and files options to "traffic save" | James Davidson | |
Bug 8020 The total storage used by a traffic capture can be bounded by using the size and files options. | |||
2013-03-06 | Sync up SNMPv3 support | James 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-06 | Display virt-brand version file if running in VM | James Davidson | |
2012-09-17 | Fix handling of unknown interface types | Stephen Hemminger | |
Bug 8361 Instead of hard coding skip list, just use Vyatta::Interface as defined. | |||
2012-09-17 | Bugfix 8300: show proper output for 'show interfaces vrrp'; also fixes bug 8317 | John Southworth | |
2012-08-30 | command wrapper doesn't need a login shell | John Southworth | |
2012-06-04 | Ignore the default vti interface. | Saurabh Mohan | |
2012-05-16 | VTI show support. | Saurabh Mohan | |
2012-05-15 | Move VRRP to its own package | John Southworth | |
2012-05-15 | Add Vyatta wrappers for new keepalived output | John 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-05-09 | Moved get_terminal_width to Vyatta::Misc | John Southworth | |
2012-05-08 | Use native perl code to figure othe the terminal width | John Southworth | |
2012-05-08 | Use terminal width for interface description wrapping | John Southworth | |
2012-04-16 | bug 7985: fix regex for rename system image command | Deepti Kulkarni | |
2012-04-12 | bug fix for 5792 - Fix the op-mode system image commands for live-cd | Deepti Kulkarni | |
2012-04-10 | Merge branch 'pacifica' of fiji.vyatta.com:/git/vyatta-op into pacifica | Stephen Hemminger | |
2012-04-10 | fix to use the correct perl function | Deepti Kulkarni | |
2012-04-09 | Use Interface.pm to find interface state | Stephen Hemminger | |
Bug 8006 Use standard module to check for interface state. | |||
2012-04-04 | Better perl style in boot image | Stephen Hemminger | |
1. Fix perl critic warnings 2. Use perl native mv/cp functions to allow for better error handling 3. Put error messages on standard error, not standard out. | |||
2012-03-22 | Remove unneeded debugging information from ping script | John Southworth | |
2012-03-22 | Make ping feel like all the other system commands | John Southworth | |
2012-03-14 | Initial commit for new ping completion | John Southworth | |
2012-03-10 | Add new ping command script | Stephen 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-03-01 | Fix tech-support save command | John Southworth | |
2012-03-01 | Allow users to import ssh keys when using image commands | John Southworth | |
2012-03-01 | Merge branch 'oxnard' of git.vyatta.com:/git/vyatta-op into oxnard | John Southworth | |