Skip to content

Create firewall rule using aliases #46

@h-medjahed

Description

@h-medjahed

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
}

Metadata

Metadata

Labels

documentationImprovements or additions to documentationfeature requestNew feature or request

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions