Viktor Krejčíř
Viktor Krejčíř
Asked here while ago on the relevant PR btw: https://github.com/jaredhendrickson13/pfsense-api/pull/188#issuecomment-1070593580
I took a look into the config xml, and it seems, that the interfaces are indeed saved as a "," separated value.  So if...
And actually, the values from already existing floating rules are also returned in "opt1,opt9" format in interface attribute. ```json { "id": "", "tracker": "1656335395", "type": "pass", "interface": "opt1,opt9", "ipprotocol": "inet",...