Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-12-05 | Add show interfaces for vrrp interfaces | John Southworth | |
2011-10-27 | Move packet capture to 'monitor interfaces' | John Southworth | |
(cherry picked from commit bc6ffc5d3503af09c65a58f7d5907562d3fef944) | |||
2011-07-06 | Bugfix 7285: remove coloring of error | John Southworth | |
2010-11-08 | Fix path to ethtool | Stephen Hemminger | |
In Squeeze, ethtool moved from /usr/sbin to /sbin | |||
2010-04-15 | Add Input Functional Block device support | Stephen Hemminger | |
2009-08-13 | remove unwanted allowed tag | Stephen Hemminger | |
2009-08-12 | Remove bogus statistics template | Stephen Hemminger | |
Leftover sub-tree from update to show bonding Bug 4732 | |||
2009-08-12 | Add missing template for 'show interfaces bonding bondX' | Stephen Hemminger | |
This was missing from alignment with ethernet in previous commits. | |||
2009-08-12 | Remove pseudo-ethernet vif templates | Stephen Hemminger | |
Vif's aren't supported (yet) on pseudo-ethernets. Bug 4668 | |||
2009-08-12 | Make bonding operational mode consistent with ethernet | Stephen Hemminger | |
Clone existing ethernet operational mode commands into bonding. Move old 'show interfaces bonding' to 'show interfaces bonding slaves' etc. Bug 4640 and others | |||
2009-08-12 | Fix completion for VIF | Stephen Hemminger | |
Use COMP_WORDS to find real device name | |||
2009-08-12 | Add 'show interfaces pseudo-ethernet' | Stephen Hemminger | |
Bug 4479 Add operational commands for pseudo-ethernet devices | |||
2009-02-27 | Fix expansion of bonding VIF | Stephen Hemminger | |
Use new --vif flag | |||
2009-02-26 | Use new --vif option to find allowed interfaces | Stephen Hemminger | |
2009-02-11 | Use vyatta-interfaces --show to display allowed types | Stephen Hemminger | |
Simple way to handle interface names for allowed: | |||
2008-12-11 | Add option to show counters for multiple interfaces. | Stig Thormodsrud | |
2008-10-30 | need sudo before ethtool -S | Stephen Hemminger | |
Bugfix 3832 | |||
2008-10-24 | Fix references to ethtool | Stephen Hemminger | |
Since ethtool is in /usr/sbin, it is not in the command search path of admin user, so a fully qualify path. Bugfix 3832 | |||
2008-09-16 | Add preliminary operational mode support for bonding | Stephen Hemminger | |
Basic infrastructure for show status of bonding interfaces | |||
2008-09-16 | Add operational mode template for ethtool statistics | Stephen Hemminger | |
Display hardware specific statistics | |||
2008-06-23 | Fix Bug 1059 Feature Request: integrate 'tcpdump' and 'tethereal' into ↵ | Mohit Mehta | |
Vyatta CLI add op-mode command for tsharking tunnel interfaces | |||
2008-06-22 | Fix Bug 1059 Feature Request: integrate 'tcpdump' and 'tethereal' into ↵ | Mohit Mehta | |
Vyatta CLI added operational mode traffic capture for bridge, ethernet vifs and loopback interfaces Also, added code to validate the the user input for interface to be tsharked | |||
2008-04-04 | Fix Bug 3069 Help strings should be standardized | Mohit Mehta | |
- vyatta-op help strings standardized according to latest guideline | |||
2008-04-03 | Fix Bug 1059 Feature Request: integrate 'tcpdump' and 'tethereal' into ↵ | Mohit Mehta | |
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 | |||
2008-04-01 | Fix Bug 3069 Help strings should be standardized | Mohit Mehta | |
- help strings standardized in vyatta-op | |||
2008-03-03 | Add quotes around user input | Stig Thormodsrud | |
2008-02-29 | revert sudo removal for "identify" command since the kernel change | An-Cheng Huang | |
allowing this has been reverted. | |||
2008-02-28 | show commands don't need sudo | An-Cheng Huang | |
2008-02-28 | add quoting for inline scripts in templates | An-Cheng Huang | |
2008-02-25 | Revert "no need for sudo when using ethtool" | Stephen Hemminger | |
This reverts commit 3a58fd77b5bb8aaadd7219e756bbc4ae800d1022. | |||
2008-02-25 | no need for sudo when using ethtool | Stephen Hemminger | |
No longer need sudo when doing ethtool commands to get status. | |||
2008-02-13 | fix for bug 2587: add "identify" command under "show interfaces ethernet". | An-Cheng Huang | |
2008-02-08 | - Fix bug 776: need "clear interface" command to clear counters | Stig Thormodsrud | |
- Fix bug 1095: Enhancement Request: "Show interface brief" command - Change default to "brief" if multiple interfaces can be shown - Add "detail" for nodes defaulting to brief - Add "brief" for nodes defaulting to detail - Fix vif completions that wasn't working - Remove ethtool can on vlans since it doesn't work | |||
2007-12-31 | Make "show interfaces" work with tunnel interfaces. | Stig Thormodsrud | |
2007-12-05 | use symlink instead of wrapper for ethtool | An-Cheng Huang | |
2007-12-04 | * restrict "users" level sudo permissions to the "sudo-users" directory. | An-Cheng Huang | |
* add wrappers for show commands requiring sudo and put them in "sudo-users" directory. | |||
2007-10-04 | don't eval help string; so, no longer needs to be quoted in node.def files | Tom Grennan | |
2007-09-27 | consolidate show_interfaces* scripts with vyatta-show-interfaces | Tom Grennan | |
2007-09-17 | use vyatta_bindir instead of ofr_bindir | Tom Grennan | |
2007-09-17 | rename op-templates | Tom Grennan | |