I am trying to add a GRE port to a bridge on Open vSwitch 1.3.0 (Linux 3.1.6) and getting "Address family not supported by protocol" in daemon.log:
Dec 24 01:58:00 i5 ovs-vsctl: 00001|vsctl|INFO|Called as ovs-vsctl -- add-port br1 gre0 -- set interface gre1 type=gre options:remote_ip=x.x.x.x Dec 24 01:58:00 i5 ovs-vswitchd: 00887|bridge|INFO|created port gre0 on bridge br1 Dec 24 01:58:00 i5 ovs-vswitchd: 00888|dpif|WARN|system@br1: failed to add gre0 as port: Address family not supported by protocol Dec 24 01:58:00 i5 ovs-vswitchd: 00889|bridge|WARN|gre0 port has no interfaces, dropping Dec 24 01:58:00 i5 ovs-vswitchd: 00890|bridge|INFO|destroyed port gre0 on bridge br1 Dec 24 01:58:00 i5 ovs-vswitchd: 00891|bridge|WARN|bridge br1: using default bridge Ethernet address 8a:22:d7:cb:4d:45 I have the GRE module compiled in to the kernel. I ran strace against ovs-vswitchd to see if I could figure out anything, but nothing obvious popped out. Any clues? Thanks, -mike
_______________________________________________ discuss mailing list [email protected] http://openvswitch.org/mailman/listinfo/discuss
