Viacheslav Hletenko
Viacheslav Hletenko
+1 @kravietz Are you planning to integrate it into Debian 11?
@dmbaturin In general, I like the idea of this format: ``` {% if foo %} {% if bar %} baz {% endif %} {% endif %} ``` But some configurations...
> Your approach requires adding a golang dependency We already have golang in vyos-build So it doesn’t require any additional package
Close it, the original issue was solved, but we agree that it could be a good experience for the next validators
There is an issue with "vrf" device for LOCAL direction If you have 50 interfaces in one VRF and you want to drop all traffic from one interface for example...
Firewall was rewritten, close it
Re-check please all whitespaces after ',' and '=' Re-check please imported modules. ``` deepcopy defaults dict_merge verify_interface_exists verify_mtu verify_mtu_ipv6 verify_vlan_config ```
Something wrong with postrouting rule 10
> Something wrong with postrouting rule 10 Fixed ``` vyos@r14# sudo nft list table vyos_static_nat table ip vyos_static_nat { chain PREROUTING { type nat hook prerouting priority dstnat; policy accept;...
> My only remaining question is if there is a reason to not have this in source/destination NAT. Is it because it would require two rules? Or is it to...