When we try to create a firewall rule using aliase name for dstport attribute we get this error {"status": "bad request,"code": 400,"return": 4049", "message": "Invalid firewall rule destination port", "data":[]}
The body
{
'type': 'pass',
'interface': 'WAN',
'ipprotocol': 'inet',
'protocol': 'tcp',
'srcport': 'any',
'src': 'any',
'dst': '20_0019_ip_itgg0ebarwmsingk',
'dstport': 'Ports_20_0019_itgg0ebarwmsingk',
'descr': 'fw with alias',
'apply': True
}
When we try to create a firewall rule using aliase name for dstport attribute we get this error {"status": "bad request,"code": 400,"return": 4049", "message": "Invalid firewall rule destination port", "data":[]}
The body
{
'type': 'pass',
'interface': 'WAN',
'ipprotocol': 'inet',
'protocol': 'tcp',
'srcport': 'any',
'src': 'any',
'dst': '20_0019_ip_itgg0ebarwmsingk',
'dstport': 'Ports_20_0019_itgg0ebarwmsingk',
'descr': 'fw with alias',
'apply': True
}