hael Yu
Sent: Monday, August 13, 2018 10:48 PM
To: vpp-dev mailto:vpp-dev@lists.fd.io>>
Cc: Neale Ranns (nranns) mailto:nra...@cisco.com>>; Ole Troan
mailto:otr...@employees.org>>
Subject: Re: [vpp-dev] Overlapping IP/subnet support on base/vlan interface
Hello,
I have checked th
Hello Ole,
I just had a try on VRF, probably this is what I am looking for.
Regarding to the FIB lookup, we don’t want to rely on the standard route
procedure performed in lookup node.
We are thinking about some product specific logic to decide which VLAN to tag
the packet and which interface to
ct: Re: [vpp-dev] Overlapping IP/subnet support on base/vlan interface
Hello,
I have checked the latest code in master branch and confirm ” VPP does not
support multiple interfaces in the same subnet” is still true.
And I can understand the commit https://gerrit.fd.io/r/#/c/8057/ is to expand
Michael,
> I have checked the latest code in master branch and confirm ” VPP does not
> support multiple interfaces in the same subnet” is still true.
> And I can understand the commit https://gerrit.fd.io/r/#/c/8057/ is to expand
> the check of overlapping subnet to all interfaces in the same t
Hello,
I have checked the latest code in master branch and confirm ” VPP does not
support multiple interfaces in the same subnet” is still true.
And I can understand the commit https://gerrit.fd.io/r/#/c/8057/ is to expand
the check of overlapping subnet to all interfaces in the same table/VRF.
Hello Neale and VPP experts,
We have one use case to support in VPP, to configure overlapping IP on flat
interface and VLAN sub-interface, like below:
Eth1-- 13.13.13.114
Eth1.11 -- 13.13.13.114
Eth1.12 -- 13.13.13.114
But we found that this kind of configuration is not supported yet and