Viacheslav Hletenko

Results 21 issues of Viacheslav Hletenko

## Change Summary Ability to set static NAT (one-to-one) in one rule Use a separate table 'vyos_static_nat' as SRC/DST rules and STATIC rules can have the same rule number ##...

## Change Summary Fix UPnP jinja2 template, incorrect value `rules` instead of `rule` So rules didn't work at all. Incorrect logic do `disabled` rule Address must be in the format...

## Change Summary Migration and Change boolean nodes `"enable/disable"` to `disable-xxxx, enable-xxxx` and just `xxx` for VPN IPsec configurations - **IKE** changes: - replace `ipsec ike-group mobike disable` => `ipsec...

## Change Summary Rewrite op-mode `show vpn ipsec sa` to the new format Use `vyos.opmode` format Ability to get raw and formatted output Add overwritten script `ipsec.py` to `op-mode-standardized.json` Add...

## Change Summary Go validators decrease the validation time to compares with bash + ipaddrcheck --something or python3 As PoC we decrease the validation time for `ipv4-range` (10K checks) from...

## Change Summary The failover route allows installing static routes to the kernel routing table only if the required target or gateway is alive When the target or gateway doesn't...

## Change Summary For the firewall to work correctly with VRF's, it is necessary to pass the name of the VRF as an argument to nft chain instead of the...

## Change Summary Ability to use IPv4 address and network groups in the conntrack ignore rules ## Types of changes - [ ] Bug fix (non-breaking change which fixes an...

state: conflict

Tested on the linux mint ``` $ cat /etc/os-release NAME="Linux Mint" VERSION="21 (Vanessa)" ID=linuxmint ID_LIKE="ubuntu debian" PRETTY_NAME="Linux Mint 21" VERSION_ID="21" ``` To reproduce: ``` python3 -m venv .venv source .venv/bin/activate...

It is not clear how to use volumes, or maybe it is a bug I start the `gitness` container and mount `/tmp/foo` to container ``` docker run -d \ -p...