Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-06-06 | op-mode: ethernet: T2546: migrate identify subcommand to vyos-1x | Christian Poessinger | |
2020-06-05 | op-mode: ethernet: T2546: migrate vif subcommand to vyos-1x | Christian Poessinger | |
2020-06-03 | T2546: initial migration to vyos-1x | Christian Poessinger | |
- show interfaces ethernet eth0 physical - show interfaces ethernet eth0 physical offload - show interfaces ethernet eth0 statistics - show interfaces ethernet eth0 transceiver - show license | |||
2020-06-02 | ethernet: T2545: show physical device offloading capabilities | Christian Poessinger | |
vyos@vyos:~$ show interfaces ethernet eth3 physical offload Features for eth3: rx-checksumming: on tx-checksumming: on tx-checksum-ipv4: off [requested on] tx-checksum-ip-generic: on tx-checksum-ipv6: off [requested on] tx-checksum-fcoe-crc: off [fixed] tx-checksum-sctp: off [fixed] scatter-gather: on tx-scatter-gather: on tx-scatter-gather-fraglist: off [fixed] tcp-segmentation-offload: on tx-tcp-segmentation: on tx-tcp-ecn-segmentation: off [fixed] tx-tcp-mangleid-segmentation: on tx-tcp6-segmentation: on udp-fragmentation-offload: off generic-segmentation-offload: off generic-receive-offload: on large-receive-offload: off rx-vlan-offload: on ... | |||
2019-02-05 | Show transceiver information from plugin modules, e.g SFP+, QSFP | Daniil Kharun | |
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 | |||
2009-08-12 | Fix completion for VIF | Stephen Hemminger | |
Use COMP_WORDS to find real device name | |||
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-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 operational mode template for ethtool statistics | Stephen Hemminger | |
Display hardware specific statistics | |||
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-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 | |