On Thu, Sep 4, 2014 at 8:53 AM, Bhavin Shah (shahb) <[email protected]> wrote:
> Guru,
> The tap interface is created by linux bridge so is there a way to set mtu
> for linux bridge.
Linux bridge does not "create" a tap interface. Someone created that
Linux bridge, then created a tap interface and then added that tap
interface as a port to the Linux bridge. I am guessing that this is a
openstack deployment with Linux bridge connected to OVS using a
connector (veth pair?).

So if you want MTU setting along the way, you will have to start
looking at how and who creates those interfaces.

If you are trying to do this to solve some tunnelling issue, then it
is probably simpler to reduce the MTU in the VM.

>
> Thanks,
> Bhavin Shah
>
> .:|:.:|:.  [email protected]
>
> Systems Engineer
> AT&T Account Team
> 732 429-4080 mobile
> 732 635-4271 office
>
>
> welcome to the human network
>
>
>
>
>
>
> On 9/4/14, 11:51 AM, "Gurucharan Shetty" <[email protected]> wrote:
>
>>[Moving to ovs-discuss]
>>
>>On Thu, Sep 4, 2014 at 8:44 AM, Bhavin Shah (shahb) <[email protected]>
>>wrote:
>>> Thanks for the quick response Guru.
>>>
>>> Follow up question  is how to set it on the TAP interfaces that are
>>> dynamically defined.
>>The one that creates the tap interface needs to have that ability. If
>>the question is, can we set it through ovsdb, then I think the answer
>>is no.
>>
>>>
>>>
>>>
>>>
>>> Thanks,
>>> Bhavin Shah
>>>
>>> .:|:.:|:.  [email protected]
>>>
>>> Systems Engineer
>>> AT&T Account Team
>>> 732 429-4080 mobile
>>> 732 635-4271 office
>>>
>>>
>>> welcome to the human network
>>>
>>>
>>>
>>>
>>>
>>>
>>> On 9/4/14, 10:48 AM, "Gurucharan Shetty" <[email protected]> wrote:
>>>
>>>>On Thu, Sep 4, 2014 at 6:45 AM, Bhavin Shah (shahb) <[email protected]>
>>>>wrote:
>>>>> Hi,
>>>>> Can you pls point me to a direction where I can set the mtu size on
>>>>>ovs
>>>>>bridge ?
>>>>
>>>>ifconfig br1 mtu 9000
>>>>
>>>>>
>>>>> Thanks,
>>>>> Bhavin Shah
>>>>>
>>>>> .:|:.:|:.  [email protected]
>>>>> Systems Engineer
>>>>> AT&T Account Team
>>>>> 732 429-4080 mobile
>>>>> 732 635-4271 office
>>>>> welcome to the human network
>>>>>
>>>>> _______________________________________________
>>>>> dev mailing list
>>>>> [email protected]
>>>>> http://openvswitch.org/mailman/listinfo/dev
>>>
>
_______________________________________________
discuss mailing list
[email protected]
http://openvswitch.org/mailman/listinfo/discuss

Reply via email to