Closed vladimirs-git closed 8 months ago
From what is written in the code, community (in match custom JSONfield or match community) should be a list. It could make sense because you could match a list of them. Try "match_custom": {"community": ["cl_rix1_3_150", "antoherone", "3215:65001"]}.
In this case, the example at the bottom of the form is incorrect.
Instead of {"ip nexthop": "1.1.1.1"}
should be {"ip nexthop": ["1.1.1.1"]}
Well, only "community", "ip address" and "ipv6 address" keys are concerned as these 3 parameters are available in the object itself (above the custom match). Goal is to append the object parameters with eventual custom match.
NetBox version Netbox=v3.5.4 netbox-bgp=v0.11.1
Describe the bug In BGP routing-policy object, Custom Match value is represented as list instead of string. Routing Policy Rules display Custom Match value improperly
To Reproduce
Expected behavior Expected string value instead of list of characters.
Screenshots