[Intel-wired-lan] [PATCH net-next 00/11] net: Fix netdev adjacency tracking
David Miller
davem at davemloft.net
Fri Oct 14 14:17:30 UTC 2016
From: David Ahern <dsa at cumulusnetworks.com>
Date: Wed, 12 Oct 2016 13:51:48 -0700
> The netdev adjacency tracking is failing to create proper dependencies
> for some topologies. For example this topology
>
> +--------+
> | myvrf |
> +--------+
> | |
> | +---------+
> | | macvlan |
> | +---------+
> | |
> +----------+
> | bridge |
> +----------+
> |
> +--------+
> | bond0 |
> +--------+
> |
> +--------+
> | eth3 |
> +--------+
>
> hits 1 of 2 problems depending on the order of enslavement. The base set of
> commands for both cases:
>
> ip link add bond1 type bond
> ip link set bond1 up
Your diagram uses the device name "bond0" but all of your command examples
use "bond1". Please fix this up, thanks.
More information about the Intel-wired-lan
mailing list