Hello, i'm trying to configure openswitch with GRE interface with GRE kernel module, not with openswitch gre module ( that's works well)
Kernel : 3.5.0-rc6 + Gre module + openvswitch module ip tunnel add GRE1 mode gre remote 10.98.98.1 local 10.98.98.16 ttl 255 ip link set GRE1 up ovs-vsctl add-port br0 GRE1 tag=999 in openswitch log, => Jul 11 20:44:45 positronic7155 ovs-vswitchd: 00044|dpif|WARN|system@br0: failed to add GRE1 as port: Invalid argument DEV-10.98.98.16:~# ovs-vsctl list port GRE1 _uuid : e2f00fba-0697-4165-9503-ffdb4ae659b6 bond_downdelay : 0 bond_fake_iface : false bond_mode : [] bond_updelay : 0 external_ids : {} fake_bridge : false interfaces : [428fa8f8-3863-420e-83fa-f3f34d9976f1] lacp : [] mac : [] name : "GRE1" other_config : {} qos : [] statistics : {} status : {} tag : 999 trunks : [] vlan_mode : [] DEV-10.98.98.16:~# ovs-vsctl list interface GRE1 _uuid : 428fa8f8-3863-420e-83fa-f3f34d9976f1 admin_state : [] cfm_fault : [] cfm_fault_status : [] cfm_health : [] cfm_mpid : [] cfm_remote_mpids : [] duplex : [] external_ids : {} ingress_policing_burst: 0 ingress_policing_rate: 0 lacp_current : [] link_resets : [] link_speed : [] link_state : [] mac : [] mtu : [] name : "GRE1" ofport : -1 options : {} other_config : {} statistics : {} status : {} type : "" What's wrong ? Regards, Nicolas Prochazka.
_______________________________________________ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo/dev