Re: [PATCH] ipvlan: fix ipvlan MTU limits

2018-01-10 Thread महेश बंडेवार
On Tue, Jan 9, 2018 at 7:12 PM, liuqifa wrote: > >> On Mon, Jan 8, 2018 at 10:48 PM, wrote: >> > From: Keefe Liu >> > >> > The MTU of ipvlan interface should not bigger than the phy device, >> > When we run following scripts, we will find there are some problems. >> > Step1: >> > ip lin

Re: [PATCH] ipvlan: fix ipvlan MTU limits

2018-01-09 Thread liuqifa
> On Mon, Jan 8, 2018 at 10:48 PM, wrote: > > From: Keefe Liu > > > > The MTU of ipvlan interface should not bigger than the phy device, > > When we run following scripts, we will find there are some problems. > > Step1: > > ip link add link eth0 name ipv1 type ipvlan mode l2 > >

Re: [PATCH] ipvlan: fix ipvlan MTU limits

2018-01-09 Thread महेश बंडेवार
On Mon, Jan 8, 2018 at 10:48 PM, wrote: > From: Keefe Liu > > The MTU of ipvlan interface should not bigger than the phy device, When we > run following scripts, we will find there are some problems. > Step1: > ip link add link eth0 name ipv1 type ipvlan mode l2 > ip netns add ne

[PATCH] ipvlan: fix ipvlan MTU limits

2018-01-08 Thread liuqifa
From: Keefe Liu The MTU of ipvlan interface should not bigger than the phy device, When we run following scripts, we will find there are some problems. Step1: ip link add link eth0 name ipv1 type ipvlan mode l2 ip netns add net1 ip link set dev ipv1 netns net1 Step2: