puppet-ovn/releasenotes/notes/mac_table_size-default-9c655b934ed39dcf.yaml
Takashi Kajinami 7a7629748e Remove hard-coded default of mac-table-size
Default value of other-config:mac-table-size has been increased from 2k
to 8k since openvswitch 2.10.0[1], and it is no longer required to
modify the parameter by default.

[1] https://github.com/openvswitch/ovs/commit/2468f67518

Change-Id: I208eb2265609fb633191aa1d63505c8668d763e1
2022-01-26 21:09:53 +09:00

6 lines
179 B
YAML

---
features:
- |
Default value of ``ovn::controller::mac_table_size`` has been changed from
``50000`` to ``undef``, which uses the default value defined in ovs itself.