Age | Commit message (Collapse) | Author |
|
|
|
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
...
(cherry picked from commit ec98378a9223f6fbddb3ce1494279f991088cdde)
|
|
... command was still referring to dnsmasq
|
|
|
|
Also list bond and bridge interfaces when searching for DHCP clients.
(cherry picked from commit 923d3fd83839da3ebfa5b5fcf16717db627a2a84)
|
|
Conflicts:
Makefile.am
|
|
|
|
The kernel syslog contains debugging information that is often useful during
exploitation of other vulnerabilities, such as kernel heap addresses. Rather
than futilely attempt to sanitize hundreds (or thousands) of printk statements
and simultaneously cripple useful debugging functionality, it is far simpler
to create an option that prevents unprivileged users from reading the syslog.
For more information please refer to: https://lwn.net/Articles/414813/
(cherry picked from commit 11d91322beffcb4c420dc5e086782b20732ac6fe)
|
|
(cherry picked from commit 7e7c2da061f83e3f64309ca3be0c91667bf21c12)
|
|
|
|
|
|
|
|
Fix error when building ISO:
dpkg: error processing archive /var/cache/apt/archives/vyos-1x_1.2.0-1_all.deb (--unpack):
trying to overwrite '/opt/vyatta/share/vyatta-op/templates/show/dns/dynamic/node.def', which
is also in package vyatta-op 0.14.0+vyos2+current6
|
|
|
|
|
|
|
|
|
|
the new implementation.
|
|
|
|
|
|
Using "show tech-support" cmd will produce the tech-support output
without any private information.
Using "show tech-support private" cmd will produce the tech-support
output with private information included.
Note:
=====
The Perl script (vyos-strip-config.pl) used to remove any sensible information
will in addition remove version numbers if they match the regexp below:
# Strip IPv4 addresses
$input =~ s/\d+\.\d+\.(\d+)\.(\d+)/xxx.xxx.$1.$2/g if $stripIP;
Example:
========
i apt xxx.xxx.9.8.4 amd64 commandline package manager
ii apt-transport-https xxx.xxx.9.8.4 amd64 https download transport for APT
i apt 1.0.9.8.4 amd64 commandline package manager
ii apt-transport-https 1.0.9.8.4 amd64 https download transport for APT
This behavior is present in the current implementation and should be
addressed during the move to the new Python scripts.
|
|
entries
|
|
When typing "show system" and pressing tab the autosuggestion still said the installation was based on a vyatta image.
|
|
(just for VyOS for now, raw openvpn config support will come later).
|
|
|
|
|
|
|
|
|
|
after version information.
|
|
|
|
Rename 'show shutdown' to 'show poweroff' so it is the same as the
configuration options, and set the command to use the script to show
the scheduled poweroff time.
Bug #461 http://bugzilla.vyos.net/show_bug.cgi?id=461
|
|
Add the -d option to /bin/domainname so it actually returns the
domain name configured on the system instead of (none)
Bug #438 http://bugzilla.vyos.net/show_bug.cgi?id=438
|
|
|
|
for planning system maintenance rituals. ;)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Rename "show system usb" to "show hardware usb", add
"show hardware usb detailes" for "lsusb -v"
|
|
|
|
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'
|
|
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.
|
|
|
|
Fixes bug 3921
|