diff --git a/board/netconf/rootfs/lib/infix/factory/gen-interfaces b/board/netconf/rootfs/lib/infix/factory/gen-interfaces index c7acf42f..79a4c74b 100755 --- a/board/netconf/rootfs/lib/infix/factory/gen-interfaces +++ b/board/netconf/rootfs/lib/infix/factory/gen-interfaces @@ -19,7 +19,7 @@ phys_ifaces=$(ip -d -j link show | jq -r ' .[] | select(.link_type == "ether") | select(.group != "internal") | - select(has("linkinfo") | not) | + select(has("parentbus")) | .ifname') cat <