Can't create static route table with dhcp

Hi, trying to setup PBR routing, and it fails first step:
vyos@vyos# set protocols static table 10 route 0.0.0.0/0 dhcp-interface eth4
[edit]
vyos@vyos# commit
[ protocols static table 10 route 0.0.0.0/0 dhcp-interface eth4 ]
dc: can’t open ‘0x7fffffff’: No such file or directory
iptables v1.8.2 (nf_tables): option “–set-mark” requires an argument
Try `iptables -h’ or ‘iptables --help’ for more information.

[[protocols static]] failed
Commit failed
[edit]

I’m using:
vyos@vyos:~$ sh ver

Version: VyOS 1.3.0-rc6
Release Train: equuleus

Hi @melaz .
This is a known error in 1.3: T3522.
In that task, same situation as yours was reprocuded in last entries.
This should be fixed on 1.3.1 realease.

Thanks, got thru all google and didn’t find this issue.