[FS#3832] [Regression] xrx200 switch affecting AVM Fritz!Box 7362SL
OpenWrt Bugs
openwrt-bugs at lists.openwrt.org
Sat Jan 1 08:56:16 PST 2022
THIS IS AN AUTOMATED MESSAGE, DO NOT REPLY.
The following task has a new comment added:
FS#3832 - [Regression] xrx200 switch affecting AVM Fritz!Box 7362SL
User who did this - Stefan Kleeschulte (skleeschulte)
----------
Here are the outputs of "ethtool " and "ubus call network.device status" for both cases:
**With a 100baseT-only device connected to LAN port 3 and port 4 unconnected:**
root at openwrt:~# ethtool br-lan
Settings for br-lan:
Link detected: yes
root at openwrt:~# ethtool eth0
Settings for eth0:
No data available
root at openwrt:~# ethtool eth0.1
Settings for eth0.1:
Link detected: yes
root at openwrt:~# ubus call network.device status
{
"br-lan": {
"external": false,
"present": true,
"type": "bridge",
"up": true,
"carrier": true,
"auth_status": false,
"bridge-members": [
"eth0.1",
"wlan0",
"wlan0-1"
],
"mtu": 1500,
"mtu6": 1500,
"macaddr": "5c:49:79:...",
"txqueuelen": 1000,
"ipv6": true,
"ip6segmentrouting": false,
"promisc": false,
"rpfilter": 0,
"acceptlocal": false,
"igmpversion": 0,
"mldversion": 0,
"neigh4reachabletime": 30000,
"neigh6reachabletime": 30000,
"neigh4gcstaletime": 60,
"neigh6gcstaletime": 60,
"neigh4locktime": 100,
"dadtransmits": 1,
"multicast": true,
"sendredirects": true,
"drop_v4_unicast_in_l2_multicast": false,
"drop_v6_unicast_in_l2_multicast": false,
"drop_gratuitous_arp": false,
"drop_unsolicited_na": false,
"arp_accept": false,
"statistics": {
"collisions": 0,
"rx_frame_errors": 0,
"tx_compressed": 0,
"multicast": 565756,
"rx_length_errors": 0,
"tx_dropped": 0,
"rx_bytes": 5267718406,
"rx_missed_errors": 0,
"tx_errors": 0,
"rx_compressed": 0,
"rx_over_errors": 0,
"tx_fifo_errors": 0,
"rx_crc_errors": 0,
"rx_packets": 17636388,
"tx_heartbeat_errors": 0,
"rx_dropped": 840211,
"tx_aborted_errors": 0,
"tx_packets": 16481506,
"rx_errors": 0,
"tx_bytes": 5409463939,
"tx_window_errors": 0,
"rx_fifo_errors": 0,
"tx_carrier_errors": 0
}
},
"eth0": {
"external": false,
"present": true,
"type": "Network device",
"up": true,
"carrier": true,
"auth_status": false,
"mtu": 1500,
"mtu6": 1500,
"macaddr": "7a:80:9a:...",
"txqueuelen": 1000,
"ipv6": true,
"ip6segmentrouting": false,
"promisc": false,
"rpfilter": 0,
"acceptlocal": false,
"igmpversion": 0,
"mldversion": 0,
"neigh4reachabletime": 30000,
"neigh6reachabletime": 30000,
"neigh4gcstaletime": 60,
"neigh6gcstaletime": 60,
"neigh4locktime": 100,
"dadtransmits": 1,
"multicast": true,
"sendredirects": true,
"drop_v4_unicast_in_l2_multicast": false,
"drop_v6_unicast_in_l2_multicast": false,
"drop_gratuitous_arp": false,
"drop_unsolicited_na": false,
"arp_accept": false,
"statistics": {
"collisions": 0,
"rx_frame_errors": 0,
"tx_compressed": 0,
"multicast": 0,
"rx_length_errors": 0,
"tx_dropped": 0,
"rx_bytes": 1047296502,
"rx_missed_errors": 0,
"tx_errors": 0,
"rx_compressed": 0,
"rx_over_errors": 0,
"tx_fifo_errors": 0,
"rx_crc_errors": 0,
"rx_packets": 46316538,
"tx_heartbeat_errors": 0,
"rx_dropped": 8,
"tx_aborted_errors": 0,
"tx_packets": 31679152,
"rx_errors": 0,
"tx_bytes": 107964942,
"tx_window_errors": 0,
"rx_fifo_errors": 0,
"tx_carrier_errors": 0
}
},
"eth0.1": {
"external": false,
"present": true,
"type": "VLAN",
"up": true,
"carrier": true,
"auth_status": false,
"mtu": 1500,
"mtu6": 1500,
"macaddr": "5c:49:79:...",
"txqueuelen": 1000,
"ipv6": false,
"ip6segmentrouting": false,
"promisc": false,
"rpfilter": 0,
"acceptlocal": false,
"igmpversion": 0,
"mldversion": 0,
"neigh4reachabletime": 30000,
"neigh6reachabletime": 30000,
"neigh4gcstaletime": 60,
"neigh6gcstaletime": 60,
"neigh4locktime": 100,
"dadtransmits": 1,
"multicast": true,
"sendredirects": true,
"drop_v4_unicast_in_l2_multicast": false,
"drop_v6_unicast_in_l2_multicast": false,
"drop_gratuitous_arp": false,
"drop_unsolicited_na": false,
"arp_accept": false,
"statistics": {
"collisions": 0,
"rx_frame_errors": 0,
"tx_compressed": 0,
"multicast": 679482,
"rx_length_errors": 0,
"tx_dropped": 0,
"rx_bytes": 38497760900,
"rx_missed_errors": 0,
"tx_errors": 0,
"rx_compressed": 0,
"rx_over_errors": 0,
"tx_fifo_errors": 0,
"rx_crc_errors": 0,
"rx_packets": 46316450,
"tx_heartbeat_errors": 0,
"rx_dropped": 27989,
"tx_aborted_errors": 0,
"tx_packets": 31679199,
"rx_errors": 0,
"tx_bytes": 8437092062,
"tx_window_errors": 0,
"rx_fifo_errors": 0,
"tx_carrier_errors": 0
}
},
"lo": {
"external": false,
"present": true,
"type": "Network device",
"up": true,
"carrier": true,
"auth_status": false,
"mtu": 65536,
"mtu6": 65536,
"macaddr": "00:00:00:00:00:00",
"txqueuelen": 1000,
"ipv6": true,
"ip6segmentrouting": false,
"promisc": false,
"rpfilter": 0,
"acceptlocal": false,
"igmpversion": 0,
"mldversion": 0,
"neigh4reachabletime": 30000,
"neigh6reachabletime": 30000,
"neigh4gcstaletime": 60,
"neigh6gcstaletime": 60,
"neigh4locktime": 100,
"dadtransmits": 1,
"multicast": false,
"sendredirects": true,
"drop_v4_unicast_in_l2_multicast": false,
"drop_v6_unicast_in_l2_multicast": false,
"drop_gratuitous_arp": false,
"drop_unsolicited_na": false,
"arp_accept": false,
"statistics": {
"collisions": 0,
"rx_frame_errors": 0,
"tx_compressed": 0,
"multicast": 0,
"rx_length_errors": 0,
"tx_dropped": 0,
"rx_bytes": 557116,
"rx_missed_errors": 0,
"tx_errors": 0,
"rx_compressed": 0,
"rx_over_errors": 0,
"tx_fifo_errors": 0,
"rx_crc_errors": 0,
"rx_packets": 5818,
"tx_heartbeat_errors": 0,
"rx_dropped": 0,
"tx_aborted_errors": 0,
"tx_packets": 5818,
"rx_errors": 0,
"tx_bytes": 557116,
"tx_window_errors": 0,
"rx_fifo_errors": 0,
"tx_carrier_errors": 0
}
},
"vxlan_a": ...,
"wg_a": ...,
"wg_b": ...,
"wlan0": ...,
"wlan0-1": ...
}
**With a 1000baseT-capable device connected to LAN port 3 and port 4 unconnected:**
root at openwrt:~# ethtool br-lan
Settings for br-lan:
Link detected: yes
root at openwrt:~# ethtool eth0
Settings for eth0:
No data available
root at openwrt:~# ethtool eth0.1
Settings for eth0.1:
Link detected: yes
root at openwrt:~# ubus call network.device status
{
"br-lan": {
"external": false,
"present": true,
"type": "bridge",
"up": true,
"carrier": true,
"auth_status": false,
"bridge-members": [
"eth0.1",
"wlan0",
"wlan0-1"
],
"mtu": 1500,
"mtu6": 1500,
"macaddr": "5c:49:79:...",
"txqueuelen": 1000,
"ipv6": true,
"ip6segmentrouting": false,
"promisc": false,
"rpfilter": 0,
"acceptlocal": false,
"igmpversion": 0,
"mldversion": 0,
"neigh4reachabletime": 30000,
"neigh6reachabletime": 30000,
"neigh4gcstaletime": 60,
"neigh6gcstaletime": 60,
"neigh4locktime": 100,
"dadtransmits": 1,
"multicast": true,
"sendredirects": true,
"drop_v4_unicast_in_l2_multicast": false,
"drop_v6_unicast_in_l2_multicast": false,
"drop_gratuitous_arp": false,
"drop_unsolicited_na": false,
"arp_accept": false,
"statistics": {
"collisions": 0,
"rx_frame_errors": 0,
"tx_compressed": 0,
"multicast": 566263,
"rx_length_errors": 0,
"tx_dropped": 0,
"rx_bytes": 5269387994,
"rx_missed_errors": 0,
"tx_errors": 0,
"rx_compressed": 0,
"rx_over_errors": 0,
"tx_fifo_errors": 0,
"rx_crc_errors": 0,
"rx_packets": 17643701,
"tx_heartbeat_errors": 0,
"rx_dropped": 840619,
"tx_aborted_errors": 0,
"tx_packets": 16488245,
"rx_errors": 0,
"tx_bytes": 5411611091,
"tx_window_errors": 0,
"rx_fifo_errors": 0,
"tx_carrier_errors": 0
}
},
"eth0": {
"external": false,
"present": true,
"type": "Network device",
"up": true,
"carrier": true,
"auth_status": false,
"mtu": 1500,
"mtu6": 1500,
"macaddr": "7a:80:9a:...",
"txqueuelen": 1000,
"ipv6": true,
"ip6segmentrouting": false,
"promisc": false,
"rpfilter": 0,
"acceptlocal": false,
"igmpversion": 0,
"mldversion": 0,
"neigh4reachabletime": 30000,
"neigh6reachabletime": 30000,
"neigh4gcstaletime": 60,
"neigh6gcstaletime": 60,
"neigh4locktime": 100,
"dadtransmits": 1,
"multicast": true,
"sendredirects": true,
"drop_v4_unicast_in_l2_multicast": false,
"drop_v6_unicast_in_l2_multicast": false,
"drop_gratuitous_arp": false,
"drop_unsolicited_na": false,
"arp_accept": false,
"statistics": {
"collisions": 0,
"rx_frame_errors": 0,
"tx_compressed": 0,
"multicast": 0,
"rx_length_errors": 0,
"tx_dropped": 0,
"rx_bytes": 1049305323,
"rx_missed_errors": 0,
"tx_errors": 0,
"rx_compressed": 0,
"rx_over_errors": 0,
"tx_fifo_errors": 0,
"rx_crc_errors": 0,
"rx_packets": 46324740,
"tx_heartbeat_errors": 0,
"rx_dropped": 8,
"tx_aborted_errors": 0,
"tx_packets": 31686608,
"rx_errors": 0,
"tx_bytes": 110321443,
"tx_window_errors": 0,
"rx_fifo_errors": 0,
"tx_carrier_errors": 0
}
},
"eth0.1": {
"external": false,
"present": true,
"type": "VLAN",
"up": true,
"carrier": true,
"auth_status": false,
"mtu": 1500,
"mtu6": 1500,
"macaddr": "5c:49:79:...",
"txqueuelen": 1000,
"ipv6": false,
"ip6segmentrouting": false,
"promisc": false,
"rpfilter": 0,
"acceptlocal": false,
"igmpversion": 0,
"mldversion": 0,
"neigh4reachabletime": 30000,
"neigh6reachabletime": 30000,
"neigh4gcstaletime": 60,
"neigh6gcstaletime": 60,
"neigh4locktime": 100,
"dadtransmits": 1,
"multicast": true,
"sendredirects": true,
"drop_v4_unicast_in_l2_multicast": false,
"drop_v6_unicast_in_l2_multicast": false,
"drop_gratuitous_arp": false,
"drop_unsolicited_na": false,
"arp_accept": false,
"statistics": {
"collisions": 0,
"rx_frame_errors": 0,
"tx_compressed": 0,
"multicast": 680260,
"rx_length_errors": 0,
"tx_dropped": 0,
"rx_bytes": 38499556469,
"rx_missed_errors": 0,
"tx_errors": 0,
"rx_compressed": 0,
"rx_over_errors": 0,
"tx_fifo_errors": 0,
"rx_crc_errors": 0,
"rx_packets": 46324652,
"tx_heartbeat_errors": 0,
"rx_dropped": 28003,
"tx_aborted_errors": 0,
"tx_packets": 31686655,
"rx_errors": 0,
"tx_bytes": 8439385553,
"tx_window_errors": 0,
"rx_fifo_errors": 0,
"tx_carrier_errors": 0
}
},
"lo": {
"external": false,
"present": true,
"type": "Network device",
"up": true,
"carrier": true,
"auth_status": false,
"mtu": 65536,
"mtu6": 65536,
"macaddr": "00:00:00:00:00:00",
"txqueuelen": 1000,
"ipv6": true,
"ip6segmentrouting": false,
"promisc": false,
"rpfilter": 0,
"acceptlocal": false,
"igmpversion": 0,
"mldversion": 0,
"neigh4reachabletime": 30000,
"neigh6reachabletime": 30000,
"neigh4gcstaletime": 60,
"neigh6gcstaletime": 60,
"neigh4locktime": 100,
"dadtransmits": 1,
"multicast": false,
"sendredirects": true,
"drop_v4_unicast_in_l2_multicast": false,
"drop_v6_unicast_in_l2_multicast": false,
"drop_gratuitous_arp": false,
"drop_unsolicited_na": false,
"arp_accept": false,
"statistics": {
"collisions": 0,
"rx_frame_errors": 0,
"tx_compressed": 0,
"multicast": 0,
"rx_length_errors": 0,
"tx_dropped": 0,
"rx_bytes": 586016,
"rx_missed_errors": 0,
"tx_errors": 0,
"rx_compressed": 0,
"rx_over_errors": 0,
"tx_fifo_errors": 0,
"rx_crc_errors": 0,
"rx_packets": 6155,
"tx_heartbeat_errors": 0,
"rx_dropped": 0,
"tx_aborted_errors": 0,
"tx_packets": 6155,
"rx_errors": 0,
"tx_bytes": 586016,
"tx_window_errors": 0,
"rx_fifo_errors": 0,
"tx_carrier_errors": 0
}
},
"vxlan_a": ...,
"wg_a": ...,
"wg_b": ...,
"wlan0": ...,
"wlan0-1": ...
}
----------
More information can be found at the following URL:
https://bugs.openwrt.org/index.php?do=details&task_id=3832#comment10425
You are receiving this message because you have requested it from the Flyspray bugtracking system. If you did not expect this message or don't want to receive mails in future, you can change your notification settings at the URL shown above.
More information about the openwrt-bugs
mailing list