freifunk-gluon / gluon

a modular framework for creating OpenWrt-based firmwares for wireless mesh nodes
https://gluon.readthedocs.io
Other
548 stars 324 forks source link

dir860l b1: 2.4GHz radio dying after ~week #1076

Closed mweinelt closed 5 years ago

mweinelt commented 7 years ago

The mesh connectivity on the D-Link DIR860L B1 is, at least on 2.4 GHz, degrading with increased uptime. The node has two neighbouring ath9k-based Routers tha

In this cycle it lost mesh connectivity after 6d12h. It's running on commit e01f4f14.

root@64289-rocket-cloud:/# iw mesh1 station dump
<empty>
root@64289-rocket-cloud:/# batctl n
[B.A.T.M.A.N. adv 2017.0, MainIF/MAC: primary0/66:3a:05:3b:00:33 (bat0/90:8d:78:23:af:1c BATMAN_IV)]
IF             Neighbor              last-seen
root@64289-rocket-cloud:/# cat /etc/config/wireless 

config wifi-device 'radio0'
        option type 'mac80211'
        option hwmode '11a'
        option path 'pci0000:00/0000:00:00.0/0000:01:00.0'
        option channel '44'
        option htmode 'HT20'
        option country 'DE'

config wifi-device 'radio1'
        option type 'mac80211'
        option hwmode '11g'
        option path 'pci0000:00/0000:00:01.0/0000:02:00.0'
        option htmode 'HT20'
        option channel '1'
        option country 'DE'
        list supported_rates '6000'
        list supported_rates '9000'
        list supported_rates '12000'
        list supported_rates '18000'
        list supported_rates '24000'
        list supported_rates '36000'
        list supported_rates '48000'
        list supported_rates '54000'
        list basic_rate '6000'
        list basic_rate '9000'
        list basic_rate '18000'
        list basic_rate '36000'
        list basic_rate '54000'

config wifi-iface 'mesh_radio0'
        option ifname 'mesh0'
        option network 'mesh_radio0'
        option device 'radio0'
        option mesh_fwding '0'
        option mesh_id 'ffda-mesh'
        option mcast_rate '12000'
        option mode 'mesh'
        option disabled '0'
        option macaddr '92:8d:78:23:af:1e'

config wifi-iface 'mesh_radio1'
        option ifname 'mesh1'
        option network 'mesh_radio1'
        option device 'radio1'
        option mesh_fwding '0'
        option mesh_id 'ffda-mesh'
        option mcast_rate '12000'
        option mode 'mesh'
        option disabled '0'
        option macaddr '96:8d:78:23:af:1c'

config wifi-iface 'client_radio0'
        option ifname 'client0'
        option network 'client'
        option disabled '0'
        option device 'radio0'
        option mode 'ap'
        option macaddr '90:8d:78:23:af:1e'
        option ssid 'darmstadt.freifunk.net'

config wifi-iface 'client_radio1'
        option ifname 'client1'
        option network 'client'
        option disabled '0'
        option device 'radio1'
        option mode 'ap'
        option macaddr '92:8d:78:23:af:1c'
        option ssid 'darmstadt.freifunk.net'
BusyBox v1.25.1 () built-in shell (ash)

     _________
    /        /\      _    ___ ___  ___
   /  LE    /  \    | |  | __|   \| __|
  /    DE  /    \   | |__| _|| |) | _|
 /________/  LE  \  |____|___|___/|___|                      lede-project.org
 \        \   DE /
  \    LE  \    /  -----------------------------------------------------------
   \  DE    \  /    Reboot (17.01-SNAPSHOT, r3276+11-4a405ac8f9)
    \________\/    -----------------------------------------------------------

root@64289-rocket-cloud:/# dmesg
[    0.000000] Linux version 4.4.52 (hexa@build.ffda.io) (gcc version 5.4.0 (LEDE GCC 5.4.0 r3276+11-4a405ac8f9) ) #0 SMP Sat Mar 11 05:15:18 2017
[    0.000000] SoC Type: MediaTek MT7621 ver:1 eco:3
[    0.000000] bootconsole [early0] enabled
[    0.000000] CPU0 revision is: 0001992f (MIPS 1004Kc)
[    0.000000] MIPS: machine is D-Link DIR-860L B1
[    0.000000] Determined physical RAM map:
[    0.000000]  memory: 08000000 @ 00000000 (usable)
[    0.000000] Initrd not found or empty - disabling initrd
[    0.000000] Zone ranges:
[    0.000000]   Normal   [mem 0x0000000000000000-0x0000000007ffffff]
[    0.000000]   HighMem  empty
[    0.000000] Movable zone start for each node
[    0.000000] Early memory node ranges
[    0.000000]   node   0: [mem 0x0000000000000000-0x0000000007ffffff]
[    0.000000] Initmem setup node 0 [mem 0x0000000000000000-0x0000000007ffffff]
[    0.000000] On node 0 totalpages: 32768
[    0.000000] free_area_init_node: node 0, pgdat 804890e0, node_mem_map 81000000
[    0.000000]   Normal zone: 256 pages used for memmap
[    0.000000]   Normal zone: 0 pages reserved
[    0.000000]   Normal zone: 32768 pages, LIFO batch:7
[    0.000000] VPE topology {2,2} total 4
[    0.000000] Primary instruction cache 32kB, VIPT, 4-way, linesize 32 bytes.
[    0.000000] Primary data cache 32kB, 4-way, PIPT, no aliases, linesize 32 bytes
[    0.000000] MIPS secondary cache 256kB, 8-way, linesize 32 bytes.
[    0.000000] PERCPU: Embedded 10 pages/cpu @8110c000 s8416 r8192 d24352 u40960
[    0.000000] pcpu-alloc: s8416 r8192 d24352 u40960 alloc=10*4096
[    0.000000] pcpu-alloc: [0] 0 [0] 1 [0] 2 [0] 3 
[    0.000000] Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 32512
[    0.000000] Kernel command line: console=ttyS0,57600 rootfstype=squashfs,jffs2
[    0.000000] PID hash table entries: 512 (order: -1, 2048 bytes)
[    0.000000] Dentry cache hash table entries: 16384 (order: 4, 65536 bytes)
[    0.000000] Inode-cache hash table entries: 8192 (order: 3, 32768 bytes)
[    0.000000] Writing ErrCtl register=000100d0
[    0.000000] Readback ErrCtl register=000100d0
[    0.000000] Memory: 124440K/131072K available (3711K kernel code, 204K rwdata, 856K rodata, 208K init, 256K bss, 6632K reserved, 0K cma-reserved, 0K highmem)
[    0.000000] SLUB: HWalign=32, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
[    0.000000] Hierarchical RCU implementation.
[    0.000000] NR_IRQS:256
[    0.000000] clocksource: GIC: mask: 0xffffffffffffffff max_cycles: 0xcaf478abb4, max_idle_ns: 440795247997 ns
[    0.000000] sched_clock: 32 bits at 100 Hz, resolution 10000000ns, wraps every 21474836475000000ns
[    0.010000] Calibrating delay loop... 586.13 BogoMIPS (lpj=2930688)
[    0.070000] pid_max: default: 32768 minimum: 301
[    0.070000] Mount-cache hash table entries: 1024 (order: 0, 4096 bytes)
[    0.080000] Mountpoint-cache hash table entries: 1024 (order: 0, 4096 bytes)
[    0.090000] Primary instruction cache 32kB, VIPT, 4-way, linesize 32 bytes.
[    0.090000] Primary data cache 32kB, 4-way, PIPT, no aliases, linesize 32 bytes
[    0.090000] MIPS secondary cache 256kB, 8-way, linesize 32 bytes.
[    0.090000] CPU1 revision is: 0001992f (MIPS 1004Kc)
[    0.180000] Synchronize counters for CPU 1: done.
[    0.190000] Primary instruction cache 32kB, VIPT, 4-way, linesize 32 bytes.
[    0.190000] Primary data cache 32kB, 4-way, PIPT, no aliases, linesize 32 bytes
[    0.190000] MIPS secondary cache 256kB, 8-way, linesize 32 bytes.
[    0.190000] CPU2 revision is: 0001992f (MIPS 1004Kc)
[    0.280000] Synchronize counters for CPU 2: done.
[    0.290000] Primary instruction cache 32kB, VIPT, 4-way, linesize 32 bytes.
[    0.290000] Primary data cache 32kB, 4-way, PIPT, no aliases, linesize 32 bytes
[    0.290000] MIPS secondary cache 256kB, 8-way, linesize 32 bytes.
[    0.290000] CPU3 revision is: 0001992f (MIPS 1004Kc)
[    0.380000] Synchronize counters for CPU 3: done.
[    0.390000] Brought up 4 CPUs
[    0.390000] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
[    0.400000] futex hash table entries: 1024 (order: 3, 32768 bytes)
[    0.410000] pinctrl core: initialized pinctrl subsystem
[    0.420000] NET: Registered protocol family 16
[    0.430000] FPU Affinity set after 11720 emulations
[    0.460000] pull PCIe RST: RALINK_RSTCTRL = 0
[    0.760000] release PCIe RST: RALINK_RSTCTRL = 7000000
[    0.770000] ***** Xtal 40MHz *****
[    0.770000] release PCIe RST: RALINK_RSTCTRL = 7000000
[    0.780000] Port 0 N_FTS = 1b105000
[    0.780000] Port 1 N_FTS = 1b105000
[    0.790000] Port 2 N_FTS = 1b102800
[    1.940000] PCIE2 no card, disable it(RST&CLK)
[    1.950000]  -> 21007f2
[    1.950000] PCIE0 enabled
[    1.960000] PCIE1 enabled
[    1.960000] PCI host bridge /pcie@1e140000 ranges:
[    1.970000]  MEM 0x0000000060000000..0x000000006fffffff
[    1.980000]   IO 0x000000001e160000..0x000000001e16ffff
[    1.990000] PCI coherence region base: 0x60000000, mask/settings: 0xf0000002
[    2.030000] mt7621_gpio 1e000600.gpio: registering 32 gpios
[    2.040000] mt7621_gpio 1e000600.gpio: registering 32 gpios
[    2.050000] mt7621_gpio 1e000600.gpio: registering 32 gpios
[    2.060000] PCI host bridge to bus 0000:00
[    2.060000] pci_bus 0000:00: root bus resource [mem 0x60000000-0x6fffffff]
[    2.070000] pci_bus 0000:00: root bus resource [io  0xffffffff]
[    2.080000] pci_bus 0000:00: root bus resource [??? 0x00000000 flags 0x0]
[    2.090000] pci_bus 0000:00: No busn resource found for root bus, will use [bus 00-ff]
[    2.100000] pci 0000:00:00.0: [0e8d:0801] type 01 class 0x060400
[    2.100000] pci 0000:00:00.0: reg 0x10: [mem 0x00000000-0x7fffffff]
[    2.100000] pci 0000:00:00.0: reg 0x14: [mem 0x60400000-0x6040ffff]
[    2.100000] pci 0000:00:00.0: supports D1
[    2.100000] pci 0000:00:00.0: PME# supported from D0 D1 D3hot
[    2.100000] pci 0000:00:01.0: [0e8d:0801] type 01 class 0x060400
[    2.100000] pci 0000:00:01.0: reg 0x10: [mem 0x00000000-0x7fffffff]
[    2.100000] pci 0000:00:01.0: reg 0x14: [mem 0x60410000-0x6041ffff]
[    2.100000] pci 0000:00:01.0: supports D1
[    2.100000] pci 0000:00:01.0: PME# supported from D0 D1 D3hot
[    2.100000] pci 0000:01:00.0: [14c3:7662] type 00 class 0x028000
[    2.100000] pci 0000:01:00.0: reg 0x10: [mem 0x00000000-0x000fffff 64bit]
[    2.100000] pci 0000:01:00.0: reg 0x30: [mem 0x00000000-0x0000ffff pref]
[    2.100000] pci 0000:01:00.0: PME# supported from D0 D3hot D3cold
[    2.100000] pci_bus 0000:01: busn_res: [bus 01-ff] end is updated to 01
[    2.100000] pci 0000:02:00.0: [14c3:7662] type 00 class 0x028000
[    2.100000] pci 0000:02:00.0: reg 0x10: [mem 0x00000000-0x000fffff 64bit]
[    2.100000] pci 0000:02:00.0: reg 0x30: [mem 0x00000000-0x0000ffff pref]
[    2.100000] pci 0000:02:00.0: PME# supported from D0 D3hot D3cold
[    2.100000] pci_bus 0000:02: busn_res: [bus 02-ff] end is updated to 02
[    2.100000] pci_bus 0000:00: busn_res: [bus 00-ff] end is updated to 02
[    2.100000] pci 0000:00:00.0: BAR 0: no space for [mem size 0x80000000]
[    2.110000] pci 0000:00:00.0: BAR 0: failed to assign [mem size 0x80000000]
[    2.120000] pci 0000:00:01.0: BAR 0: no space for [mem size 0x80000000]
[    2.130000] pci 0000:00:01.0: BAR 0: failed to assign [mem size 0x80000000]
[    2.140000] pci 0000:00:00.0: BAR 8: assigned [mem 0x60000000-0x600fffff]
[    2.150000] pci 0000:00:00.0: BAR 9: assigned [mem 0x60100000-0x601fffff pref]
[    2.160000] pci 0000:00:01.0: BAR 8: assigned [mem 0x60200000-0x602fffff]
[    2.170000] pci 0000:00:01.0: BAR 9: assigned [mem 0x60300000-0x603fffff pref]
[    2.180000] pci 0000:00:00.0: BAR 1: assigned [mem 0x60400000-0x6040ffff]
[    2.190000] pci 0000:00:01.0: BAR 1: assigned [mem 0x60410000-0x6041ffff]
[    2.200000] pci 0000:01:00.0: BAR 0: assigned [mem 0x60000000-0x600fffff 64bit]
[    2.210000] pci 0000:01:00.0: BAR 6: assigned [mem 0x60100000-0x6010ffff pref]
[    2.220000] pci 0000:00:00.0: PCI bridge to [bus 01]
[    2.220000] pci 0000:00:00.0:   bridge window [mem 0x60000000-0x600fffff]
[    2.230000] pci 0000:00:00.0:   bridge window [mem 0x60100000-0x601fffff pref]
[    2.240000] pci 0000:02:00.0: BAR 0: assigned [mem 0x60200000-0x602fffff 64bit]
[    2.250000] pci 0000:02:00.0: BAR 6: assigned [mem 0x60300000-0x6030ffff pref]
[    2.260000] pci 0000:00:01.0: PCI bridge to [bus 02]
[    2.260000] pci 0000:00:01.0:   bridge window [mem 0x60200000-0x602fffff]
[    2.270000] pci 0000:00:01.0:   bridge window [mem 0x60300000-0x603fffff pref]
[    2.280000] BAR0 at slot 0 = 0
[    2.280000] bus=0x0, slot = 0x0
[    2.290000] BAR0 at slot 1 = 0
[    2.290000] bus=0x0, slot = 0x1
[    2.300000] bus=0x1, slot = 0x0, irq=0xff
[    2.300000] bus=0x2, slot = 0x1, irq=0xff
[    2.310000] clocksource: Switched to clocksource GIC
[    2.320000] NET: Registered protocol family 2
[    2.330000] TCP established hash table entries: 1024 (order: 0, 4096 bytes)
[    2.340000] TCP bind hash table entries: 1024 (order: 1, 8192 bytes)
[    2.350000] TCP: Hash tables configured (established 1024 bind 1024)
[    2.360000] UDP hash table entries: 256 (order: 1, 8192 bytes)
[    2.380000] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)
[    2.390000] NET: Registered protocol family 1
[    2.400000] PCI: CLS 80 bytes, default 32
[    2.400000] Crashlog allocated RAM at address 0x3f00000
[    2.420000] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[    2.430000] jffs2: version 2.2 (NAND) (SUMMARY) (LZMA) (RTIME) (CMODE_PRIORITY) (c) 2001-2006 Red Hat, Inc.
[    2.450000] io scheduler noop registered
[    2.460000] io scheduler deadline registered (default)
[    2.470000] Serial: 8250/16550 driver, 16 ports, IRQ sharing enabled
[    2.480000] console [ttyS0] disabled
[    2.490000] 1e000c00.uartlite: ttyS0 at MMIO 0x1e000c00 (irq = 33, base_baud = 3125000) is a 16550A
[    2.510000] console [ttyS0] enabled
[    2.520000] bootconsole [early0] disabled
[    2.540000] MediaTek Nand driver init, version v2.1 Fix AHB virt2phys error
[    2.550000] spi-mt7621 1e000b00.spi: sys_freq: 50000000
[    2.570000] m25p80 spi32766.0: using chunked io (size=32)
[    2.580000] m25p80 spi32766.0: mx25l12805d (16384 Kbytes)
[    2.590000] 6 ofpart partitions found on MTD device spi32766.0
[    2.600000] Creating 6 MTD partitions on "spi32766.0":
[    2.610000] 0x000000000000-0x000000030000 : "u-boot"
[    2.620000] 0x000000030000-0x000000034000 : "u-boot-env"
[    2.630000] 0x000000034000-0x000000038000 : "radio"
[    2.640000] 0x000000038000-0x000000040000 : "factory"
[    2.650000] 0x000000040000-0x000000050000 : "defaults"
[    2.670000] 0x000000050000-0x000001000000 : "firmware"
[    2.720000] 2 seama-fw partitions found on MTD device firmware
[    2.740000] 0x000000050040-0x0000001e0000 : "kernel"
[    2.750000] 0x0000001e0000-0x000001000000 : "rootfs"
[    2.760000] mtd: device 7 (rootfs) set to be root filesystem
[    2.770000] 1 squashfs-split partitions found on MTD device rootfs
[    2.780000] 0x000000500000-0x000001000000 : "rootfs_data"
[    2.790000] netif_napi_add() called with weight 128 on device eth%d
[    2.820000] mtk_soc_eth 1e100000.ethernet: generated random MAC address a6:74:3d:2e:51:7f
[    2.840000] libphy: mdio: probed
[    4.240000] mtk_soc_eth 1e100000.ethernet: loaded mt7530 driver
[    4.250000] mtk_soc_eth 1e100000.ethernet eth0: mediatek frame engine at 0xbe100000, irq 10
[    4.270000] mt7621_wdt 1e000100.wdt: Initialized
[    4.280000] NET: Registered protocol family 10
[    4.290000] NET: Registered protocol family 17
[    4.300000] bridge: automatic filtering via arp/ip/ip6tables has been deprecated. Update your scripts to load br_netfilter if you need this.
[    4.330000] 8021q: 802.1Q VLAN Support v1.8
[    4.340000] hctosys: unable to open rtc device (rtc0)
[    4.350000] VFS: Mounted root (squashfs filesystem) readonly on device 31:7.
[    4.370000] Freeing unused kernel memory: 208K (804ac000 - 804e0000)
[    4.530000] random: nonblocking pool is initialized
[    5.310000] init: Console is alive
[    5.320000] init: - watchdog -
[    6.700000] usbcore: registered new interface driver usbfs
[    6.710000] usbcore: registered new interface driver hub
[    6.720000] usbcore: registered new device driver usb
[    6.730000] exFAT: Version 1.2.9
[    6.770000] SCSI subsystem initialized
[    6.790000] xhci-mtk 1e1c0000.xhci: xHCI Host Controller
[    6.800000] xhci-mtk 1e1c0000.xhci: new USB bus registered, assigned bus number 1
[    6.810000] xhci-mtk 1e1c0000.xhci: hcc params 0x01401198 hci version 0x96 quirks 0x00210010
[    6.830000] xhci-mtk 1e1c0000.xhci: irq 29, io mem 0x1e1c0000
[    6.840000] hub 1-0:1.0: USB hub found
[    6.850000] hub 1-0:1.0: 2 ports detected
[    6.860000] xhci-mtk 1e1c0000.xhci: xHCI Host Controller
[    6.870000] xhci-mtk 1e1c0000.xhci: new USB bus registered, assigned bus number 2
[    6.880000] usb usb2: We don't know the algorithms for LPM for this host, disabling LPM.
[    6.900000] hub 2-0:1.0: USB hub found
[    6.910000] hub 2-0:1.0: 1 port detected
[    6.920000] usbcore: registered new interface driver usb-storage
[    6.940000] init: - preinit -
[   10.580000] mount_root: loading kmods from internal overlay
[   11.530000] jffs2_scan_eraseblock(): End of filesystem marker found at 0x10000
[   11.550000] jffs2_build_filesystem(): unlocking the mtd device... done.
[   11.560000] jffs2_build_filesystem(): erasing all blocks after the end marker... done.
[   62.200000] jffs2: notice: (454) jffs2_build_xattr_subsystem: complete building xattr subsystem, 0 of xdatum (0 unchecked, 0 orphan) and 0 of xref (0 dead, 0 orphan) found.
[   62.230000] block: attempting to load /tmp/jffs_cfg/upper/etc/config/fstab
[   62.240000] block: unable to load configuration (fstab: Entry not found)
[   62.260000] block: attempting to load /tmp/jffs_cfg/etc/config/fstab
[   62.270000] block: unable to load configuration (fstab: Entry not found)
[   62.280000] block: attempting to load /etc/config/fstab
[   62.290000] block: unable to load configuration (fstab: Entry not found)
[   62.310000] block: no usable configuration
[   62.410000] jffs2: notice: (450) jffs2_build_xattr_subsystem: complete building xattr subsystem, 0 of xdatum (0 unchecked, 0 orphan) and 0 of xref (0 dead, 0 orphan) found.
[   63.100000] block: attempting to load /tmp/jffs_cfg/upper/etc/config/fstab
[   63.110000] block: unable to load configuration (fstab: Entry not found)
[   63.120000] block: attempting to load /tmp/jffs_cfg/etc/config/fstab
[   63.140000] block: unable to load configuration (fstab: Entry not found)
[   63.150000] block: attempting to load /etc/config/fstab
[   63.160000] block: unable to load configuration (fstab: Entry not found)
[   63.170000] block: no usable configuration
[   63.220000] mount_root: overlay filesystem has not been fully initialized yet
[   63.230000] mount_root: switching to jffs2 overlay
[   63.610000] urandom-seed: Seed file not found (/etc/urandom.seed)
[   63.700000] procd: - early -
[   63.710000] procd: - watchdog -
[   64.380000] procd: - ubus -
[   64.440000] procd: - init -
[   64.660000] ntfs: driver 2.1.32 [Flags: R/O MODULE].
[   64.680000] tun: Universal TUN/TAP device driver, 1.6
[   64.690000] tun: (C) 1999-2004 Max Krasnyansky <maxk@qualcomm.com>
[   64.700000] ip6_tables: (C) 2000-2006 Netfilter Core Team
[   64.720000] Loading modules backported from Linux version wt-2017-01-31-0-ge882dff19e7f
[   64.740000] Backport generated by backports.git backports-20160324-13-g24da7d3c
[   64.780000] batman_adv: B.A.T.M.A.N. advanced 2017.0 (compatibility version 15) loaded
[   64.880000] mt76x2e 0000:01:00.0: ASIC revision: 76120044
[   64.900000] mt76x2e 0000:01:00.0: ROM patch already applied
[   64.910000] mt76x2e 0000:01:00.0: Firmware Version: 0.0.00
[   64.920000] mt76x2e 0000:01:00.0: Build: 1
[   64.930000] mt76x2e 0000:01:00.0: Build Time: 201507311614____
[   64.960000] mt76x2e 0000:01:00.0: Firmware running!
[   64.970000] ieee80211 phy0: Selected rate control algorithm 'minstrel_ht'
[   64.970000] mt76x2e 0000:02:00.0: ASIC revision: 76020044
[   64.990000] mt76x2e 0000:02:00.0: ROM patch already applied
[   65.010000] mt76x2e 0000:02:00.0: Firmware Version: 0.0.00
[   65.020000] mt76x2e 0000:02:00.0: Build: 1
[   65.030000] mt76x2e 0000:02:00.0: Build Time: 201507311614____
[   65.060000] mt76x2e 0000:02:00.0: Firmware running!
[   65.080000] ieee80211 phy1: Selected rate control algorithm 'minstrel_ht'
[   65.090000] u32 classifier
[   65.100000]     input device check on
[   65.100000]     Actions configured
[   65.110000] Mirror/redirect action on
[   65.190000] Bridge firewalling registered
[   65.210000] Ebtables v2.0 registered
[   65.220000] hso: drivers/net/usb/hso.c: Option Wireless
[   65.230000] usbcore: registered new interface driver hso
[   65.240000] ip_tables: (C) 2000-2006 Netfilter Core Team
[   65.260000] nf_conntrack version 0.5.0 (1947 buckets, 7788 max)
[   65.460000] pegasus: v0.9.3 (2013/04/25), Pegasus/Pegasus II USB Ethernet driver
[   65.470000] usbcore: registered new interface driver pegasus
[   65.490000] usbcore: registered new interface driver r8152
[   65.500000] usbcore: registered new interface driver ums-alauda
[   65.520000] usbcore: registered new interface driver ums-cypress
[   65.530000] usbcore: registered new interface driver ums-datafab
[   65.540000] usbcore: registered new interface driver ums-freecom
[   65.560000] usbcore: registered new interface driver ums-isd200
[   65.570000] usbcore: registered new interface driver ums-jumpshot
[   65.580000] usbcore: registered new interface driver ums-karma
[   65.600000] usbcore: registered new interface driver ums-sddr09
[   65.610000] usbcore: registered new interface driver ums-sddr55
[   65.630000] usbcore: registered new interface driver ums-usbat
[   65.650000] usbcore: registered new interface driver usbserial
[   65.660000] usbcore: registered new interface driver usbserial_generic
[   65.670000] usbserial: USB Serial support registered for generic
[   65.700000] xt_time: kernel timezone is -0000
[   65.710000] usbcore: registered new interface driver asix
[   65.720000] usbcore: registered new interface driver ax88179_178a
[   65.740000] usbcore: registered new interface driver cdc_eem
[   65.750000] usbcore: registered new interface driver cdc_ether
[   65.770000] usbcore: registered new interface driver cdc_subset
[   65.780000] usbcore: registered new interface driver dm9601
[   65.800000] usbcore: registered new interface driver ftdi_sio
[   65.810000] usbserial: USB Serial support registered for FTDI USB Serial Device
[   65.830000] usbcore: registered new interface driver MOSCHIP usb-ethernet driver
[   65.850000] usbcore: registered new interface driver pl2303
[   65.860000] usbserial: USB Serial support registered for pl2303
[   65.870000] usbcore: registered new interface driver smsc95xx
[   76.660000] device eth0 entered promiscuous mode
[   76.680000] device eth0.1 entered promiscuous mode
[   76.690000] br-mesh_lan: port 1(eth0.1) entered forwarding state
[   76.700000] br-mesh_lan: port 1(eth0.1) entered forwarding state
[   76.730000] device eth0.2 entered promiscuous mode
[   76.750000] br-wan: port 1(eth0.2) entered forwarding state
[   76.760000] br-wan: port 1(eth0.2) entered forwarding state
[   76.790000] IPv6: ADDRCONF(NETDEV_UP): local-node: link is not ready
[   76.840000] IPv6: ADDRCONF(NETDEV_UP): br-client: link is not ready
[   76.870000] IPv6: ADDRCONF(NETDEV_CHANGE): local-node: link becomes ready
[   76.890000] device local-port entered promiscuous mode
[   76.900000] br-client: port 1(local-port) entered forwarding state
[   76.910000] br-client: port 1(local-port) entered forwarding state
[   76.920000] IPv6: ADDRCONF(NETDEV_CHANGE): br-client: link becomes ready
[   77.430000] batman_adv: bat0: Adding interface: primary0
[   77.440000] batman_adv: bat0: Interface activated: primary0
[   77.760000] 8021q: adding VLAN 0 to HW filter on device bat0
[   77.780000] device bat0 entered promiscuous mode
[   77.780000] br-client: port 2(bat0) entered forwarding state
[   77.800000] br-client: port 2(bat0) entered forwarding state
[   77.870000] batman_adv: bat0: Adding interface: br-wan
[   77.880000] batman_adv: bat0: The MTU of interface br-wan is too small (1500) to handle the transport of batman-adv packets. Packets going over this interface will be fragmented on layer2 which could impact the performance. Setting the MTU to 1532 would solve the problem.
[   77.930000] batman_adv: bat0: Interface activated: br-wan
[   77.950000] batman_adv: bat0: Adding interface: br-mesh_lan
[   77.960000] batman_adv: bat0: The MTU of interface br-mesh_lan is too small (1500) to handle the transport of batman-adv packets. Packets going over this interface will be fragmented on layer2 which could impact the performance. Setting the MTU to 1532 would solve the problem.
[   78.010000] batman_adv: bat0: Interface activated: br-mesh_lan
[   78.090000] batman_adv: bat0: No IGMP Querier present - multicast optimizations disabled
[   78.110000] batman_adv: bat0: No MLD Querier present - multicast optimizations disabled
[   78.610000] batman_adv: bat0: Changing gw mode from: off to: client
[   78.620000] batman_adv: bat0: hop_penalty: Changing from: 30 to: 15
[   78.630000] batman_adv: bat0: multicast_mode: Changing from: enabled to: disabled
[   78.650000] batman_adv: bat0: orig_interval: Changing from: 1000 to: 5000
[   78.700000] br-mesh_lan: port 1(eth0.1) entered forwarding state
[   78.760000] br-wan: port 1(eth0.2) entered forwarding state
[   78.910000] br-client: port 1(local-port) entered forwarding state
[   79.810000] br-client: port 2(bat0) entered forwarding state
[   80.150000] IPv6: ADDRCONF(NETDEV_UP): client1: link is not ready
[   80.570000] IPv6: ADDRCONF(NETDEV_UP): client0: link is not ready
[   80.590000] device client1 entered promiscuous mode
[   80.600000] device client0 entered promiscuous mode
[   80.610000] br-client: port 4(client0) entered forwarding state
[   80.620000] br-client: port 4(client0) entered forwarding state
[   81.000000] IPv6: ADDRCONF(NETDEV_CHANGE): client0: link becomes ready
[   81.300000] IPv6: ADDRCONF(NETDEV_CHANGE): client1: link becomes ready
[   81.310000] br-client: port 3(client1) entered forwarding state
[   81.320000] br-client: port 3(client1) entered forwarding state
[   81.380000] IPv6: ADDRCONF(NETDEV_UP): mesh1: link is not ready
[   81.400000] IPv6: ADDRCONF(NETDEV_UP): mesh0: link is not ready
[   81.430000] IPv6: ADDRCONF(NETDEV_CHANGE): mesh1: link becomes ready
[   81.450000] IPv6: ADDRCONF(NETDEV_CHANGE): mesh0: link becomes ready
[   81.670000] batman_adv: bat0: Adding interface: mesh1
[   81.680000] batman_adv: bat0: Interface activated: mesh1
[   81.730000] batman_adv: bat0: Adding interface: mesh0
[   81.740000] batman_adv: bat0: Interface activated: mesh0
[   82.620000] br-client: port 4(client0) entered forwarding state
[   83.320000] br-client: port 3(client1) entered forwarding state
[29601.370000] mt76x2e 0000:02:00.0: MCU message 31 (seq 8) timed out
[29904.380000] mt76x2e 0000:02:00.0: MCU message 31 (seq 10) timed out
[29924.680000] mt76x2e 0000:02:00.0: MCU message 31 (seq 14) timed out
[29926.690000] mt76x2e 0000:02:00.0: MCU message 31 (seq 15) timed out
[30049.150000] mt76x2e 0000:02:00.0: MCU message 31 (seq 1) timed out
[31437.810000] mt76x2e 0000:02:00.0: MCU message 31 (seq 8) timed out
[54670.660000] mt76x2e 0000:02:00.0: MCU message 31 (seq 2) timed out
[58910.440000] mt76x2e 0000:02:00.0: MCU message 31 (seq 10) timed out
[64666.760000] mt76x2e 0000:02:00.0: MCU message 31 (seq 4) timed out
[64730.290000] mt76x2e 0000:02:00.0: MCU message 31 (seq 6) timed out
[76160.160000] mt76x2e 0000:02:00.0: MCU message 31 (seq 4) timed out
[113952.430000] mt76x2e 0000:02:00.0: MCU message 31 (seq 6) timed out
[114256.230000] mt76x2e 0000:02:00.0: MCU message 31 (seq 8) timed out
[114258.240000] mt76x2e 0000:02:00.0: MCU message 31 (seq 9) timed out
[114863.850000] mt76x2e 0000:02:00.0: MCU message 31 (seq 12) timed out
[115777.220000] mt76x2e 0000:02:00.0: MCU message 31 (seq 9) timed out
[116678.260000] mt76x2e 0000:02:00.0: MCU message 31 (seq 9) timed out
[116981.270000] mt76x2e 0000:02:00.0: MCU message 31 (seq 11) timed out
[117090.380000] mt76x2e 0000:02:00.0: MCU message 31 (seq 14) timed out
[117284.390000] mt76x2e 0000:02:00.0: MCU message 31 (seq 12) timed out
[117393.400000] mt76x2e 0000:02:00.0: MCU message 31 (seq 15) timed out
[117695.990000] mt76x2e 0000:02:00.0: MCU message 31 (seq 15) timed out
[117999.510000] mt76x2e 0000:02:00.0: MCU message 31 (seq 2) timed out
[118183.520000] mt76x2e 0000:02:00.0: MCU message 31 (seq 5) timed out
[118302.750000] mt76x2e 0000:02:00.0: MCU message 31 (seq 3) timed out
[118496.790000] mt76x2e 0000:02:00.0: MCU message 31 (seq 1) timed out
[118605.460000] mt76x2e 0000:02:00.0: MCU message 31 (seq 3) timed out
[122242.570000] mt76x2e 0000:02:00.0: MCU message 31 (seq 6) timed out
[122738.500000] mt76x2e 0000:02:00.0: MCU message 31 (seq 4) timed out
[123041.510000] mt76x2e 0000:02:00.0: MCU message 31 (seq 6) timed out
[126529.750000] mt76x2e 0000:02:00.0: MCU message 31 (seq 13) timed out
[131194.810000] mt76x2e 0000:02:00.0: MCU message 31 (seq 12) timed out
[131249.820000] mt76x2e 0000:02:00.0: MCU message 31 (seq 6) timed out
[131251.830000] mt76x2e 0000:02:00.0: MCU message 31 (seq 7) timed out
[131253.840000] mt76x2e 0000:02:00.0: MCU message 31 (seq 8) timed out
[140160.700000] mt76x2e 0000:02:00.0: MCU message 31 (seq 2) timed out
[143667.450000] mt76x2e 0000:02:00.0: MCU message 31 (seq 11) timed out
[144879.440000] mt76x2e 0000:02:00.0: MCU message 31 (seq 6) timed out
[146368.530000] mt76x2e 0000:02:00.0: MCU message 31 (seq 9) timed out
[146395.540000] mt76x2e 0000:02:00.0: MCU message 31 (seq 5) timed out
[200315.140000] mt76x2e 0000:02:00.0: MCU message 31 (seq 11) timed out
[204624.770000] mt76x2e 0000:02:00.0: MCU message 31 (seq 12) timed out
[204740.780000] mt76x2e 0000:02:00.0: MCU message 31 (seq 7) timed out
[206261.080000] mt76x2e 0000:02:00.0: MCU message 31 (seq 11) timed out
[206541.090000] mt76x2e 0000:02:00.0: MCU message 31 (seq 5) timed out
[208321.560000] mt76x2e 0000:02:00.0: MCU message 31 (seq 14) timed out
[208396.570000] mt76x2e 0000:02:00.0: MCU message 31 (seq 13) timed out
[215317.610000] mt76x2e 0000:01:00.0: MCU message 31 (seq 11) timed out
[228608.520000] mt76x2e 0000:02:00.0: MCU message 31 (seq 2) timed out
[234669.000000] mt76x2e 0000:02:00.0: MCU message 31 (seq 1) timed out
[244665.090000] mt76x2e 0000:02:00.0: MCU message 31 (seq 6) timed out
[283331.960000] mt76x2e 0000:02:00.0: MCU message 31 (seq 14) timed out
[284036.730000] mt76x2e 0000:02:00.0: MCU message 31 (seq 12) timed out
[296156.650000] mt76x2e 0000:02:00.0: MCU message 31 (seq 10) timed out
[296459.820000] mt76x2e 0000:02:00.0: MCU message 31 (seq 11) timed out
[300536.830000] mt76x2e 0000:02:00.0: MCU message 31 (seq 7) timed out
[300573.840000] mt76x2e 0000:02:00.0: MCU message 31 (seq 13) timed out
[300743.860000] mt76x2e 0000:02:00.0: MCU message 31 (seq 2) timed out
[300839.950000] mt76x2e 0000:02:00.0: MCU message 31 (seq 7) timed out
[307129.550000] mt76x2e 0000:02:00.0: MCU message 31 (seq 10) timed out
[307131.560000] mt76x2e 0000:02:00.0: MCU message 31 (seq 11) timed out
[307133.570000] mt76x2e 0000:02:00.0: MCU message 31 (seq 12) timed out
[307858.440000] mt76x2e 0000:02:00.0: MCU message 31 (seq 13) timed out
[308328.120000] mt76x2e 0000:02:00.0: MCU message 31 (seq 15) timed out
[308330.130000] mt76x2e 0000:02:00.0: MCU message 31 (seq 1) timed out
[308415.860000] mt76x2e 0000:02:00.0: MCU message 31 (seq 10) timed out
[308494.250000] mt76x2e 0000:02:00.0: MCU message 31 (seq 12) timed out
[310830.420000] mt76x2e 0000:02:00.0: MCU message 31 (seq 5) timed out
[320007.220000] mt76x2e 0000:02:00.0: MCU message 31 (seq 14) timed out
[320009.230000] mt76x2e 0000:02:00.0: MCU message 31 (seq 15) timed out
[332170.530000] mt76x2e 0000:02:00.0: MCU message 31 (seq 7) timed out
[332455.900000] mt76x2e 0000:02:00.0: MCU message 31 (seq 5) timed out
[359517.960000] mt76x2e 0000:02:00.0: MCU message 31 (seq 5) timed out
[369229.390000] mt76x2e 0000:02:00.0: MCU message 31 (seq 10) timed out
[379463.510000] mt76x2e 0000:02:00.0: MCU message 31 (seq 8) timed out
[384599.910000] mt76x2e 0000:02:00.0: MCU message 31 (seq 12) timed out
[389766.860000] mt76x2e 0000:02:00.0: MCU message 31 (seq 1) timed out
[390468.020000] mt76x2e 0000:02:00.0: MCU message 31 (seq 10) timed out
[390470.030000] mt76x2e 0000:02:00.0: MCU message 31 (seq 11) timed out
[392886.060000] mt76x2e 0000:02:00.0: MCU message 31 (seq 11) timed out
[394008.410000] mt76x2e 0000:02:00.0: MCU message 31 (seq 7) timed out
[395523.870000] mt76x2e 0000:02:00.0: MCU message 31 (seq 6) timed out
[395593.880000] mt76x2e 0000:02:00.0: MCU message 31 (seq 15) timed out
[395616.300000] mt76x2e 0000:02:00.0: MCU message 31 (seq 6) timed out
[395917.130000] mt76x2e 0000:02:00.0: MCU message 31 (seq 5) timed out
[396036.140000] mt76x2e 0000:02:00.0: MCU message 31 (seq 3) timed out
[396130.150000] mt76x2e 0000:02:00.0: MCU message 31 (seq 6) timed out
[396433.310000] mt76x2e 0000:02:00.0: MCU message 31 (seq 8) timed out
[399089.330000] mt76x2e 0000:02:00.0: MCU message 31 (seq 5) timed out
[399838.910000] mt76x2e 0000:02:00.0: MCU message 31 (seq 2) timed out
[412150.170000] mt76x2e 0000:02:00.0: MCU message 31 (seq 10) timed out
[458148.160000] mt76x2e 0000:02:00.0: MCU message 31 (seq 15) timed out
[458451.170000] mt76x2e 0000:02:00.0: MCU message 31 (seq 2) timed out
[470571.340000] mt76x2e 0000:02:00.0: MCU message 31 (seq 12) timed out
[472693.120000] mt76x2e 0000:02:00.0: MCU message 31 (seq 2) timed out
[472771.170000] mt76x2e 0000:02:00.0: MCU message 31 (seq 3) timed out
[472814.330000] mt76x2e 0000:02:00.0: MCU message 31 (seq 15) timed out
[472828.340000] mt76x2e 0000:02:00.0: MCU message 31 (seq 13) timed out
[473723.380000] mt76x2e 0000:02:00.0: MCU message 31 (seq 7) timed out
[473738.300000] mt76x2e 0000:02:00.0: MCU message 31 (seq 5) timed out
[473754.310000] mt76x2e 0000:02:00.0: MCU message 31 (seq 5) timed out
[473809.760000] mt76x2e 0000:02:00.0: MCU message 31 (seq 14) timed out
[488544.930000] mt76x2e 0000:02:00.0: MCU message 31 (seq 1) timed out
[488641.360000] mt76x2e 0000:02:00.0: MCU message 31 (seq 6) timed out
[488848.370000] mt76x2e 0000:02:00.0: MCU message 31 (seq 2) timed out
[488852.380000] mt76x2e 0000:02:00.0: MCU message 31 (seq 5) timed out
[490578.360000] mt76x2e 0000:02:00.0: MCU message 31 (seq 4) timed out
[490631.970000] mt76x2e 0000:02:00.0: MCU message 31 (seq 11) timed out
[490881.440000] mt76x2e 0000:02:00.0: MCU message 31 (seq 3) timed out
[492483.680000] mt76x2e 0000:02:00.0: MCU message 31 (seq 13) timed out
[492554.730000] mt76x2e 0000:02:00.0: MCU message 31 (seq 8) timed out
[492952.590000] mt76x2e 0000:02:00.0: MCU message 31 (seq 14) timed out
[493089.160000] mt76x2e 0000:02:00.0: MCU message 31 (seq 13) timed out
[493091.170000] mt76x2e 0000:02:00.0: MCU message 31 (seq 14) timed out
[493392.680000] mt76x2e 0000:02:00.0: MCU message 31 (seq 13) timed out
[496976.520000] mt76x2e 0000:02:00.0: MCU message 31 (seq 10) timed out
[497027.400000] mt76x2e 0000:02:00.0: MCU message 31 (seq 14) timed out
[511737.340000] mt76x2e 0000:02:00.0: MCU message 31 (seq 7) timed out
[547913.410000] mt76x2e 0000:02:00.0: MCU message 31 (seq 2) timed out
root@64289-rocket-cloud:/# iwinfo
client0   ESSID: "darmstadt.freifunk.net"
          Access Point: 90:8D:78:23:AF:1E
          Mode: Master  Channel: 44 (5.220 GHz)
          Tx-Power: 18 dBm  Link Quality: 16/70
          Signal: -94 dBm  Noise: unknown
          Bit Rate: 6.5 MBit/s
          Encryption: none
          Type: nl80211  HW Mode(s): 802.11nac
          Hardware: 14C3:7662 14C3:7662 [Generic MAC80211]
          TX power offset: unknown
          Frequency offset: unknown
          Supports VAPs: yes  PHY name: phy0

client1   ESSID: "darmstadt.freifunk.net"
          Access Point: 92:8D:78:23:AF:1C
          Mode: Master  Channel: 1 (2.412 GHz)
          Tx-Power: 19 dBm  Link Quality: unknown/70
          Signal: unknown  Noise: unknown
          Bit Rate: unknown
          Encryption: none
          Type: nl80211  HW Mode(s): 802.11bgn
          Hardware: 14C3:7662 14C3:7662 [Generic MAC80211]
          TX power offset: unknown
          Frequency offset: unknown
          Supports VAPs: yes  PHY name: phy1

mesh0     ESSID: unknown
          Access Point: 00:00:00:00:00:00
          Mode: Mesh Point  Channel: 44 (5.220 GHz)
          Tx-Power: 18 dBm  Link Quality: unknown/70
          Signal: unknown  Noise: unknown
          Bit Rate: unknown
          Encryption: unknown
          Type: nl80211  HW Mode(s): 802.11nac
          Hardware: 14C3:7662 14C3:7662 [Generic MAC80211]
          TX power offset: unknown
          Frequency offset: unknown
          Supports VAPs: yes  PHY name: phy0

mesh1     ESSID: unknown
          Access Point: 00:00:00:00:00:00
          Mode: Mesh Point  Channel: 1 (2.412 GHz)
          Tx-Power: 19 dBm  Link Quality: unknown/70
          Signal: unknown  Noise: unknown
          Bit Rate: unknown
          Encryption: unknown
          Type: nl80211  HW Mode(s): 802.11bgn
          Hardware: 14C3:7662 14C3:7662 [Generic MAC80211]
          TX power offset: unknown
          Frequency offset: unknown
          Supports VAPs: yes  PHY name: phy1
mmalte commented 7 years ago

I've got an 860l B1 runnning with the Lede Based Gluon Master. I'll disable the LAN-Mesh to try to reproduce.

mweinelt commented 7 years ago

This problem seems limited to the 2.4 GHz Radio. I see both mesh and client beacons on 5 GHz.

dmesg looks innocent enough, only timeouts as seen before.

# cat /lib/gluon/release 
0.10.0~20170420
# cat /lib/gluon/gluon-version 
v2016.2-271-g6c053d92
mweinelt commented 7 years ago

After ~13 days uptime the connectivity broke away.

root@64289-rocket-cloud:/# iw dev
phy#1
        Interface client1
                ifindex 18
                wdev 0x100000003
                addr 92:8d:78:23:af:1c
                ssid darmstadt.freifunk.net
                type AP
                channel 1 (2412 MHz), width: 20 MHz, center1: 2412 MHz
                txpower 19.00 dBm
        Interface mesh1
                ifindex 17
                wdev 0x100000002
                addr 96:8d:78:23:af:1c
                type mesh point
                channel 1 (2412 MHz), width: 20 MHz, center1: 2412 MHz
                txpower 19.00 dBm
phy#0
        Interface client0
                ifindex 20
                wdev 0x3
                addr 90:8d:78:23:af:1e
                ssid darmstadt.freifunk.net
                type AP
                channel 44 (5220 MHz), width: 20 MHz, center1: 5220 MHz
                txpower 18.00 dBm
        Interface mesh0
                ifindex 19
                wdev 0x2
                addr 92:8d:78:23:af:1e
                type mesh point
                channel 44 (5220 MHz), width: 20 MHz, center1: 5220 MHz
                txpower 18.00 dBm
root@64289-rocket-cloud:/# iw dev mesh1 station dump
Station aa:69:23:85:e1:11 (on mesh1)
        inactive time:  80 ms
        rx bytes:       48939625908
        rx packets:     349676967
        tx bytes:       380122141
        tx packets:     4043524
        tx retries:     2034539
        tx failed:      9823
        rx drop misc:   673293
        signal:         -75 [-83, -75] dBm
        signal avg:     -74 [-83, -74] dBm
        tx bitrate:     78.0 MBit/s MCS 12
        rx bitrate:     1.0 MBit/s
        expected throughput:    15.563Mbps
        mesh llid:      11865
        mesh plid:      21358
        mesh plink:     ESTAB
        mesh local PS mode:     ACTIVE
        mesh peer PS mode:      ACTIVE
        mesh non-peer PS mode:  ACTIVE
        authorized:     yes
        authenticated:  yes
        associated:     yes
        preamble:       long
        WMM/WME:        yes
        MFP:            no
        TDLS peer:      no
        DTIM period:    2
        beacon interval:100
        short slot time:yes
        connected time: 1486706 seconds
Station 42:f7:31:6f:6c:c9 (on mesh1)
        inactive time:  80 ms
        rx bytes:       48564697594
        rx packets:     338456530
        tx bytes:       856374622
        tx packets:     8779649
        tx retries:     2055884
        tx failed:      7
        rx drop misc:   259407
        signal:         -41 [-50, -41] dBm
        signal avg:     -41 [-52, -41] dBm
        Toffset:        554541069306 us
        tx bitrate:     104.0 MBit/s MCS 13
        rx bitrate:     104.0 MBit/s MCS 13
        expected throughput:    40.191Mbps
        mesh llid:      23449
        mesh plid:      487
        mesh plink:     ESTAB
        mesh local PS mode:     ACTIVE
        mesh peer PS mode:      ACTIVE
        mesh non-peer PS mode:  ACTIVE
        authorized:     yes
        authenticated:  yes
        associated:     yes
        preamble:       long
        WMM/WME:        yes
        MFP:            no
        TDLS peer:      no
        DTIM period:    2
        beacon interval:100
        short slot time:yes
        connected time: 1486706 seconds
root@64289-rocket-cloud:/# batctl n
[B.A.T.M.A.N. adv 2017.1, MainIF/MAC: primary0/66:3a:05:3b:00:33 (bat0/90:8d:78:23:af:1c BATMAN_IV)]
IF             Neighbor              last-seen
        mesh1     aa:69:23:85:e1:11    2.530s
        mesh1     42:f7:31:6f:6c:c9    4.360s
root@64289-rocket-cloud:/# batctl o
[B.A.T.M.A.N. adv 2017.1, MainIF/MAC: primary0/66:3a:05:3b:00:33 (bat0/90:8d:78:23:af:1c BATMAN_IV)]
   Originator        last-seen (#/255) Nexthop           [outgoingIF]

So it looks like it still sees neighbours, but not more :(

root@64289-rocket-cloud:/# batctl td mesh1
10:53:07.093696 BAT 96:8d:78:23:af:1c: BCAST, orig da:ff:61:00:03:05, seq 2834565, IP6 fe80::d8ff:61ff:fe00:304 > ff02::1:ff30:2ae0 ICMP6 neighbor solicitation, who has 2001:67c:2ed8:6100:18b9:65ad:eb30:2ae0, length 72
10:53:07.094278 BAT 96:8d:78:23:af:1c: BCAST, orig da:ff:61:00:02:05, seq 8067036, IP6 fe80::d8ff:61ff:fe00:204 > ff02::1:ff1e:55bd ICMP6 neighbor solicitation, who has 2001:67c:2ed8:6100:34ba:5c95:fe1e:55bd, length 72
10:53:07.094710 BAT 96:8d:78:23:af:1c: BCAST, orig da:ff:61:00:06:05, seq 8481860, IP6 fe80::d8ff:61ff:fe00:604 > ff02::1:ff57:c74e ICMP6 neighbor solicitation, who has 2001:67c:2ed8:6100:1df:bd17:2057:c74e, length 72
10:53:07.095309 BAT 42:f7:31:6f:6c:c9: BCAST, orig da:ff:61:00:02:05, seq 8067036, IP6 fe80::d8ff:61ff:fe00:204 > ff02::1:ff1e:55bd ICMP6 neighbor solicitation, who has 2001:67c:2ed8:6100:34ba:5c95:fe1e:55bd, length 72
10:53:07.100987 BAT aa:69:23:85:e1:11: BCAST, orig da:ff:61:00:02:05, seq 8067036, IP6 fe80::d8ff:61ff:fe00:204 > ff02::1:ff1e:55bd ICMP6 neighbor solicitation, who has 2001:67c:2ed8:6100:34ba:5c95:fe1e:55bd, length 72
10:53:07.101444 BAT aa:69:23:85:e1:11: BCAST, orig da:ff:61:00:06:05, seq 8481860, IP6 fe80::d8ff:61ff:fe00:604 > ff02::1:ff57:c74e ICMP6 neighbor solicitation, who has 2001:67c:2ed8:6100:1df:bd17:2057:c74e, length 72
10:53:07.101800 BAT aa:69:23:85:e1:11: BCAST, orig da:ff:61:00:01:05, seq 7478584, ARP, Request who-has 10.223.5.235 tell 10.223.0.1 (da:ff:61:00:01:04), length 28
10:53:07.103729 BAT 96:8d:78:23:af:1c: BCAST, orig da:ff:61:00:06:05, seq 8481860, IP6 fe80::d8ff:61ff:fe00:604 > ff02::1:ff57:c74e ICMP6 neighbor solicitation, who has 2001:67c:2ed8:6100:1df:bd17:2057:c74e, length 72
10:53:07.104171 BAT 96:8d:78:23:af:1c: BCAST, orig da:ff:61:00:01:05, seq 7478584, ARP, Request who-has 10.223.5.235 tell 10.223.0.1 (da:ff:61:00:01:04), length 28
10:53:07.104394 BAT 96:8d:78:23:af:1c: BCAST, orig da:ff:61:00:02:05, seq 8067036, IP6 fe80::d8ff:61ff:fe00:204 > ff02::1:ff1e:55bd ICMP6 neighbor solicitation, who has 2001:67c:2ed8:6100:34ba:5c95:fe1e:55bd, length 72
10:53:07.106677 BAT 42:f7:31:6f:6c:c9: BCAST, orig da:ff:61:00:06:05, seq 8481860, IP6 fe80::d8ff:61ff:fe00:604 > ff02::1:ff57:c74e ICMP6 neighbor solicitation, who has 2001:67c:2ed8:6100:1df:bd17:2057:c74e, length 72
10:53:07.110341 BAT aa:69:23:85:e1:11: BCAST, orig da:ff:61:00:03:05, seq 2834560, ARP, Request who-has 10.223.14.80 tell 10.223.0.3 (da:ff:61:00:03:04), length 28
10:53:07.110770 BAT aa:69:23:85:e1:11: BCAST, orig da:ff:61:00:01:05, seq 7478584, ARP, Request who-has 10.223.5.235 tell 10.223.0.1 (da:ff:61:00:01:04), length 28
10:53:07.113985 BAT 96:8d:78:23:af:1c: BCAST, orig da:ff:61:00:01:05, seq 7478584, ARP, Request who-has 10.223.5.235 tell 10.223.0.1 (da:ff:61:00:01:04), length 28
10:53:07.114426 BAT 96:8d:78:23:af:1c: BCAST, orig da:ff:61:00:03:05, seq 2834560, ARP, Request who-has 10.223.14.80 tell 10.223.0.3 (da:ff:61:00:03:04), length 28
10:53:07.115567 BAT 42:f7:31:6f:6c:c9: BCAST, orig da:ff:61:00:03:05, seq 2834560, ARP, Request who-has 10.223.14.80 tell 10.223.0.3 (da:ff:61:00:03:04), length 28
10:53:07.115894 BAT 42:f7:31:6f:6c:c9: BCAST, orig da:ff:61:00:01:05, seq 7478584, ARP, Request who-has 10.223.5.235 tell 10.223.0.1 (da:ff:61:00:01:04), length 28
10:53:07.116250 BAT f6:73:27:88:b9:53: OGM IV via neigh 42:f7:31:6f:6c:c9, seq 573033521, tq 114, ttl 45, v 15, flags [...], length 496, tvlv_len 28
        TVLV TTv1: OGM DIFF [.] ttvn=27 vlan_num=2 entry_num=0
                VLAN ID 0, crc 0x17134e90
                VLAN ID -1, crc 0x7b41eab9
        TVLV DATv1: enabled
10:53:07.121031 BAT aa:69:23:85:e1:11: BCAST, orig da:ff:61:00:03:05, seq 2834560, ARP, Request who-has 10.223.14.80 tell 10.223.0.3 (da:ff:61:00:03:04), length 28
10:53:07.121381 BAT aa:69:23:85:e1:11: BCAST, orig da:ff:61:00:01:05, seq 7478584, ARP, Request who-has 10.223.5.235 tell 10.223.0.1 (da:ff:61:00:01:04), length 28
10:53:07.121582 BAT aa:69:23:85:e1:11: BCAST, orig da:ff:61:00:03:05, seq 2834566, IP6 fe80::d8ff:61ff:fe00:304 > ff02::1:ffbe:7c83 ICMP6 neighbor solicitation, who has 2001:67c:2ed8:6100:9925:7de6:57be:7c83, length 72
10:53:07.123721 BAT 96:8d:78:23:af:1c: BCAST, orig da:ff:61:00:03:05, seq 2834566, IP6 fe80::d8ff:61ff:fe00:304 > ff02::1:ffbe:7c83 ICMP6 neighbor solicitation, who has 2001:67c:2ed8:6100:9925:7de6:57be:7c83, length 72
10:53:07.785366 BAT 96:8d:78:23:af:1c: BCAST, orig da:ff:61:00:03:05, seq 2834560, ARP, Request who-has 10.223.14.80 tell 10.223.0.3 (da:ff:61:00:03:04), length 28
10:53:07.785751 BAT 96:8d:78:23:af:1c: BCAST, orig da:ff:61:00:01:05, seq 7478584, ARP, Request who-has 10.223.5.235 tell 10.223.0.1 (da:ff:61:00:01:04), length 28
10:53:07.785940 BAT 42:f7:31:6f:6c:c9: BCAST, orig da:ff:61:00:03:05, seq 2834560, ARP, Request who-has 10.223.14.80 tell 10.223.0.3 (da:ff:61:00:03:04), length 28
10:53:07.786127 BAT aa:69:23:85:e1:11: BCAST, orig da:ff:61:00:03:05, seq 2834560, ARP, Request who-has 10.223.14.80 tell 10.223.0.3 (da:ff:61:00:03:04), length 28
10:53:07.786314 BAT aa:69:23:85:e1:11: BCAST, orig da:ff:61:00:03:05, seq 2834566, IP6 fe80::d8ff:61ff:fe00:304 > ff02::1:ffbe:7c83 ICMP6 neighbor solicitation, who has 2001:67c:2ed8:6100:9925:7de6:57be:7c83, length 72
10:53:07.786535 BAT aa:69:23:85:e1:11: BCAST, orig da:ff:61:00:04:05, seq 5848717, IP6 fe80::d8ff:61ff:fe00:404 > ff02::1:ffd1:5c89 ICMP6 neighbor solicitation, who has fd01:67c:2ed8:6100:1542:9d77:f2d1:5c89, length 72
10:53:07.786747 BAT 96:8d:78:23:af:1c: BCAST, orig da:ff:61:00:03:05, seq 2834560, ARP, Request who-has 10.223.14.80 tell 10.223.0.3 (da:ff:61:00:03:04), length 28
10:53:07.786934 BAT 96:8d:78:23:af:1c: BCAST, orig da:ff:61:00:04:05, seq 5848717, IP6 fe80::d8ff:61ff:fe00:404 > ff02::1:ffd1:5c89 ICMP6 neighbor solicitation, who has fd01:67c:2ed8:6100:1542:9d77:f2d1:5c89, length 72
10:53:07.787147 BAT 96:8d:78:23:af:1c: BCAST, orig da:ff:61:00:03:05, seq 2834566, IP6 fe80::d8ff:61ff:fe00:304 > ff02::1:ffbe:7c83 ICMP6 neighbor solicitation, who has 2001:67c:2ed8:6100:9925:7de6:57be:7c83, length 72
10:53:07.787359 BAT 42:f7:31:6f:6c:c9: BCAST, orig da:ff:61:00:04:05, seq 5848717, IP6 fe80::d8ff:61ff:fe00:404 > ff02::1:ffd1:5c89 ICMP6 neighbor solicitation, who has fd01:67c:2ed8:6100:1542:9d77:f2d1:5c89, length 72
10:53:07.787571 BAT 42:f7:31:6f:6c:c9: BCAST, orig da:ff:61:00:03:05, seq 2834560, ARP, Request who-has 10.223.14.80 tell 10.223.0.3 (da:ff:61:00:03:04), length 28
10:53:07.787765 BAT 42:f7:31:6f:6c:c9: BCAST, orig da:ff:61:00:03:05, seq 2834566, IP6 fe80::d8ff:61ff:fe00:304 > ff02::1:ffbe:7c83 ICMP6 neighbor solicitation, who has 2001:67c:2ed8:6100:9925:7de6:57be:7c83, length 72
10:53:07.787979 BAT ca:19:ee:07:0a:f0: OGM IV via neigh aa:69:23:85:e1:11, seq 3027321741, tq  60, ttl 41, v 15, flags [...], length 476, tvlv_len 28
        TVLV TTv1: OGM DIFF [.] ttvn=186 vlan_num=2 entry_num=0
                VLAN ID 0, crc 00000000
                VLAN ID -1, crc 0x32edb290
        TVLV DATv1: enabled
10:53:07.788216 BAT aa:69:23:85:e1:11: BCAST, orig da:ff:61:00:03:05, seq 2834566, IP6 fe80::d8ff:61ff:fe00:304 > ff02::1:ffbe:7c83 ICMP6 neighbor solicitation, who has 2001:67c:2ed8:6100:9925:7de6:57be:7c83, length 72
10:53:07.788430 BAT 96:8d:78:23:af:1c: BCAST, orig da:ff:61:00:03:05, seq 2834566, IP6 fe80::d8ff:61ff:fe00:304 > ff02::1:ffbe:7c83 ICMP6 neighbor solicitation, who has 2001:67c:2ed8:6100:9925:7de6:57be:7c83, length 72
10:53:07.788642 BAT 96:8d:78:23:af:1c: BCAST, orig da:ff:61:00:04:05, seq 5848717, IP6 fe80::d8ff:61ff:fe00:404 > ff02::1:ffd1:5c89 ICMP6 neighbor solicitation, who has fd01:67c:2ed8:6100:1542:9d77:f2d1:5c89, length 72
10:53:07.788854 BAT 42:f7:31:6f:6c:c9: BCAST, orig da:ff:61:00:03:05, seq 2834566, IP6 fe80::d8ff:61ff:fe00:304 > ff02::1:ffbe:7c83 ICMP6 neighbor solicitation, who has 2001:67c:2ed8:6100:9925:7de6:57be:7c83, length 72
10:53:07.789067 BAT 42:f7:31:6f:6c:c9: BCAST, orig da:ff:61:00:04:05, seq 5848717, IP6 fe80::d8ff:61ff:fe00:404 > ff02::1:ffd1:5c89 ICMP6 neighbor solicitation, who has fd01:67c:2ed8:6100:1542:9d77:f2d1:5c89, length 72
10:53:07.789279 BAT aa:69:23:85:e1:11: BCAST, orig da:ff:61:00:04:05, seq 5848717, IP6 fe80::d8ff:61ff:fe00:404 > ff02::1:ffd1:5c89 ICMP6 neighbor solicitation, who has fd01:67c:2ed8:6100:1542:9d77:f2d1:5c89, length 72
10:53:08.451694 BAT aa:69:23:85:e1:11: BCAST, orig da:ff:61:00:03:05, seq 2834569, IP6 fe80::d8ff:61ff:fe00:304 > ff02::1:ff80:7004 ICMP6 neighbor solicitation, who has 2001:67c:2ed8:6100:99da:2d49:9b80:7004, length 72
10:53:08.452066 BAT aa:69:23:85:e1:11: BCAST, orig da:ff:61:00:02:05, seq 8067037, IP6 fe80::d8ff:61ff:fe00:204 > ff02::1:ff80:7004 ICMP6 neighbor solicitation, who has 2001:67c:2ed8:6100:99da:2d49:9b80:7004, length 72
10:53:08.452284 BAT 96:fe:40:b4:52:ab: OGM IV via neigh aa:69:23:85:e1:11, seq 2666914258, tq  80, ttl 45, v 15, flags [...], length 496, tvlv_len 28
        TVLV TTv1: OGM DIFF [.] ttvn=27 vlan_num=2 entry_num=0
                VLAN ID 0, crc 0x95374c96
                VLAN ID -1, crc 0x601c72e7
        TVLV DATv1: enabled
10:53:08.452523 BAT aa:69:23:85:e1:11: BCAST, orig da:ff:61:00:04:05, seq 5848717, IP6 fe80::d8ff:61ff:fe00:404 > ff02::1:ffd1:5c89 ICMP6 neighbor solicitation, who has fd01:67c:2ed8:6100:1542:9d77:f2d1:5c89, length 72
10:53:08.452737 BAT aa:69:23:85:e1:11: BCAST, orig da:ff:61:00:03:05, seq 2834569, IP6 fe80::d8ff:61ff:fe00:304 > ff02::1:ff80:7004 ICMP6 neighbor solicitation, who has 2001:67c:2ed8:6100:99da:2d49:9b80:7004, length 72
10:53:08.452949 BAT aa:69:23:85:e1:11: BCAST, orig da:ff:61:00:02:05, seq 8067037, IP6 fe80::d8ff:61ff:fe00:204 > ff02::1:ff80:7004 ICMP6 neighbor solicitation, who has 2001:67c:2ed8:6100:99da:2d49:9b80:7004, length 72
10:53:08.453161 BAT aa:69:23:85:e1:11: BCAST, orig da:ff:61:00:05:05, seq 7078594, IP6 fe80::d8ff:61ff:fe00:504 > ff02::1:ff3e:3796 ICMP6 neighbor solicitation, who has 2001:67c:2ed8:6100:f81f:3762:763e:3796, length 72
10:53:08.453375 BAT aa:69:23:85:e1:11: BCAST, orig da:ff:61:00:03:05, seq 2834568, IP6 fe80::d8ff:61ff:fe00:304 > ff02::1:ffc4:fe48 ICMP6 neighbor solicitation, who has 2001:67c:2ed8:6100:7547:d1ed:93c4:fe48, length 72
10:53:08.454769 BAT 96:8d:78:23:af:1c: BCAST, orig da:ff:61:00:04:05, seq 5848717, IP6 fe80::d8ff:61ff:fe00:404 > ff02::1:ffd1:5c89 ICMP6 neighbor solicitation, who has fd01:67c:2ed8:6100:1542:9d77:f2d1:5c89, length 72
10:53:08.455212 BAT 96:8d:78:23:af:1c: BCAST, orig da:ff:61:00:03:05, seq 2834568, IP6 fe80::d8ff:61ff:fe00:304 > ff02::1:ffc4:fe48 ICMP6 neighbor solicitation, who has 2001:67c:2ed8:6100:7547:d1ed:93c4:fe48, length 72
10:53:08.455560 BAT 96:8d:78:23:af:1c: BCAST, orig da:ff:61:00:05:05, seq 7078594, IP6 fe80::d8ff:61ff:fe00:504 > ff02::1:ff3e:3796 ICMP6 neighbor solicitation, who has 2001:67c:2ed8:6100:f81f:3762:763e:3796, length 72
10:53:08.455907 BAT 96:8d:78:23:af:1c: BCAST, orig da:ff:61:00:02:05, seq 8067037, IP6 fe80::d8ff:61ff:fe00:204 > ff02::1:ff80:7004 ICMP6 neighbor solicitation, who has 2001:67c:2ed8:6100:99da:2d49:9b80:7004, length 72
10:53:08.456149 BAT 96:8d:78:23:af:1c: BCAST, orig da:ff:61:00:03:05, seq 2834569, IP6 fe80::d8ff:61ff:fe00:304 > ff02::1:ff80:7004 ICMP6 neighbor solicitation, who has 2001:67c:2ed8:6100:99da:2d49:9b80:7004, length 72
10:53:08.456382 BAT 42:f7:31:6f:6c:c9: BCAST, orig da:ff:61:00:03:05, seq 2834568, IP6 fe80::d8ff:61ff:fe00:304 > ff02::1:ffc4:fe48 ICMP6 neighbor solicitation, who has 2001:67c:2ed8:6100:7547:d1ed:93c4:fe48, length 72
10:53:08.456619 BAT 42:f7:31:6f:6c:c9: BCAST, orig da:ff:61:00:05:05, seq 7078594, IP6 fe80::d8ff:61ff:fe00:504 > ff02::1:ff3e:3796 ICMP6 neighbor solicitation, who has 2001:67c:2ed8:6100:f81f:3762:763e:3796, length 72
10:53:08.456878 BAT 42:f7:31:6f:6c:c9: BCAST, orig da:ff:61:00:02:05, seq 8067037, IP6 fe80::d8ff:61ff:fe00:204 > ff02::1:ff80:7004 ICMP6 neighbor solicitation, who has 2001:67c:2ed8:6100:99da:2d49:9b80:7004, length 72
10:53:08.457184 BAT 42:f7:31:6f:6c:c9: BCAST, orig da:ff:61:00:03:05, seq 2834569, IP6 fe80::d8ff:61ff:fe00:304 > ff02::1:ff80:7004 ICMP6 neighbor solicitation, who has 2001:67c:2ed8:6100:99da:2d49:9b80:7004, length 72
10:53:09.120783 BAT 42:f7:31:6f:6c:c9: BCAST, orig da:ff:61:00:04:05, seq 5848717, IP6 fe80::d8ff:61ff:fe00:404 > ff02::1:ffd1:5c89 ICMP6 neighbor solicitation, who has fd01:67c:2ed8:6100:1542:9d77:f2d1:5c89, length 72
10:53:09.121198 BAT aa:69:23:85:e1:11: BCAST, orig da:ff:61:00:03:05, seq 2834569, IP6 fe80::d8ff:61ff:fe00:304 > ff02::1:ff80:7004 ICMP6 neighbor solicitation, who has 2001:67c:2ed8:6100:99da:2d49:9b80:7004, length 72
10:53:09.121414 BAT aa:69:23:85:e1:11: BCAST, orig da:ff:61:00:02:05, seq 8067037, IP6 fe80::d8ff:61ff:fe00:204 > ff02::1:ff80:7004 ICMP6 neighbor solicitation, who has 2001:67c:2ed8:6100:99da:2d49:9b80:7004, length 72
10:53:09.121627 BAT aa:69:23:85:e1:11: BCAST, orig da:ff:61:00:05:05, seq 7078594, IP6 fe80::d8ff:61ff:fe00:504 > ff02::1:ff3e:3796 ICMP6 neighbor solicitation, who has 2001:67c:2ed8:6100:f81f:3762:763e:3796, length 72
10:53:09.121840 BAT aa:69:23:85:e1:11: BCAST, orig da:ff:61:00:03:05, seq 2834568, IP6 fe80::d8ff:61ff:fe00:304 > ff02::1:ffc4:fe48 ICMP6 neighbor solicitation, who has 2001:67c:2ed8:6100:7547:d1ed:93c4:fe48, length 72
10:53:09.122053 BAT 96:8d:78:23:af:1c: BCAST, orig da:ff:61:00:03:05, seq 2834569, IP6 fe80::d8ff:61ff:fe00:304 > ff02::1:ff80:7004 ICMP6 neighbor solicitation, who has 2001:67c:2ed8:6100:99da:2d49:9b80:7004, length 72
10:53:09.122267 BAT 96:8d:78:23:af:1c: BCAST, orig da:ff:61:00:02:05, seq 8067037, IP6 fe80::d8ff:61ff:fe00:204 > ff02::1:ff80:7004 ICMP6 neighbor solicitation, who has 2001:67c:2ed8:6100:99da:2d49:9b80:7004, length 72
10:53:09.122481 BAT 96:8d:78:23:af:1c: BCAST, orig da:ff:61:00:05:05, seq 7078594, IP6 fe80::d8ff:61ff:fe00:504 > ff02::1:ff3e:3796 ICMP6 neighbor solicitation, who has 2001:67c:2ed8:6100:f81f:3762:763e:3796, length 72
10:53:09.122694 BAT 96:8d:78:23:af:1c: BCAST, orig da:ff:61:00:03:05, seq 2834568, IP6 fe80::d8ff:61ff:fe00:304 > ff02::1:ffc4:fe48 ICMP6 neighbor solicitation, who has 2001:67c:2ed8:6100:7547:d1ed:93c4:fe48, length 72
10:53:09.122907 BAT 42:f7:31:6f:6c:c9: BCAST, orig da:ff:61:00:03:05, seq 2834569, IP6 fe80::d8ff:61ff:fe00:304 > ff02::1:ff80:7004 ICMP6 neighbor solicitation, who has 2001:67c:2ed8:6100:99da:2d49:9b80:7004, length 72
10:53:09.123119 BAT 42:f7:31:6f:6c:c9: BCAST, orig da:ff:61:00:02:05, seq 8067037, IP6 fe80::d8ff:61ff:fe00:204 > ff02::1:ff80:7004 ICMP6 neighbor solicitation, who has 2001:67c:2ed8:6100:99da:2d49:9b80:7004, length 72
10:53:09.123333 BAT 42:f7:31:6f:6c:c9: BCAST, orig da:ff:61:00:05:05, seq 7078594, IP6 fe80::d8ff:61ff:fe00:504 > ff02::1:ff3e:3796 ICMP6 neighbor solicitation, who has 2001:67c:2ed8:6100:f81f:3762:763e:3796, length 72
10:53:09.123632 BAT 42:f7:31:6f:6c:c9: BCAST, orig da:ff:61:00:03:05, seq 2834568, IP6 fe80::d8ff:61ff:fe00:304 > ff02::1:ffc4:fe48 ICMP6 neighbor solicitation, who has 2001:67c:2ed8:6100:7547:d1ed:93c4:fe48, length 72
10:53:09.123885 BAT aa:69:23:85:e1:11: BCAST, orig da:ff:61:00:05:05, seq 7078594, IP6 fe80::d8ff:61ff:fe00:504 > ff02::1:ff3e:3796 ICMP6 neighbor solicitation, who has 2001:67c:2ed8:6100:f81f:3762:763e:3796, length 72
10:53:09.124113 BAT aa:69:23:85:e1:11: BCAST, orig da:ff:61:00:03:05, seq 2834568, IP6 fe80::d8ff:61ff:fe00:304 > ff02::1:ffc4:fe48 ICMP6 neighbor solicitation, who has 2001:67c:2ed8:6100:7547:d1ed:93c4:fe48, length 72
10:53:09.124328 BAT 96:8d:78:23:af:1c: BCAST, orig da:ff:61:00:03:05, seq 2834568, IP6 fe80::d8ff:61ff:fe00:304 > ff02::1:ffc4:fe48 ICMP6 neighbor solicitation, who has 2001:67c:2ed8:6100:7547:d1ed:93c4:fe48, length 72
10:53:09.124540 BAT 96:8d:78:23:af:1c: BCAST, orig da:ff:61:00:05:05, seq 7078594, IP6 fe80::d8ff:61ff:fe00:504 > ff02::1:ff3e:3796 ICMP6 neighbor solicitation, who has 2001:67c:2ed8:6100:f81f:3762:763e:3796, length 72
10:53:09.124753 BAT 96:8d:78:23:af:1c: BCAST, orig da:ff:61:00:02:05, seq 8067037, IP6 fe80::d8ff:61ff:fe00:204 > ff02::1:ff80:7004 ICMP6 neighbor solicitation, who has 2001:67c:2ed8:6100:99da:2d49:9b80:7004, length 72
10:53:09.787088 BAT 96:8d:78:23:af:1c: BCAST, orig da:ff:61:00:03:05, seq 2834569, IP6 fe80::d8ff:61ff:fe00:304 > ff02::1:ff80:7004 ICMP6 neighbor solicitation, who has 2001:67c:2ed8:6100:99da:2d49:9b80:7004, length 72
10:53:09.787497 BAT 42:f7:31:6f:6c:c9: BCAST, orig da:ff:61:00:05:05, seq 7078594, IP6 fe80::d8ff:61ff:fe00:504 > ff02::1:ff3e:3796 ICMP6 neighbor solicitation, who has 2001:67c:2ed8:6100:f81f:3762:763e:3796, length 72
10:53:09.787710 BAT 42:f7:31:6f:6c:c9: BCAST, orig da:ff:61:00:02:05, seq 8067037, IP6 fe80::d8ff:61ff:fe00:204 > ff02::1:ff80:7004 ICMP6 neighbor solicitation, who has 2001:67c:2ed8:6100:99da:2d49:9b80:7004, length 72
10:53:09.787930 BAT 42:f7:31:6f:6c:c9: BCAST, orig da:ff:61:00:03:05, seq 2834569, IP6 fe80::d8ff:61ff:fe00:304 > ff02::1:ff80:7004 ICMP6 neighbor solicitation, who has 2001:67c:2ed8:6100:99da:2d49:9b80:7004, length 72
10:53:09.788143 BAT aa:69:23:85:e1:11: BCAST, orig da:ff:61:00:04:05, seq 5848718, IP6 fe80::d8ff:61ff:fe00:404 > ff02::1:ff3c:c0cc ICMP6 neighbor solicitation, who has fd01:67c:2ed8:6100:edd4:fec6:4f3c:c0cc, length 72
10:53:09.788360 BAT aa:69:23:85:e1:11: BCAST, orig aa:33:2d:62:2b:0c, seq 103392, IP6 fe80::ae5f:3eff:fe27:4756.5353 > ff02::fb.5353: UDP, length 677
10:53:09.788556 BAT 42:f7:31:6f:6c:c9: BCAST, orig da:ff:61:00:04:05, seq 5848718, IP6 fe80::d8ff:61ff:fe00:404 > ff02::1:ff3c:c0cc ICMP6 neighbor solicitation, who has fd01:67c:2ed8:6100:edd4:fec6:4f3c:c0cc, length 72
10:53:09.788773 BAT 42:f7:31:6f:6c:c9: BCAST, orig aa:33:2d:62:2b:0c, seq 103392, IP6 fe80::ae5f:3eff:fe27:4756.5353 > ff02::fb.5353: UDP, length 677
10:53:09.788968 BAT aa:69:23:85:e1:11: BCAST, orig da:ff:61:00:04:05, seq 5848718, IP6 fe80::d8ff:61ff:fe00:404 > ff02::1:ff3c:c0cc ICMP6 neighbor solicitation, who has fd01:67c:2ed8:6100:edd4:fec6:4f3c:c0cc, length 72
10:53:09.789186 BAT 96:8d:78:23:af:1c: BCAST, orig aa:33:2d:62:2b:0c, seq 103392, IP6 fe80::ae5f:3eff:fe27:4756.5353 > ff02::fb.5353: UDP, length 677
10:53:09.789381 BAT 96:8d:78:23:af:1c: BCAST, orig da:ff:61:00:04:05, seq 5848718, IP6 fe80::d8ff:61ff:fe00:404 > ff02::1:ff3c:c0cc ICMP6 neighbor solicitation, who has fd01:67c:2ed8:6100:edd4:fec6:4f3c:c0cc, length 72
10:53:09.789597 BAT aa:69:23:85:e1:11: BCAST, orig aa:33:2d:62:2b:0c, seq 103392, IP6 fe80::ae5f:3eff:fe27:4756.5353 > ff02::fb.5353: UDP, length 677
10:53:09.789791 BAT aa:69:23:85:e1:11: BCAST, orig da:ff:61:00:06:05, seq 8481857, ARP, Request who-has 10.223.24.225 tell 10.223.0.6 (da:ff:61:00:06:04), length 28
10:53:09.789981 BAT 42:f7:31:6f:6c:c9: BCAST, orig da:ff:61:00:06:05, seq 8481857, ARP, Request who-has 10.223.24.225 tell 10.223.0.6 (da:ff:61:00:06:04), length 28
10:53:09.790167 BAT aa:69:23:85:e1:11: BCAST, orig da:ff:61:00:04:05, seq 5848718, IP6 fe80::d8ff:61ff:fe00:404 > ff02::1:ff3c:c0cc ICMP6 neighbor solicitation, who has fd01:67c:2ed8:6100:edd4:fec6:4f3c:c0cc, length 72
10:53:09.790386 BAT aa:69:23:85:e1:11: BCAST, orig da:ff:61:00:06:05, seq 8481861, IP6 fe80::d8ff:61ff:fe00:604 > ff02::1:ffc0:9fa1 ICMP6 neighbor solicitation, who has 2001:67c:2ed8:6100:5888:5b74:dcc0:9fa1, length 72
10:53:09.790606 BAT aa:69:23:85:e1:11: BCAST, orig aa:33:2d:62:2b:0c, seq 103392, IP6 fe80::ae5f:3eff:fe27:4756.5353 > ff02::fb.5353: UDP, length 677
10:53:09.790805 BAT aa:69:23:85:e1:11: BCAST, orig da:ff:61:00:06:05, seq 8481857, ARP, Request who-has 10.223.24.225 tell 10.223.0.6 (da:ff:61:00:06:04), length 28
10:53:09.790995 BAT 96:8d:78:23:af:1c: BCAST, orig da:ff:61:00:04:05, seq 5848718, IP6 fe80::d8ff:61ff:fe00:404 > ff02::1:ff3c:c0cc ICMP6 neighbor solicitation, who has fd01:67c:2ed8:6100:edd4:fec6:4f3c:c0cc, length 72
10:53:10.453401 BAT 96:8d:78:23:af:1c: BCAST, orig da:ff:61:00:06:05, seq 8481861, IP6 fe80::d8ff:61ff:fe00:604 > ff02::1:ffc0:9fa1 ICMP6 neighbor solicitation, who has 2001:67c:2ed8:6100:5888:5b74:dcc0:9fa1, length 72
10:53:10.453898 BAT 42:f7:31:6f:6c:c9: BCAST, orig 16:e8:d8:e9:54:63, seq 10923, IP6 fd01:67c:2ed8:6100:c916:7663:23a5:92bb > ff02::1:ff00:504 ICMP6 neighbor solicitation, who has fe80::d8ff:61ff:fe00:504, length 72
10:53:10.454124 BAT 42:f7:31:6f:6c:c9: BCAST, orig da:ff:61:00:02:05, seq 8067044, IP6 fe80::d8ff:61ff:fe00:204 > ff02::1:ffad:a87f ICMP6 neighbor solicitation, who has 2001:67c:2ed8:6100:ba1d:aaff:fead:a87f, length 72
10:53:10.454340 BAT 5a:dd:b6:dd:14:53: OGM IV via neigh aa:69:23:85:e1:11, seq 2513230922, tq  93, ttl 46, v 15, flags [...], length 496, tvlv_len 28
        TVLV TTv1: OGM DIFF [.] ttvn=108 vlan_num=2 entry_num=0
                VLAN ID 0, crc 0x66664086
                VLAN ID -1, crc 0x127648b6
        TVLV DATv1: enabled
10:53:10.454582 BAT aa:69:23:85:e1:11: BCAST, orig 16:e8:d8:e9:54:63, seq 10923, IP6 fd01:67c:2ed8:6100:c916:7663:23a5:92bb > ff02::1:ff00:504 ICMP6 neighbor solicitation, who has fe80::d8ff:61ff:fe00:504, length 72
10:53:10.454795 BAT aa:69:23:85:e1:11: BCAST, orig da:ff:61:00:05:05, seq 7078598, IP6 fe80::d8ff:61ff:fe00:504 > ff02::1:ffbe:7c83 ICMP6 neighbor solicitation, who has 2001:67c:2ed8:6100:9925:7de6:57be:7c83, length 72
10:53:10.455010 BAT aa:69:23:85:e1:11: BCAST, orig da:ff:61:00:01:05, seq 7478591, IP6 fe80::d8ff:61ff:fe00:104 > ff02::1:ff59:96f0 ICMP6 neighbor solicitation, who has 2001:67c:2ed8:6100:3c0c:abd2:9259:96f0, length 72
10:53:10.455225 BAT aa:69:23:85:e1:11: BCAST, orig da:ff:61:00:03:05, seq 2834575, IP6 fe80::d8ff:61ff:fe00:304 > ff02::1:ff52:b099 ICMP6 neighbor solicitation, who has 2001:67c:2ed8:6100:248b:97ec:8e52:b099, length 72
10:53:10.455439 BAT aa:69:23:85:e1:11: BCAST, orig c2:9c:41:52:fe:e3, seq 157240, IP6 fe80::16cc:20ff:fe47:412c > ff02::1:ff00:1504 ICMP6 neighbor solicitation, who has fe80::d8ff:61ff:fe00:1504, length 72
10:53:10.455655 BAT 96:8d:78:23:af:1c: BCAST, orig c2:9c:41:52:fe:e3, seq 157240, IP6 fe80::16cc:20ff:fe47:412c > ff02::1:ff00:1504 ICMP6 neighbor solicitation, who has fe80::d8ff:61ff:fe00:1504, length 72
10:53:10.455870 BAT 96:8d:78:23:af:1c: BCAST, orig 16:e8:d8:e9:54:63, seq 10923, IP6 fd01:67c:2ed8:6100:c916:7663:23a5:92bb > ff02::1:ff00:504 ICMP6 neighbor solicitation, who has fe80::d8ff:61ff:fe00:504, length 72
10:53:10.456094 BAT 96:8d:78:23:af:1c: BCAST, orig da:ff:61:00:03:05, seq 2834575, IP6 fe80::d8ff:61ff:fe00:304 > ff02::1:ff52:b099 ICMP6 neighbor solicitation, who has 2001:67c:2ed8:6100:248b:97ec:8e52:b099, length 72
10:53:10.456336 BAT 96:8d:78:23:af:1c: BCAST, orig da:ff:61:00:05:05, seq 7078598, IP6 fe80::d8ff:61ff:fe00:504 > ff02::1:ffbe:7c83 ICMP6 neighbor solicitation, who has 2001:67c:2ed8:6100:9925:7de6:57be:7c83, length 72
10:53:10.456557 BAT 96:8d:78:23:af:1c: BCAST, orig da:ff:61:00:01:05, seq 7478591, IP6 fe80::d8ff:61ff:fe00:104 > ff02::1:ff59:96f0 ICMP6 neighbor solicitation, who has 2001:67c:2ed8:6100:3c0c:abd2:9259:96f0, length 72
10:53:10.456770 BAT 42:f7:31:6f:6c:c9: BCAST, orig c2:9c:41:52:fe:e3, seq 157240, IP6 fe80::16cc:20ff:fe47:412c > ff02::1:ff00:1504 ICMP6 neighbor solicitation, who has fe80::d8ff:61ff:fe00:1504, length 72
10:53:10.456981 BAT 42:f7:31:6f:6c:c9: BCAST, orig da:ff:61:00:03:05, seq 2834575, IP6 fe80::d8ff:61ff:fe00:304 > ff02::1:ff52:b099 ICMP6 neighbor solicitation, who has 2001:67c:2ed8:6100:248b:97ec:8e52:b099, length 72
10:53:10.457195 BAT 42:f7:31:6f:6c:c9: BCAST, orig da:ff:61:00:02:05, seq 8067044, IP6 fe80::d8ff:61ff:fe00:204 > ff02::1:ffad:a87f ICMP6 neighbor solicitation, who has 2001:67c:2ed8:6100:ba1d:aaff:fead:a87f, length 72
10:53:10.457409 BAT 42:f7:31:6f:6c:c9: BCAST, orig da:ff:61:00:01:05, seq 7478591, IP6 fe80::d8ff:61ff:fe00:104 > ff02::1:ff59:96f0 ICMP6 neighbor solicitation, who has 2001:67c:2ed8:6100:3c0c:abd2:9259:96f0, length 72
10:53:11.119734 BAT da:ff:61:00:05:05: OGM IV via neigh aa:69:23:85:e1:11, seq 3348516986, tq 105, ttl 46, v 15, flags [...], length 480, tvlv_len 48
        TVLV TTv1: OGM DIFF [.] ttvn=4 vlan_num=2 entry_num=0
                VLAN ID 1, crc 0x3b631a38
                VLAN ID -1, crc 0x26a1e7e8
        TVLV GWv1: down 100.0Mbps, up 100.0Mbps
        TVLV DATv1: enabled
10:53:11.120188 BAT aa:69:23:85:e1:11: BCAST, orig 16:e8:d8:e9:54:63, seq 10923, IP6 fd01:67c:2ed8:6100:c916:7663:23a5:92bb > ff02::1:ff00:504 ICMP6 neighbor solicitation, who has fe80::d8ff:61ff:fe00:504, length 72
10:53:11.120410 BAT 96:8d:78:23:af:1c: BCAST, orig da:ff:61:00:01:05, seq 7478600, IP6 fe80::d8ff:61ff:fe00:104 > ff02::1:ff35:4c5e ICMP6 neighbor solicitation, who has 2001:67c:2ed8:6100:6d98:5b8e:1d35:4c5e, length 72
10:53:11.120636 BAT aa:69:23:85:e1:11: BCAST, orig da:ff:61:00:01:05, seq 7478600, IP6 fe80::d8ff:61ff:fe00:104 > ff02::1:ff35:4c5e ICMP6 neighbor solicitation, who has 2001:67c:2ed8:6100:6d98:5b8e:1d35:4c5e, length 72
10:53:11.120873 BAT aa:69:23:85:e1:11: BCAST, orig da:ff:61:00:02:05, seq 8067054, IP6 fe80::d8ff:61ff:fe00:204 > ff02::1:ffa6:cd04 ICMP6 neighbor solicitation, who has 2001:67c:2ed8:6100:208:22ff:fea6:cd04, length 72
10:53:11.121087 BAT 42:f7:31:6f:6c:c9: BCAST, orig da:ff:61:00:02:05, seq 8067054, IP6 fe80::d8ff:61ff:fe00:204 > ff02::1:ffa6:cd04 ICMP6 neighbor solicitation, who has 2001:67c:2ed8:6100:208:22ff:fea6:cd04, length 72
10:53:11.121300 BAT 42:f7:31:6f:6c:c9: BCAST, orig da:ff:61:00:01:05, seq 7478600, IP6 fe80::d8ff:61ff:fe00:104 > ff02::1:ff35:4c5e ICMP6 neighbor solicitation, who has 2001:67c:2ed8:6100:6d98:5b8e:1d35:4c5e, length 72
10:53:11.121512 BAT 96:8d:78:23:af:1c: BCAST, orig da:ff:61:00:01:05, seq 7478600, IP6 fe80::d8ff:61ff:fe00:104 > ff02::1:ff35:4c5e ICMP6 neighbor solicitation, who has 2001:67c:2ed8:6100:6d98:5b8e:1d35:4c5e, length 72
10:53:11.121725 BAT 96:8d:78:23:af:1c: BCAST, orig da:ff:61:00:02:05, seq 8067054, IP6 fe80::d8ff:61ff:fe00:204 > ff02::1:ffa6:cd04 ICMP6 neighbor solicitation, who has 2001:67c:2ed8:6100:208:22ff:fea6:cd04, length 72
10:53:11.121937 BAT aa:69:23:85:e1:11: BCAST, orig da:ff:61:00:01:05, seq 7478600, IP6 fe80::d8ff:61ff:fe00:104 > ff02::1:ff35:4c5e ICMP6 neighbor solicitation, who has 2001:67c:2ed8:6100:6d98:5b8e:1d35:4c5e, length 72
10:53:11.122149 BAT aa:69:23:85:e1:11: BCAST, orig da:ff:61:00:02:05, seq 8067054, IP6 fe80::d8ff:61ff:fe00:204 > ff02::1:ffa6:cd04 ICMP6 neighbor solicitation, who has 2001:67c:2ed8:6100:208:22ff:fea6:cd04, length 72
10:53:11.122360 BAT aa:69:23:85:e1:11: BCAST, orig da:ff:61:00:05:05, seq 7078604, ARP, Request who-has 10.223.22.116 tell 10.223.0.5 (da:ff:61:00:05:04), length 28
10:53:11.122550 BAT 42:f7:31:6f:6c:c9: BCAST, orig da:ff:61:00:05:05, seq 7078604, ARP, Request who-has 10.223.22.116 tell 10.223.0.5 (da:ff:61:00:05:04), length 28
10:53:11.122736 BAT 42:f7:31:6f:6c:c9: BCAST, orig da:ff:61:00:01:05, seq 7478600, IP6 fe80::d8ff:61ff:fe00:104 > ff02::1:ff35:4c5e ICMP6 neighbor solicitation, who has 2001:67c:2ed8:6100:6d98:5b8e:1d35:4c5e, length 72
10:53:11.122949 BAT 42:f7:31:6f:6c:c9: BCAST, orig da:ff:61:00:02:05, seq 8067054, IP6 fe80::d8ff:61ff:fe00:204 > ff02::1:ffa6:cd04 ICMP6 neighbor solicitation, who has 2001:67c:2ed8:6100:208:22ff:fea6:cd04, length 72
10:53:11.123161 BAT aa:69:23:85:e1:11: BCAST, orig da:ff:61:00:01:05, seq 7478600, IP6 fe80::d8ff:61ff:fe00:104 > ff02::1:ff35:4c5e ICMP6 neighbor solicitation, who has 2001:67c:2ed8:6100:6d98:5b8e:1d35:4c5e, length 72
10:53:11.123375 BAT aa:69:23:85:e1:11: BCAST, orig da:ff:61:00:02:05, seq 8067054, IP6 fe80::d8ff:61ff:fe00:204 > ff02::1:ffa6:cd04 ICMP6 neighbor solicitation, who has 2001:67c:2ed8:6100:208:22ff:fea6:cd04, length 72
10:53:11.786050 BAT aa:69:23:85:e1:11: BCAST, orig da:ff:61:00:05:05, seq 7078604, ARP, Request who-has 10.223.22.116 tell 10.223.0.5 (da:ff:61:00:05:04), length 28
10:53:11.786435 BAT 96:8d:78:23:af:1c: BCAST, orig da:ff:61:00:05:05, seq 7078604, ARP, Request who-has 10.223.22.116 tell 10.223.0.5 (da:ff:61:00:05:04), length 28
10:53:11.786624 BAT aa:69:23:85:e1:11: BCAST, orig da:ff:61:00:03:05, seq 2834592, IP6 fe80::d8ff:61ff:fe00:304 > ff02::1:ffd2:15e1 ICMP6 neighbor solicitation, who has 2001:67c:2ed8:6100:cc:48a5:cad2:15e1, length 72
10:53:11.786844 BAT 96:8d:78:23:af:1c: BCAST, orig da:ff:61:00:06:05, seq 8481878, ARP, Request who-has 10.223.27.247 tell 10.223.0.6 (da:ff:61:00:06:04), length 28
10:53:11.787032 BAT 96:8d:78:23:af:1c: BCAST, orig da:ff:61:00:02:05, seq 8067062, IP6 fe80::d8ff:61ff:fe00:204 > ff02::1:ffce:55ab ICMP6 neighbor solicitation, who has 2001:67c:2ed8:6100:3ddd:d240:cace:55ab, length 72
10:53:11.787244 BAT 96:8d:78:23:af:1c: BCAST, orig da:ff:61:00:03:05, seq 2834592, IP6 fe80::d8ff:61ff:fe00:304 > ff02::1:ffd2:15e1 ICMP6 neighbor solicitation, who has 2001:67c:2ed8:6100:cc:48a5:cad2:15e1, length 72
10:53:11.787457 BAT 96:8d:78:23:af:1c: BCAST, orig da:ff:61:00:03:05, seq 2834593, IP6 fe80::d8ff:61ff:fe00:304 > ff02::1:ff95:4d84 ICMP6 neighbor solicitation, who has 2001:67c:2ed8:6100:79e1:5a73:9195:4d84, length 72
10:53:11.787670 BAT 42:f7:31:6f:6c:c9: BCAST, orig da:ff:61:00:03:05, seq 2834592, IP6 fe80::d8ff:61ff:fe00:304 > ff02::1:ffd2:15e1 ICMP6 neighbor solicitation, who has 2001:67c:2ed8:6100:cc:48a5:cad2:15e1, length 72
10:53:11.787886 BAT 42:f7:31:6f:6c:c9: BCAST, orig da:ff:61:00:03:05, seq 2834593, IP6 fe80::d8ff:61ff:fe00:304 > ff02::1:ff95:4d84 ICMP6 neighbor solicitation, who has 2001:67c:2ed8:6100:79e1:5a73:9195:4d84, length 72
10:53:11.788101 BAT a6:e2:e9:73:4d:b3: OGM IV via neigh 42:f7:31:6f:6c:c9, seq 3883205826, tq 140, ttl 47, v 15, flags [...], length 280, tvlv_len 28
        TVLV TTv1: OGM DIFF [.] ttvn=4 vlan_num=2 entry_num=0
                VLAN ID 0, crc 0xd8dcc619
                VLAN ID -1, crc 0x7eb4c3f2
        TVLV DATv1: enabled
10:53:11.788337 BAT aa:69:23:85:e1:11: BCAST, orig da:ff:61:00:03:05, seq 2834592, IP6 fe80::d8ff:61ff:fe00:304 > ff02::1:ffd2:15e1 ICMP6 neighbor solicitation, who has 2001:67c:2ed8:6100:cc:48a5:cad2:15e1, length 72
10:53:11.788549 BAT 96:8d:78:23:af:1c: BCAST, orig da:ff:61:00:03:05, seq 2834593, IP6 fe80::d8ff:61ff:fe00:304 > ff02::1:ff95:4d84 ICMP6 neighbor solicitation, who has 2001:67c:2ed8:6100:79e1:5a73:9195:4d84, length 72
10:53:11.788762 BAT 96:8d:78:23:af:1c: BCAST, orig da:ff:61:00:03:05, seq 2834592, IP6 fe80::d8ff:61ff:fe00:304 > ff02::1:ffd2:15e1 ICMP6 neighbor solicitation, who has 2001:67c:2ed8:6100:cc:48a5:cad2:15e1, length 72
10:53:11.788975 BAT 42:f7:31:6f:6c:c9: BCAST, orig 8a:c7:f2:5b:b2:ab, seq 1272, IP6 :: > ff02::1:ff86:73f3 ICMP6 neighbor solicitation, who has fd01:67c:2ed8:6100:8bb:b7e8:7486:73f3, length 72
10:53:11.789186 BAT 42:f7:31:6f:6c:c9: BCAST, orig 8a:c7:f2:5b:b2:ab, seq 1273, IP6 :: > ff02::1:ffb8:8c1c ICMP6 neighbor solicitation, who has fd01:67c:2ed8:6100:402:7406:98b8:8c1c, length 72
10:53:11.789400 BAT 42:f7:31:6f:6c:c9: BCAST, orig da:ff:61:00:01:05, seq 7478609, IP6 fe80::d8ff:61ff:fe00:104 > ff02::1:ff80:7004 ICMP6 neighbor solicitation, who has 2001:67c:2ed8:6100:99da:2d49:9b80:7004, length 72
10:53:11.789616 BAT 96:8d:78:23:af:1c: BCAST, orig da:ff:61:00:01:05, seq 7478609, IP6 fe80::d8ff:61ff:fe00:104 > ff02::1:ff80:7004 ICMP6 neighbor solicitation, who has 2001:67c:2ed8:6100:99da:2d49:9b80:7004, length 72
10:53:11.789828 BAT 96:8d:78:23:af:1c: BCAST, orig 8a:c7:f2:5b:b2:ab, seq 1273, IP6 :: > ff02::1:ffb8:8c1c ICMP6 neighbor solicitation, who has fd01:67c:2ed8:6100:402:7406:98b8:8c1c, length 72
10:53:11.790039 BAT 96:8d:78:23:af:1c: BCAST, orig 8a:c7:f2:5b:b2:ab, seq 1272, IP6 :: > ff02::1:ff86:73f3 ICMP6 neighbor solicitation, who has fd01:67c:2ed8:6100:8bb:b7e8:7486:73f3, length 72
10:53:12.452368 BAT 96:8d:78:23:af:1c: BCAST, orig 8a:c7:f2:5b:b2:ab, seq 1272, IP6 :: > ff02::1:ff86:73f3 ICMP6 neighbor solicitation, who has fd01:67c:2ed8:6100:8bb:b7e8:7486:73f3, length 72
10:53:12.452777 BAT aa:69:23:85:e1:11: BCAST, orig da:ff:61:00:01:05, seq 7478617, IP6 fe80::d8ff:61ff:fe00:104 > ff02::1:ff9b:f2b2 ICMP6 neighbor solicitation, who has 2001:67c:2ed8:6100:d486:abf7:d09b:f2b2, length 72
10:53:12.452990 BAT aa:69:23:85:e1:11: BCAST, orig da:ff:61:00:01:05, seq 7478614, ARP, Request who-has 10.223.5.187 tell 10.223.0.1 (da:ff:61:00:01:04), length 28
10:53:12.453182 BAT aa:69:23:85:e1:11: BCAST, orig da:ff:61:00:01:05, seq 7478618, IP6 fe80::d8ff:61ff:fe00:104 > ff02::1:ff43:e0d1 ICMP6 neighbor solicitation, who has 2001:67c:2ed8:6100:b5a2:bd67:b543:e0d1, length 72
10:53:12.453395 BAT 96:8d:78:23:af:1c: BCAST, orig da:ff:61:00:01:05, seq 7478614, ARP, Request who-has 10.223.5.187 tell 10.223.0.1 (da:ff:61:00:01:04), length 28
10:53:12.453674 BAT 96:8d:78:23:af:1c: BCAST, orig da:ff:61:00:04:05, seq 5848741, IP6 fe80::d8ff:61ff:fe00:404 > ff02::1:ff81:b736 ICMP6 neighbor solicitation, who has fd01:67c:2ed8:6100:16cc:20ff:fe81:b736, length 72
10:53:12.453924 BAT 96:8d:78:23:af:1c: BCAST, orig da:ff:61:00:01:05, seq 7478618, IP6 fe80::d8ff:61ff:fe00:104 > ff02::1:ff43:e0d1 ICMP6 neighbor solicitation, who has 2001:67c:2ed8:6100:b5a2:bd67:b543:e0d1, length 72
10:53:12.454137 BAT 96:8d:78:23:af:1c: BCAST, orig da:ff:61:00:01:05, seq 7478617, IP6 fe80::d8ff:61ff:fe00:104 > ff02::1:ff9b:f2b2 ICMP6 neighbor solicitation, who has 2001:67c:2ed8:6100:d486:abf7:d09b:f2b2, length 72
10:53:12.454350 BAT 42:f7:31:6f:6c:c9: BCAST, orig da:ff:61:00:01:05, seq 7478618, IP6 fe80::d8ff:61ff:fe00:104 > ff02::1:ff43:e0d1 ICMP6 neighbor solicitation, who has 2001:67c:2ed8:6100:b5a2:bd67:b543:e0d1, length 72
10:53:12.454564 BAT 42:f7:31:6f:6c:c9: BCAST, orig da:ff:61:00:01:05, seq 7478614, ARP, Request who-has 10.223.5.187 tell 10.223.0.1 (da:ff:61:00:01:04), length 28
10:53:12.454751 BAT aa:69:23:85:e1:11: BCAST, orig da:ff:61:00:01:05, seq 7478618, IP6 fe80::d8ff:61ff:fe00:104 > ff02::1:ff43:e0d1 ICMP6 neighbor solicitation, who has 2001:67c:2ed8:6100:b5a2:bd67:b543:e0d1, length 72
10:53:12.454963 BAT aa:69:23:85:e1:11: BCAST, orig da:ff:61:00:03:05, seq 2834601, ARP, Request who-has 10.223.13.150 tell 10.223.0.3 (da:ff:61:00:03:04), length 28
10:53:12.455153 BAT 96:8d:78:23:af:1c: BCAST, orig da:ff:61:00:01:05, seq 7478618, IP6 fe80::d8ff:61ff:fe00:104 > ff02::1:ff43:e0d1 ICMP6 neighbor solicitation, who has 2001:67c:2ed8:6100:b5a2:bd67:b543:e0d1, length 72
10:53:12.455366 BAT 96:8d:78:23:af:1c: BCAST, orig da:ff:61:00:03:05, seq 2834601, ARP, Request who-has 10.223.13.150 tell 10.223.0.3 (da:ff:61:00:03:04), length 28
10:53:12.455552 BAT 96:8d:78:23:af:1c: BCAST, orig da:ff:61:00:01:05, seq 7478614, ARP, Request who-has 10.223.5.187 tell 10.223.0.1 (da:ff:61:00:01:04), length 28
10:53:12.455738 BAT 42:f7:31:6f:6c:c9: BCAST, orig da:ff:61:00:01:05, seq 7478619, IP6 fe80::d8ff:61ff:fe00:104 > ff02::1:ff59:96f0 ICMP6 neighbor solicitation, who has 2001:67c:2ed8:6100:3c0c:abd2:9259:96f0, length 72
10:53:12.455949 BAT 42:f7:31:6f:6c:c9: BCAST, orig da:ff:61:00:03:05, seq 2834601, ARP, Request who-has 10.223.13.150 tell 10.223.0.3 (da:ff:61:00:03:04), length 28
10:53:12.456136 BAT aa:69:23:85:e1:11: BCAST, orig da:ff:61:00:03:05, seq 2834601, ARP, Request who-has 10.223.13.150 tell 10.223.0.3 (da:ff:61:00:03:04), length 28
10:53:12.456320 BAT aa:69:23:85:e1:11: BCAST, orig da:ff:61:00:01:05, seq 7478619, IP6 fe80::d8ff:61ff:fe00:104 > ff02::1:ff59:96f0 ICMP6 neighbor solicitation, who has 2001:67c:2ed8:6100:3c0c:abd2:9259:96f0, length 72
10:53:12.456540 BAT aa:69:23:85:e1:11: BCAST, orig da:ff:61:00:06:05, seq 8481890, ARP, Request who-has 10.223.25.46 tell 10.223.0.6 (da:ff:61:00:06:04), length 28
10:53:13.118700 BAT 96:8d:78:23:af:1c: BCAST, orig da:ff:61:00:02:05, seq 8067081, IP6 fe80::d8ff:61ff:fe00:204 > ff02::1:ff6c:aa7f ICMP6 neighbor solicitation, who has 2001:67c:2ed8:6100:d73:d87:456c:aa7f, length 72
10:53:13.119065 BAT aa:69:23:85:e1:11: BCAST, orig da:ff:61:00:02:05, seq 8067081, IP6 fe80::d8ff:61ff:fe00:204 > ff02::1:ff6c:aa7f ICMP6 neighbor solicitation, who has 2001:67c:2ed8:6100:d73:d87:456c:aa7f, length 72
10:53:13.119279 BAT 42:f7:31:6f:6c:c9: BCAST, orig da:ff:61:00:02:05, seq 8067081, IP6 fe80::d8ff:61ff:fe00:204 > ff02::1:ff6c:aa7f ICMP6 neighbor solicitation, who has 2001:67c:2ed8:6100:d73:d87:456c:aa7f, length 72
10:53:13.119493 BAT d6:ea:f1:6b:81:f3: OGM IV via neigh 42:f7:31:6f:6c:c9, seq 3100976406, tq 107, ttl 45, v 15, flags [...], length 492, tvlv_len 28
        TVLV TTv1: OGM DIFF [.] ttvn=18 vlan_num=2 entry_num=0
                VLAN ID 0, crc 0xc155cc72
                VLAN ID -1, crc 0x673dc999
        TVLV DATv1: enabled
10:53:13.119734 BAT aa:69:23:85:e1:11: BCAST, orig da:ff:61:00:03:05, seq 2834615, IP6 fe80::d8ff:61ff:fe00:304 > ff02::1:ff61:8de0 ICMP6 neighbor solicitation, who has 2001:67c:2ed8:6100:e1cb:bfe:7561:8de0, length 72
10:53:13.119947 BAT aa:69:23:85:e1:11: BCAST, orig da:ff:61:00:05:05, seq 7078632, ARP, Request who-has 10.223.22.13 tell 10.223.0.5 (da:ff:61:00:05:04), length 28
10:53:13.120135 BAT 96:8d:78:23:af:1c: BCAST, orig da:ff:61:00:05:05, seq 7078632, ARP, Request who-has 10.223.22.13 tell 10.223.0.5 (da:ff:61:00:05:04), length 28
10:53:13.120405 BAT 96:8d:78:23:af:1c: BCAST, orig da:ff:61:00:02:05, seq 8067081, IP6 fe80::d8ff:61ff:fe00:204 > ff02::1:ff6c:aa7f ICMP6 neighbor solicitation, who has 2001:67c:2ed8:6100:d73:d87:456c:aa7f, length 72
10:53:13.120626 BAT 96:8d:78:23:af:1c: BCAST, orig da:ff:61:00:03:05, seq 2834615, IP6 fe80::d8ff:61ff:fe00:304 > ff02::1:ff61:8de0 ICMP6 neighbor solicitation, who has 2001:67c:2ed8:6100:e1cb:bfe:7561:8de0, length 72
10:53:13.120839 BAT 42:f7:31:6f:6c:c9: BCAST, orig da:ff:61:00:05:05, seq 7078632, ARP, Request who-has 10.223.22.13 tell 10.223.0.5 (da:ff:61:00:05:04), length 28
10:53:13.121026 BAT 42:f7:31:6f:6c:c9: BCAST, orig da:ff:61:00:03:05, seq 2834615, IP6 fe80::d8ff:61ff:fe00:304 > ff02::1:ff61:8de0 ICMP6 neighbor solicitation, who has 2001:67c:2ed8:6100:e1cb:bfe:7561:8de0, length 72
10:53:13.121238 BAT aa:69:23:85:e1:11: BCAST, orig da:ff:61:00:02:05, seq 8067081, IP6 fe80::d8ff:61ff:fe00:204 > ff02::1:ff6c:aa7f ICMP6 neighbor solicitation, who has 2001:67c:2ed8:6100:d73:d87:456c:aa7f, length 72
10:53:13.121464 BAT aa:69:23:85:e1:11: BCAST, orig da:ff:61:00:03:05, seq 2834615, IP6 fe80::d8ff:61ff:fe00:304 > ff02::1:ff61:8de0 ICMP6 neighbor solicitation, who has 2001:67c:2ed8:6100:e1cb:bfe:7561:8de0, length 72
10:53:13.121678 BAT aa:69:23:85:e1:11: BCAST, orig da:ff:61:00:02:05, seq 8067082, IP6 fe80::d8ff:61ff:fe00:204 > ff02::1:ffc0:9fa1 ICMP6 neighbor solicitation, who has 2001:67c:2ed8:6100:5888:5b74:dcc0:9fa1, length 72
10:53:13.121891 BAT aa:69:23:85:e1:11: BCAST, orig 62:f1:f6:6c:0c:24, seq 63495, IP6 fd01:67c:2ed8:6100:acce:62ab:8a1e:ebab > ff02::1:ff00:104 ICMP6 neighbor solicitation, who has fe80::d8ff:61ff:fe00:104, length 72
10:53:13.122104 BAT aa:69:23:85:e1:11: BCAST, orig da:ff:61:00:03:05, seq 2834616, IP6 fe80::d8ff:61ff:fe00:304 > ff02::1:ff65:8b68 ICMP6 neighbor solicitation, who has 2001:67c:2ed8:6100:957e:c4a9:1b65:8b68, length 72
10:53:13.122324 BAT aa:69:23:85:e1:11: BCAST, orig da:ff:61:00:03:05, seq 2834615, IP6 fe80::d8ff:61ff:fe00:304 > ff02::1:ff61:8de0 ICMP6 neighbor solicitation, who has 2001:67c:2ed8:6100:e1cb:bfe:7561:8de0, length 72
10:53:13.122538 BAT 96:8d:78:23:af:1c: BCAST, orig da:ff:61:00:03:05, seq 2834615, IP6 fe80::d8ff:61ff:fe00:304 > ff02::1:ff61:8de0 ICMP6 neighbor solicitation, who has 2001:67c:2ed8:6100:e1cb:bfe:7561:8de0, length 72
10:53:13.784990 BAT 96:8d:78:23:af:1c: BCAST, orig da:ff:61:00:02:05, seq 8067089, IP6 fe80::d8ff:61ff:fe00:204 > ff02::1:ff1e:55bd ICMP6 neighbor solicitation, who has 2001:67c:2ed8:6100:34ba:5c95:fe1e:55bd, length 72
10:53:13.785986 BAT 96:8d:78:23:af:1c: BCAST, orig da:ff:61:00:04:05, seq 5848757, IP6 fe80::d8ff:61ff:fe00:404 > ff02::1:ff01:596c ICMP6 neighbor solicitation, who has fd01:67c:2ed8:6100:10eb:bc03:f301:596c, length 72
10:53:13.786219 BAT 42:f7:31:6f:6c:c9: BCAST, orig da:ff:61:00:02:05, seq 8067089, IP6 fe80::d8ff:61ff:fe00:204 > ff02::1:ff1e:55bd ICMP6 neighbor solicitation, who has 2001:67c:2ed8:6100:34ba:5c95:fe1e:55bd, length 72
10:53:13.786432 BAT 42:f7:31:6f:6c:c9: BCAST, orig da:ff:61:00:04:05, seq 5848757, IP6 fe80::d8ff:61ff:fe00:404 > ff02::1:ff01:596c ICMP6 neighbor solicitation, who has fd01:67c:2ed8:6100:10eb:bc03:f301:596c, length 72
10:53:13.786646 BAT aa:69:23:85:e1:11: BCAST, orig da:ff:61:00:02:05, seq 8067089, IP6 fe80::d8ff:61ff:fe00:204 > ff02::1:ff1e:55bd ICMP6 neighbor solicitation, who has 2001:67c:2ed8:6100:34ba:5c95:fe1e:55bd, length 72
10:53:13.786858 BAT aa:69:23:85:e1:11: BCAST, orig da:ff:61:00:04:05, seq 5848757, IP6 fe80::d8ff:61ff:fe00:404 > ff02::1:ff01:596c ICMP6 neighbor solicitation, who has fd01:67c:2ed8:6100:10eb:bc03:f301:596c, length 72
10:53:13.787080 BAT aa:69:23:85:e1:11: BCAST, orig da:ff:61:00:05:05, seq 7078646, IP6 fe80::d8ff:61ff:fe00:504 > ff02::1 ICMP6, destination unreachable, unknown icmp6 type (134)
10:53:13.787278 BAT aa:69:23:85:e1:11: BCAST, orig da:ff:61:00:02:05, seq 8067091, IP6 fe80::d8ff:61ff:fe00:204 > ff02::1:ffce:55ab ICMP6 neighbor solicitation, who has 2001:67c:2ed8:6100:3ddd:d240:cace:55ab, length 72
10:53:13.787491 BAT aa:69:23:85:e1:11: BCAST, orig da:ff:61:00:02:05, seq 8067090, IP6 fe80::d8ff:61ff:fe00:204 > ff02::1:ff80:7004 ICMP6 neighbor solicitation, who has 2001:67c:2ed8:6100:99da:2d49:9b80:7004, length 72
10:53:13.787720 BAT 96:8d:78:23:af:1c: BCAST, orig da:ff:61:00:02:05, seq 8067090, IP6 fe80::d8ff:61ff:fe00:204 > ff02::1:ff80:7004 ICMP6 neighbor solicitation, who has 2001:67c:2ed8:6100:99da:2d49:9b80:7004, length 72
10:53:1^C61ff:fe00:504 > ff02::1:ff12:ee3f ICMP6 neighbor solicitation, who has 2001:67c:2ed8:6100:dccc:afb3:f012:ee3f, length 72

1.1~20170720 v2017.1-59-g582d0961

Restarting & updating to a newer release now.

bobster-galore commented 6 years ago

Is that solved with a newer release?

rotanid commented 6 years ago

probably not, but @Codefetch might be working on an updated driver backport of mt76

mweinelt commented 6 years ago

@NeoRaider At the last developer meeting you offered to provide a branch that uses the same mac address allocation behaviour for both radios on this device. This is a friendly reminder.

neocturne commented 6 years ago

@mweinelt Branch: debug-mac-addresses (completely untested)

mweinelt commented 6 years ago

Nope, 2.4 GHz radio is completely unusable. 5 GHz otoh works flawlessly.

mweinelt commented 6 years ago

Opened an issue against mt76

https://github.com/openwrt/mt76/issues/168

mweinelt commented 5 years ago

Things have come a long way and improved so much that I consider removing the BROKEN flag soon.

CodeFetch commented 5 years ago

That's great news! I think we should wait a little longer before removing the broken flag as we have other devices with that chipset, too and we should really be sure it works if we add new chipset support. If someone has one of those devices, they now know it should be stable and can verify it. I'm going to test the Digineo AC1200 Pro in a crowded environment. Thank you very much for you effort!

rotanid commented 5 years ago

@CodeFetch perhaps you're talking about the ZBT WG3526-32M with some companies name on its case? ;-)
i have the WG3526-16M version and will test it after having tested the TL-WR841N v13 which also has the same 2,4GHz hardware

CodeFetch commented 5 years ago

@rotanid Yes, it is a WG3526 branded by Digineo. Other interesting devices are the Xiaomi Mi WiFi Mini and the Xiaomi Mi WiFi R3G, but they need to be flashed with a Xiaomi development firmware, then registered online to get SSH access and then flashed via SSH. It would be nice if someone could write a tool that automates this process. Anyway this is great news as I assumed nbd would not finish fixing mesh support and we already considered collecting funds for fixing these issues.

rotanid commented 5 years ago

it seems someone is already funding him to do this, otherwise he wouldnt invest as much time in it, just watch the commitlog of the mt76 repository...

CodeFetch commented 5 years ago

He only receives funding for AP/STA, but not Mesh functionality as far as I know. If we have a Mesh-only issue, chances are bad it is going to be fixed if it is a big effort.

mweinelt commented 5 years ago

I opened up a new issue on mt76, the whole 2.4 GHz radio is dying again after some days of uptime. The device had been running fine for nearly two months, but the OpenWrt bump on january 15th introduced new issues.

https://github.com/openwrt/mt76/issues/246

mweinelt commented 5 years ago

I'm satisfied by nbds progress on the driver to close this issue again. The radios now, instead of logging MCU message timeouts, are simply being reset, which makes them quite resilient.

Fixed after 2086bed7cc33eb03606dc2d243554ef4d5838604.