Okay, that old Perl converter really produces crap :(
- Feed Queries
- All Stories
- Search
- Feed Search
- Transactions
- Transaction Logs
Jan 6 2021
@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.
Jan 2 2021
@drac enabling such debug features is not easily possible as we can not install two kernels in parallel.
It feels like a bug which we received from upgrading to FRR 7.5 series.
I took the opportunity to update the supported protocols list of the dynamic DNS client. Thanks for the hint!
Loopback IP addresses are now automatically assigned to every VRF interface
47: bar: <NOARP,MASTER,UP,LOWER_UP> mtu 65536 qdisc noqueue state UP group default qlen 1000
link/ether 76:7d:c0:53:6d:89 brd ff:ff:ff:ff:ff:ff
inet 127.0.0.1/8 scope host bar
valid_lft forever preferred_lft forever
inet6 ::1/128 scope host
valid_lft forever preferred_lft foreverThe system tries to bind itself to the localhost address which is not in the VRF, this is definately a fault, Why did I not see that?