thanks sergio and justin for your quick reply,

i execute the below command:
"ovs-vsctl set bridge br0 other_config:mac-aging-time=3"
then i execute "ovs-appctl fdb/show br0". in output table some ages
are greater than 3.
i thought when mac-aging-time is 3 it means that the age can not be
more than 3. please let me know if i'm misunderstanding.
thank you so much for your attention
motlagh

On 4/30/12, Justin Pettit <jpet...@nicira.com> wrote:
> On Apr 29, 2012, at 11:31 PM, saeedeh motlagh wrote:
>
>> I need to insert some mac addresses to the learning mac address table
>> as static entries. I want to know if there is such capability on
>> Openvswitch 1.4?
>
> No, your best bet is to populate a flow table with the "ovs-ofctl add-flow"
> command.
>
>> I also want to change mac address aging time on the table, would it be
>> possible to do that?
>
> You can configure that with the "mac-aging-time" key in "other_config" on
> the Bridge table.  It's documented in the ovs-vswitchd.conf.db man page.
>
> --Justin
>
>
>
_______________________________________________
discuss mailing list
discuss@openvswitch.org
http://openvswitch.org/mailman/listinfo/discuss

Reply via email to