Viacheslav Hletenko
Viacheslav Hletenko
Doesn't work properly Initial configuration: ``` set policy local-route rule 110 destination '203.0.113.0/24' set policy local-route rule 110 fwmark '123' set policy local-route rule 110 set table '170' set policy...
@hensur it still incorrect behaviour ``` set policy local-route rule 110 destination '203.0.113.0/24' set policy local-route rule 110 set table '100' commit set policy local-route rule 110 set table '101'...
Update make file. It has some conflicts. For the rest, I approve.
> keepalived is only hot backup in nature It is not only "backup" it also uses a load-balancing feature, I guess it also uses LVS as a backend https://github.com/vyos/vyos-1x/blob/a09359828e38c5b51a4579af16b5ea263a98233f/interface-definitions/high-availability.xml.in#L286 https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/7/html/load_balancer_administration/ch-initial-setup-vsa#s3-initial-setup-conf-file-virt-VSA...
It makes sense
It seems it handles there https://github.com/ansible-collections/vyos.vyos/blob/0a43a34d544d6f4f6055aa8a534fcf602fd235f2/plugins/module_utils/network/vyos/config/firewall_interfaces/firewall_interfaces.py#L437-L439 Possible options: ``` vyos@r4-epa2# set interfaces Possible completions: +> bonding Bonding Interface/Link Aggregation +> bridge Bridge Interface +> dummy Dummy Interface +> ethernet Ethernet...
> You link two independent subsystems. This is something super rare used in VyOS and I already feel some sort of pain. What happens if the firewall group is adjusted...
@c-po I added `groups_resync` and `resync_conntrack` to the firewall ``` set firewall group address-group ADDR-GRP address '1.2.3.4' set firewall group address-group ADDR-GRP address '5.4.3.2' set firewall group address-group ADDR-GRP address...
``` root@r14:/home/vyos# ./bridge.py File "/home/vyos/./bridge.py", line 208 else if detail: ^ SyntaxError: invalid syntax root@r14:/home/vyos# ```
> > ``` > > root@r14:/home/vyos# ./bridge.py > > File "/home/vyos/./bridge.py", line 208 > > else if detail: > > ^ > > SyntaxError: invalid syntax > > root@r14:/home/vyos# >...