Re: [ovs-discuss] Unsupported Tunnel type

2013-02-07 Thread Justin Pettit
No. --Justin On Feb 7, 2013, at 11:31 PM, maryam hanfi wrote: > Is there a way to stop adding port if tunnel type is not supported. > > On Fri, Feb 8, 2013 at 12:27 PM, Justin Pettit wrote: > ovs-vsctl doesn't sanity-check your input, since only ovs-vswitchd is going > to know what's suppor

Re: [ovs-discuss] Unsupported Tunnel type

2013-02-07 Thread maryam hanfi
Is there a way to stop adding port if tunnel type is not supported. On Fri, Feb 8, 2013 at 12:27 PM, Justin Pettit wrote: > ovs-vsctl doesn't sanity-check your input, since only ovs-vswitchd is > going to know what's supported. However, ovs-vswitchd did log a message > complaining it was invali

Re: [ovs-discuss] Unsupported Tunnel type

2013-02-07 Thread Justin Pettit
ovs-vsctl doesn't sanity-check your input, since only ovs-vswitchd is going to know what's supported. However, ovs-vswitchd did log a message complaining it was invalid, which you found. --Justin On Feb 7, 2013, at 11:25 PM, maryam hanfi wrote: > Yes it works for gre because gre is a suppor

Re: [ovs-discuss] Unsupported Tunnel type

2013-02-07 Thread maryam hanfi
Yes it works for gre because gre is a supported tunnel type in OVS. But my question is, if a tunnel type is not support for example gre0 or mytunnel which are not valid types in OVS, then OVS should throw an error and should not add it to the configuration. But it is adding unsupported types in the

Re: [ovs-discuss] Unsupported Tunnel type

2013-02-07 Thread Justin Pettit
Try type "gre", not "gre0". --Justin On Feb 7, 2013, at 10:49 PM, maryam hanfi wrote: > Hi, > > I am using OVS-1.7.1 and I tried to add gre0 which is an unsupported type in > OVS. It gives me warning and complains about family not supported. But when I > run ovs-vsctl show command, it list

[ovs-discuss] Unsupported Tunnel type

2013-02-07 Thread maryam hanfi
Hi, I am using OVS-1.7.1 and I tried to add gre0 which is an unsupported type in OVS. It gives me warning and complains about family not supported. But when I run ovs-vsctl show command, it list gre0 as port with type gre0 in the datapath. If type is unknown or protocol is not supported should it