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
> 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
> >
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
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: