mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-19 19:15:22 +00:00
IPsec: list_status seems to have issues with byte type data, https://github.com/opnsense/core/issues/4189
This commit is contained in:
parent
c01353b49a
commit
30a9195437
@ -87,4 +87,4 @@ for sas in s.list_sas():
|
||||
result[sa]['routed'] = False
|
||||
result[sa]['sas'].append(sas[sa])
|
||||
|
||||
print (ujson.dumps(result))
|
||||
print (ujson.dumps(result, reject_bytes=False))
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user