On Mon, 2010-03-15 at 11:41 -0700, Chris Leech wrote:
> add AUTO_VLAN to the config file template
> 
> Signed-off-by: Chris Leech <[email protected]>
> ---
> 
>  etc/cfg-ethx    |    5 +++++
>  lib/rtnetlink.c |    1 +
>  2 files changed, 6 insertions(+), 0 deletions(-)
> 
> diff --git a/etc/cfg-ethx b/etc/cfg-ethx
> index 96eca59..b7274ac 100644
> --- a/etc/cfg-ethx
> +++ b/etc/cfg-ethx
> @@ -7,3 +7,8 @@ FCOE_ENABLE="yes"
>  ## Default:    yes
>  # Indicate if DCB service is required at the Ethernet port
>  DCB_REQUIRED="yes"
> +
> +## Type:     yes/no
> +## Default:  yes
> +# Indicate if VLAN discovery should be handled by fcoemon
> +AUTO_VLAN="yes"
> diff --git a/lib/rtnetlink.c b/lib/rtnetlink.c
> index 2f89bf9..b7a32f2 100644
> --- a/lib/rtnetlink.c
> +++ b/lib/rtnetlink.c
> @@ -39,6 +39,7 @@
>  #include <linux/netlink.h>
>  #include <linux/rtnetlink.h>
>  #include "rtnetlink.h"
> +#include "fcoemon_utils.h"

I think this change belongs in the following patch:

fipvlan: change how interfaces are tracked internally

Otherwise there are warnings (not sure if real errors) in the series
until we reach this patch. I'll make the change before committing.

//Rob

_______________________________________________
devel mailing list
[email protected]
http://www.open-fcoe.org/mailman/listinfo/devel

Reply via email to