* TFM JSON config files have been removed - all TFM features are automatically generated, except for table sizes, which can be configured like so:
dps:
mytfmdp:
table_sizes:
port_acl: 1024
... etc ...
* eth_dst is now an exact match table (ACL tables can be exact match, in the future other tables will be too)
* Ryu 4.27
* Explicitly drop ECTP (eth type 0x9000)
* Fix receiving load balanced MAC from LACP bundle.
* Fix allow: 1 should work with output: ACL actions.
* Fix do not inter-VLAN route link local networks.
* Fix port ACL table could unnecessarily require VLAN VID match.