The root project where all new tasks go once we are sure we want to go through with implementing them.
Details
Today
Yesterday
Thanks for the report @mrpops2ko .
Please open a new task/bug report. This was only about the port and it's now closed.
I see no need in adding mpls enable - all FRR does is writing 1/0 to '/proc/sys/net/mpls/conf/eth1/input' (see https://github.com/FRRouting/frr/blob/1dd655dda3f38ab1227683ed78e51fc35e3c254b/zebra/netconf_netlink.c#L185), VyOS does the same for set protocols mpls interface eth1. If I'm missing something please write.
not sure if this is the appropriate place for it, but the speeds are not good. here are some benchmark comparisons using the same VPN node which has wireguard enabled and DCO.
Wed, Sep 23
I made a pull-req on https://github.com/vyos/vyos-1x/pull/5494
Tue, Sep 22
here is the documenation on frr about mpls enable/disable : https://docs.frrouting.org/en/latest/zebra.html#clicmd-mpls-enable-disable
Possible workarounds/fixes:
Mon, Sep 21
we need to expose as well the following command to interfaces level :mpls enable
Sun, Sep 20
Resolved in https://github.com/vyos/vyos-build/pull/1308
Sat, Sep 19
Fri, Sep 18
The IS-IS daemon leaks memory during its shortest-path calculation. When a node in the topology has more than 64 equal-cost adjacencies, FRR trims the excess entries but does not release their memory.
This is a duplicate of T7487 which has an open PR against is so I think this ticket should be closed.
Rather than rejecting "interval 0" in verify(), the change leaves the directive
out of the generated file: "keepalive" only stands for "ping" and "ping-restart",
and the server branch of the template sets neither on its own, so an absent
directive is the keepalive-off the interval asked for. Nothing needs a migration
and a saved configuration still commits.
This is a regression caused by the version bump we just merged (from 2.7.5 to 2.7.7).
The following commit
Thu, Sep 17
Created PR - https://github.com/vyos/vyos-1x/pull/5487
Update: the fix moved to vyos-1x, https://github.com/vyos/vyos-1x/pull/5486
Completion fix: https://github.com/vyos/vyos-build/pull/1308
