You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[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 <shuche@microsoft.com>
0 commit comments