This made it possible to commit the change
Additionally I set a pbr rule like this:
vyos@vyos# show policy route6
route6 pbr6 {
interface bond0.1001
interface bond0.1002
interface bond0.1003
rule 10 {
destination {
address 64:ff9b::/96
}
set {
mark 1064
}
}
}This should only mark traffic going to the nat64 prefix.
however as far as I can see all traffic is still going through/to jool and the "match mark" is ignored.
Where would I be able to verify if it has been set in the backend configs?