Thank you for the response. There is also a smoketest wmbedded which runs during ISO ge erstion ensuring this always works:
- Feed Queries
- All Stories
- Search
- Feed Search
- Transactions
- Transaction Logs
Jan 10 2021
+1 for default, IPsec is also very chatty
Jan 9 2021
Jan 8 2021
Please feel free to do so. Thank you!
Hi @owen, I added a small note about GRE6 some days ago on the bottom of the GRE chapter. https://docs.vyos.io/en/latest/configuration/interfaces/tunnel.html#generic-routing-encapsulation-gre
Jan 7 2021
@runar we also added no- in the 1.3 series, so I'd prefer: set interfaces tunnel tun0 parameters ip disable-pmtu-discovery or set interfaces tunnel tun0 parameters ip no-pmtu-discovery
Yeah that was my fault. It is already fixed in https://github.com/vyos/vyos-1x/commit/688d749c40d25cbf8ed7f7176d73f0fdd8ee9d51 from T3185
There is no need to use set interfaces bridge br1 vlan-aware, as soon as the vif node is present, it will be vlan aware. We should not randomly add all kinds of new CLI nodes.
Jan 6 2021
Okay, that old Perl converter really produces crap :(
@tuxis-ie we are running FRR 7.3 and can not easily upgrade to 7.4 due do changes in the FRR behavior and known bugs which we already faced in a rolling release which was running FRR 7.5.
Jan 5 2021
VyOS packages are currently beeing regenerated with a fix for this.
Jan 4 2021
set protocols bgp 100 neighbor 1.1.1.1 description "foo bar baz" set protocols bgp 100 neighbor 1.1.1.1 remote-as 200
Jan 3 2021
Just tried this with 7.4 yeah, issue persists. Using 7.3 which is also in the LTS version for so long...
Reverting back to 7.4 series until those are resolved.
This infact hit me, too which is super annoying and could kill your entire AS.
IPv6 GRE is already supported as tunnel encapsulation ip6gre. It is the IPv6 equivalent of GRE, which allows us to encapsulate any Layer 3 protocol over IPv6.