Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[acl_loader]: Add support for parsing input interface (sonic-net#386)
If input_interface is set, it will be converted to IN_PORTS. format: "input-interface": { "interface-ref": { "config": { "interface": <interface_list> } } } It will be parsed and converted to: "IN_PORTS": <interface_list> as an attribute to the current ACL rule. Signed-off-by: Shu0T1an ChenG <[email protected]>
- Loading branch information