@Viacheslav yes it was rc4 got the link some day's befor release via slack. I will setup a test lab next days, these boxes are now in production.
- Feed Queries
- All Stories
- Search
- Feed Search
- Transactions
- Transaction Logs
All Stories
May 9 2021
May 8 2021
@rherold can you recheck it? Or say is it real 1.3.0-rc4?
I can't reproduce it.
May 7 2021
set vpn ipsec site-to-site peer 100.64.0.2 dhcp-interface eth1
Which proper format do we need?
For example 2 tunnels:
peer-100.64.0.2-tunnel-0
peer-100.64.0.2-tunnel-1
PBR works if we change the static route to:
Maybe related task T3505 which deletes the default route for DHCP in the commit.
Note that adding autosudo=False to the call to cmd does not fix this issue because this parameter is never passed to popen: https://github.com/vyos/vyos-1x/blob/current/python/vyos/util.py#L143
Confirming that this bug is still present on 1.4-rolling-20210505111.
May 6 2021
I have not built vyos since 2018, so my last production version was 201803051831.
@carl.byington is it working in 1.3?
19: l2tpeth0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast master foo state UNKNOWN mode DEFAULT group default qlen 1000
link/ether 7e:0a:f4:5c:ef:8c brd ff:ff:ff:ff:ff:ff
alias L2 VPN Tunnelmaster foo <- foo is the VRF name
@Viacheslav it must be added in the proper order and contexts need to be entered - exited appropriately
It seems a bug with frr-reload
! router bgp 64500 vrf foo no bgp ebgp-requires-policy no bgp network import-check exit ! vrf foo ip protocol bgp route-map RMAP exit-vrf ! route-map RMAP permit 10 set tag 555 ! line vty !
It is implemented in VyOS 1.4
Update I find an example
! vrf foo ip protocol bgp route-map RMAP exit-vrf ! router bgp 64500 vrf foo no bgp ebgp-requires-policy no bgp network import-check !
@ernstjo
Is it supported by FRR?
Can you provide an example?