I dont know if this the right mailing list for vxlan gpe related queries but 
since I saw several posts pertaining to vxlan-gpe in the archives, so hoping 
that someone can help:
I am trying to create multiple vxlan-gpe tunnel interfaces (with different 
vnis) over the same underlay endpoints.  I need different interfaces, so that I 
can put them in different vrfs.
AFAIK, the way to create vxlan-gpe interface in linux is to use the 'external 
gpe' construct which is mutually exclusive with specifying the vni ('id 
construct'):
$ ip link add dev vxlan100 type vxlan remote 10.0.2.3 local 10.0.2.4 dstport 
4790 external gpe id 333

vxlan: both 'external' and vni cannot be specified

Without specifiying the vni at interface creation time, I cant have multiple 
vxlan-gpe interfaces over the same underlay....Is there any other way to use 
vxlan-gpe and have multiple tunnel interfaces over the same underlay that can 
be put in different vrfs ?
thanksSandeep

_______________________________________________
dev mailing list
d...@openvswitch.org
https://mail.openvswitch.org/mailman/listinfo/ovs-dev

Reply via email to