Page MenuHomeVyOS Platform
Feed All Stories

Jul 23 2022

alainlamar created T4563: Docker build system is broken (Equuleus v1.3.1).
Jul 23 2022, 1:59 PM · VyOS 1.3 Equuleus (1.3.6)
Viacheslav added a comment to T4562: Rewrite show vrf to new format.

PR https://github.com/vyos/vyos-1x/pull/1430

vyos@r14:~$ show vrf
Name    State    MAC address        Flags                     Interfaces
------  -------  -----------------  ------------------------  ---------------
foo     up       be:e3:5c:f1:54:99  noarp,master,up,lower_up  eth1.50,eth1.55
bar     up       1e:7c:94:da:e0:35  noarp,master,up,lower_up  n/a
vyos@r14:~$
Jul 23 2022, 1:57 PM · VyOS 1.4 Sagitta
Viacheslav changed the subtype of T4562: Rewrite show vrf to new format from "Bug" to "Feature Request".
Jul 23 2022, 1:42 PM · VyOS 1.4 Sagitta
Viacheslav created T4562: Rewrite show vrf to new format.
Jul 23 2022, 1:42 PM · VyOS 1.4 Sagitta
Unknown Object (User) added a comment to T4542: route-map: "match prefix-len" incorrect behavior.

New PR (Notice corrected):
https://github.com/vyos/vyos-1x/pull/1427

Jul 23 2022, 9:38 AM · VyOS 1.4 Sagitta
aalmenar added a comment to T4556: fastnetmon: Allow configure white_list_path and populate with hosts/networks that should be ignored..

I have added a pull request for this:

Jul 23 2022, 9:24 AM · VyOS 1.4 Sagitta
Viacheslav added a comment to T4552: Unable to reset IPsec IPv6 peer.

PR https://github.com/vyos/vyos-1x/pull/1428

vyos@r14:~$ reset vpn ipsec-peer 2001:db8::2 
CHILD_SA {21241} closed successfully
CHILD_SA {21243} closed successfully
CHILD_SA {21245} closed successfully
CHILD_SA {21244} closed successfully
CHILD_SA {21247} closed successfully
CHILD_SA {21246} closed successfully
CHILD_SA {21249} closed successfully
CHILD_SA {21248} closed successfully
closing CHILD_SA peer_2001-db8--2_tunnel_0{21250} with SPIs cab47d6b_i (0 bytes) c3cbba13_o (0 bytes) and TS 2001:db8:1111::/64 === 2001:db8:2222::/64
sending DELETE for ESP CHILD_SA with SPI cab47d6b
generating INFORMATIONAL request 14065 [ D ]
sending packet: from 2001:db8::1[500] to 2001:db8::2[500] (69 bytes)
received packet: from 2001:db8::2[500] to 2001:db8::1[500] (69 bytes)
parsed INFORMATIONAL response 14065 [ D ]
received DELETE for ESP CHILD_SA with SPI c3cbba13
CHILD_SA closed
CHILD_SA {21250} closed successfully
establishing CHILD_SA peer_2001-db8--2_tunnel_0{21251}
generating CREATE_CHILD_SA request 14066 [ SA No KE TSi TSr ]
sending packet: from 2001:db8::1[500] to 2001:db8::2[500] (497 bytes)
received packet: from 2001:db8::2[500] to 2001:db8::1[500] (497 bytes)
parsed CREATE_CHILD_SA response 14066 [ SA No KE TSi TSr ]
selected proposal: ESP:AES_GCM_16_256/MODP_2048/NO_EXT_SEQ
CHILD_SA peer_2001-db8--2_tunnel_0{21251} established with SPIs ccaff1e5_i c5a2b674_o and TS 2001:db8:1111::/64 === 2001:db8:2222::/64
connection 'peer_2001-db8--2_tunnel_0' established successfully
Peer reset result: success
vyos@r14:~$
Jul 23 2022, 8:50 AM · VyOS 1.4 Sagitta
Viacheslav changed the status of T4552: Unable to reset IPsec IPv6 peer from Open to In progress.
Jul 23 2022, 7:56 AM · VyOS 1.4 Sagitta

Jul 22 2022

Viacheslav changed the status of T4546: Does not connect Cisco spoke to VyOS hub. from In progress to Needs testing.
Jul 22 2022, 11:15 PM · VyOS 1.4 Sagitta
c-po added a comment to T4560: VRF and BGP neighbor local-as error.

Commit fails b/c of frr-reload output: 200 % Local-AS allowed only for EBGP peers - we should add an appropriate verify() stage I guess.

Jul 22 2022, 9:10 PM · VyOS 1.4 Sagitta
Viacheslav closed T4145: Conntrack table not showing after firewall rewriting as Resolved.
Jul 22 2022, 7:30 PM · VyOS 1.4 Sagitta
Viacheslav added a comment to T4545: Rewrite show nat source rules.

PR https://github.com/vyos/vyos-1x/pull/1426
An example with only one rule 10 raw output

vyos@r14:~$ /usr/libexec/vyos/op_mode/nat.py show_rules --direction source --raw
[
    {
        "rule": {
            "family": "ip",
            "table": "nat",
            "chain": "POSTROUTING",
            "handle": 114,
            "comment": "SRC-NAT-10",
            "expr": [
                {
                    "match": {
                        "op": "==",
                        "left": {
                            "meta": {
                                "key": "oifname"
                            }
                        },
                        "right": "eth0"
                    }
                },
                {
                    "counter": {
                        "packets": 0,
                        "bytes": 0
                    }
                },
                {
                    "masquerade": null
                }
            ]
        }
    }
]
vyos@r14:~$
Jul 22 2022, 4:37 PM · VyOS 1.4 Sagitta
Viacheslav added a project to T4561: reset ip bgp <neighbor> allows reset bgp peer for ipv4, also it should exist one for ipv6: VyOS 1.4 Sagitta.
Jul 22 2022, 1:01 PM · VyOS 1.5 Circinus, VyOS 1.4 Sagitta
Viacheslav added a comment to T4145: Conntrack table not showing after firewall rewriting.

PR to new format + IPv6 entries https://github.com/vyos/vyos-1x/pull/1425

Jul 22 2022, 12:35 PM · VyOS 1.4 Sagitta
c-po added a comment to T4561: reset ip bgp <neighbor> allows reset bgp peer for ipv4, also it should exist one for ipv6.

Unfortunately not all commands are present when using the bgp <afi> syntax. We should find the remaining ones and then move all to the new syntax - less confusing

Jul 22 2022, 10:36 AM · VyOS 1.5 Circinus, VyOS 1.4 Sagitta
aalmenar added a comment to T4561: reset ip bgp <neighbor> allows reset bgp peer for ipv4, also it should exist one for ipv6.

@Viacheslav yep that one works...

Jul 22 2022, 8:22 AM · VyOS 1.5 Circinus, VyOS 1.4 Sagitta
Viacheslav added a comment to T4561: reset ip bgp <neighbor> allows reset bgp peer for ipv4, also it should exist one for ipv6.

@aalmenar try the next command

vyos@r14# run reset bgp ipv6 
Possible completions:
  <h:h:h:h:h:h:h:h>
                IPv6 neighbor to clear
  1-4294967295  Reset peers with the AS number
  all           Clear all peers
  external      Reset all external peers
  peer-group    Reset all members of peer-group
Jul 22 2022, 8:20 AM · VyOS 1.5 Circinus, VyOS 1.4 Sagitta
aalmenar changed Version from - to 1.4-rolling-202207220217 on T4561: reset ip bgp <neighbor> allows reset bgp peer for ipv4, also it should exist one for ipv6.
Jul 22 2022, 8:03 AM · VyOS 1.5 Circinus, VyOS 1.4 Sagitta
aalmenar updated the task description for T4561: reset ip bgp <neighbor> allows reset bgp peer for ipv4, also it should exist one for ipv6.
Jul 22 2022, 8:02 AM · VyOS 1.5 Circinus, VyOS 1.4 Sagitta
aalmenar updated the task description for T4561: reset ip bgp <neighbor> allows reset bgp peer for ipv4, also it should exist one for ipv6.
Jul 22 2022, 8:01 AM · VyOS 1.5 Circinus, VyOS 1.4 Sagitta
aalmenar created T4561: reset ip bgp <neighbor> allows reset bgp peer for ipv4, also it should exist one for ipv6.
Jul 22 2022, 7:59 AM · VyOS 1.5 Circinus, VyOS 1.4 Sagitta
c-po claimed T4560: VRF and BGP neighbor local-as error.
Jul 22 2022, 7:54 AM · VyOS 1.4 Sagitta
Viacheslav created T4560: VRF and BGP neighbor local-as error.
Jul 22 2022, 7:46 AM · VyOS 1.4 Sagitta
vfreex added a project to T4559: vyos-1x: xdp build error: VyOS 1.4 Sagitta.
Jul 22 2022, 7:21 AM · VyOS 1.4 Sagitta
vfreex triaged T4559: vyos-1x: xdp build error as Normal priority.
Jul 22 2022, 7:19 AM · VyOS 1.4 Sagitta
vfreex updated subscribers of T160: Support NAT64.

@aaliddell I am not too concerned about tayga's maintenance. It have been proved to work well for years, and the package is already a part of the official repository of debian. Actually debian's tayga package includes a few patches: https://salsa.debian.org/debian/tayga/-/tree/debian/master/debian/patches

Jul 22 2022, 7:01 AM · VyOS 1.4 Sagitta (1.4.0-epa1)
Viacheslav changed the status of T4550: router-advert: Add deprecate-prefix & decrement-lifetimes options from Open to In progress.
Jul 22 2022, 1:09 AM · VyOS 1.4 Sagitta
Viacheslav changed the subtype of T4556: fastnetmon: Allow configure white_list_path and populate with hosts/networks that should be ignored. from "Task" to "Feature Request".
Jul 22 2022, 12:58 AM · VyOS 1.4 Sagitta
Viacheslav added a comment to T4558: Incomplete error message when duplicate firewall port-group used.

I just leave it here. We must not return to bug T2189 with this fix.

Jul 22 2022, 12:57 AM · VyOS 1.4 Sagitta
Viacheslav added a project to T4557: fastnetmon: allow configure limits per protocol (tcp, udp, icmp): VyOS 1.4 Sagitta.
Jul 22 2022, 12:51 AM · VyOS 1.4 Sagitta

Jul 21 2022

c-po renamed T4537: MACsec not working with cipher gcm-aes-256 from Macsec not working with cipher gcm-aes-256 to MACsec not working with cipher gcm-aes-256.
Jul 21 2022, 7:48 PM · VyOS 1.3 Equuleus (1.3.2), VyOS 1.4 Sagitta
SrividyaA created T4558: Incomplete error message when duplicate firewall port-group used.
Jul 21 2022, 7:23 PM · VyOS 1.4 Sagitta
c-po added a comment to T4537: MACsec not working with cipher gcm-aes-256.

That's XPN support but GCM-AES-256 was added back in 2018 in https://w1.fi/cgit/hostap/commit/?id=1ff8605775

Jul 21 2022, 7:20 PM · VyOS 1.3 Equuleus (1.3.2), VyOS 1.4 Sagitta
aalmenar updated the task description for T4557: fastnetmon: allow configure limits per protocol (tcp, udp, icmp).
Jul 21 2022, 7:08 PM · VyOS 1.4 Sagitta
aalmenar created T4557: fastnetmon: allow configure limits per protocol (tcp, udp, icmp).
Jul 21 2022, 7:07 PM · VyOS 1.4 Sagitta
aalmenar created T4556: fastnetmon: Allow configure white_list_path and populate with hosts/networks that should be ignored..
Jul 21 2022, 7:05 PM · VyOS 1.4 Sagitta
Cheeze_It added a comment to T4257: Discussion on changing BGP autonomous system number syntax.

Put in pull request https://github.com/vyos/vyos-1x/pull/1423

Jul 21 2022, 6:38 PM · VyOS 1.4 Sagitta
c-po closed T4555: fastnetmon: add IPv6 support as Resolved.
Jul 21 2022, 6:23 PM · VyOS 1.4 Sagitta
c-po created T4555: fastnetmon: add IPv6 support.
Jul 21 2022, 6:23 PM · VyOS 1.4 Sagitta
c-po added a comment to T4553: Allow to set ban time on ddos-protection configuration.

That's what commit 5e510e45f6f9 did :)

Jul 21 2022, 6:16 PM · VyOS 1.4 Sagitta
c-po added a project to T4553: Allow to set ban time on ddos-protection configuration: VyOS 1.4 Sagitta.
Jul 21 2022, 6:16 PM · VyOS 1.4 Sagitta
jestabro removed a subtask for T2719: Standardized op mode script structure: T4554: Implement GraphQL resolvers for standardized op-mode scripts.
Jul 21 2022, 6:14 PM · VyOS 1.3 Equuleus (1.3.5), VyOS 1.4 Sagitta
jestabro removed a parent task for T4554: Implement GraphQL resolvers for standardized op-mode scripts: T2719: Standardized op mode script structure.
Jul 21 2022, 6:14 PM · VyOS 1.4 Sagitta
jestabro added a parent task for T4554: Implement GraphQL resolvers for standardized op-mode scripts: T2719: Standardized op mode script structure.
Jul 21 2022, 6:13 PM · VyOS 1.4 Sagitta
jestabro added a subtask for T2719: Standardized op mode script structure: T4554: Implement GraphQL resolvers for standardized op-mode scripts.
Jul 21 2022, 6:13 PM · VyOS 1.3 Equuleus (1.3.5), VyOS 1.4 Sagitta
jestabro added a subtask for T4544: Generate schema definitions from standardized op-mode scripts: T4554: Implement GraphQL resolvers for standardized op-mode scripts.
Jul 21 2022, 6:13 PM · VyOS 1.4 Sagitta
jestabro added a parent task for T4554: Implement GraphQL resolvers for standardized op-mode scripts: T4544: Generate schema definitions from standardized op-mode scripts.
Jul 21 2022, 6:13 PM · VyOS 1.4 Sagitta
jestabro created T4554: Implement GraphQL resolvers for standardized op-mode scripts.
Jul 21 2022, 6:12 PM · VyOS 1.4 Sagitta
Viacheslav added a comment to T4553: Allow to set ban time on ddos-protection configuration.

As I remember fastnetmon wasn’t rewritten to dict
And requires manual set default value in config dictionary

Jul 21 2022, 6:06 PM · VyOS 1.4 Sagitta
c-po triaged T4553: Allow to set ban time on ddos-protection configuration as Wishlist priority.
Jul 21 2022, 5:20 PM · VyOS 1.4 Sagitta
c-po closed T4553: Allow to set ban time on ddos-protection configuration as Resolved.
Jul 21 2022, 5:20 PM · VyOS 1.4 Sagitta
aalmenar created T4553: Allow to set ban time on ddos-protection configuration.
Jul 21 2022, 5:00 PM · VyOS 1.4 Sagitta
v.huti added a comment to T4180: Support for QoS Policy Propagation via BGP (QPPB).

You can find the latest version of the demo implementation here:

  1. volodymyrhuti/linux/tree/QPPB_DEMO_V1.1
  2. volodymyrhuti/frr/tree/QPPB_DEMO_V1.1
Jul 21 2022, 1:56 PM · VyOS 1.5 Circinus
a.apostoliuk added a comment to T4537: MACsec not working with cipher gcm-aes-256.

I installed wpa_supplicant version 2.10. But it did not help.
I compared debugs of wpa_supplicant and found the difference

Jul 21 2022, 12:33 PM · VyOS 1.3 Equuleus (1.3.2), VyOS 1.4 Sagitta
Viacheslav updated the task description for T4552: Unable to reset IPsec IPv6 peer.
Jul 21 2022, 10:58 AM · VyOS 1.4 Sagitta
Viacheslav created T4552: Unable to reset IPsec IPv6 peer.
Jul 21 2022, 10:56 AM · VyOS 1.4 Sagitta
Viacheslav updated the task description for T4551: IPsec rekeying collisions bug.
Jul 21 2022, 10:43 AM · VyOS 1.4 Sagitta
Viacheslav updated the task description for T4551: IPsec rekeying collisions bug.
Jul 21 2022, 10:40 AM · VyOS 1.4 Sagitta
Viacheslav created T4551: IPsec rekeying collisions bug.
Jul 21 2022, 10:22 AM · VyOS 1.4 Sagitta
vfreex created T4550: router-advert: Add deprecate-prefix & decrement-lifetimes options.
Jul 21 2022, 8:01 AM · VyOS 1.4 Sagitta

Jul 20 2022

n.fort placed T4475: route-map does not support ipv6 peer up for grabs.
Jul 20 2022, 5:16 PM · VyOS 1.3 Equuleus (1.3.4)
n.fort added a comment to T4475: route-map does not support ipv6 peer.

Modyfing file pointed by @Viacheslav , makes ipv6 peer option available.
But while testing config, it's not possible to insert an ipv6 address: validator rejects input.
Validator used: syntax:expression: exec "/opt/vyatta/sbin/vyatta-policy.pl --check-peer-syntax $VAR(@)"; "peer must be either an IP or local"

Jul 20 2022, 5:10 PM · VyOS 1.3 Equuleus (1.3.4)
Viacheslav moved T4475: route-map does not support ipv6 peer from Need Triage to Finished on the VyOS 1.4 Sagitta board.
Jul 20 2022, 4:32 PM · VyOS 1.3 Equuleus (1.3.4)
purpendicular created T4549: Email notification functionality.
Jul 20 2022, 4:27 PM · VyOS 1.5 Circinus
daniil closed T4056: Traffic policy not set in live configuration as Resolved.
Jul 20 2022, 3:45 PM · vyatta-cfg, VyOS 1.4 Sagitta
Viacheslav added a comment to T4056: Traffic policy not set in live configuration.

@daniil Could you re-check it?

Jul 20 2022, 3:44 PM · vyatta-cfg, VyOS 1.4 Sagitta
Viacheslav added a comment to T4537: MACsec not working with cipher gcm-aes-256.

It seems wpa_supplicant doesn't support GCM-AES-256
https://w1.fi/wpa_supplicant/devel/dir_4261af1259721e3e39e0d2dd7354b511.html

Jul 20 2022, 3:31 PM · VyOS 1.3 Equuleus (1.3.2), VyOS 1.4 Sagitta
Viacheslav added a comment to T4545: Rewrite show nat source rules.

PR https://github.com/vyos/vyos-1x/pull/1420

Jul 20 2022, 1:04 PM · VyOS 1.4 Sagitta
zsdc created T4548: GRUB loader configuration rework.
Jul 20 2022, 12:01 PM · VyOS 1.5 Circinus, VyOS 1.4 Sagitta
Viacheslav updated the task description for T4547: Show vpn ipsec sa show unexpected prefix 'B' in packets.
Jul 20 2022, 11:46 AM · VyOS 1.4 Sagitta
Viacheslav created T4547: Show vpn ipsec sa show unexpected prefix 'B' in packets.
Jul 20 2022, 11:42 AM · VyOS 1.4 Sagitta
a.apostoliuk added a comment to T4537: MACsec not working with cipher gcm-aes-256.

I have just tested it again. Macsec does not work.

Jul 20 2022, 10:52 AM · VyOS 1.3 Equuleus (1.3.2), VyOS 1.4 Sagitta
Unknown Object (User) added a comment to T4542: route-map: "match prefix-len" incorrect behavior.

PR with notice:
https://github.com/vyos/vyos-1x/pull/1419

Jul 20 2022, 9:26 AM · VyOS 1.4 Sagitta

Jul 19 2022

zsdc changed the status of T4546: Does not connect Cisco spoke to VyOS hub. from Confirmed to In progress.

PR for 1.4: https://github.com/vyos/vyos-1x/pull/1418

Jul 19 2022, 7:16 PM · VyOS 1.4 Sagitta
zsdc changed the status of T4546: Does not connect Cisco spoke to VyOS hub. from Open to Confirmed.
Jul 19 2022, 7:01 PM · VyOS 1.4 Sagitta
RyVolodya created T4546: Does not connect Cisco spoke to VyOS hub..
Jul 19 2022, 6:58 PM · VyOS 1.4 Sagitta
Viacheslav claimed T4545: Rewrite show nat source rules.
Jul 19 2022, 5:04 PM · VyOS 1.4 Sagitta
Viacheslav created T4545: Rewrite show nat source rules.
Jul 19 2022, 5:04 PM · VyOS 1.4 Sagitta
jestabro updated the task description for T4544: Generate schema definitions from standardized op-mode scripts.
Jul 19 2022, 1:28 PM · VyOS 1.4 Sagitta
jestabro added a subtask for T3993: Extend HTTP API GraphQL support: T4544: Generate schema definitions from standardized op-mode scripts.
Jul 19 2022, 1:09 PM · VyOS 1.4 Sagitta
jestabro added a parent task for T4544: Generate schema definitions from standardized op-mode scripts: T3993: Extend HTTP API GraphQL support.
Jul 19 2022, 1:09 PM · VyOS 1.4 Sagitta
jestabro added a parent task for T4544: Generate schema definitions from standardized op-mode scripts: T2719: Standardized op mode script structure.
Jul 19 2022, 1:07 PM · VyOS 1.4 Sagitta
jestabro added a subtask for T2719: Standardized op mode script structure: T4544: Generate schema definitions from standardized op-mode scripts.
Jul 19 2022, 1:07 PM · VyOS 1.3 Equuleus (1.3.5), VyOS 1.4 Sagitta
jestabro triaged T4544: Generate schema definitions from standardized op-mode scripts as Normal priority.
Jul 19 2022, 1:06 PM · VyOS 1.4 Sagitta
zsdc triaged T4542: route-map: "match prefix-len" incorrect behavior as Low priority.
Jul 19 2022, 12:41 PM · VyOS 1.4 Sagitta
zsdc changed the status of T4542: route-map: "match prefix-len" incorrect behavior from Open to Confirmed.

This is a behavior "by design". The prefix-len option cannot be used for BGP routes. We should add this notice to the CLI.
Check: http://docs.frrouting.org/en/latest/routemap.html#clicmd-match-ip-address-prefix-len-0-32

Jul 19 2022, 12:41 PM · VyOS 1.4 Sagitta
Viacheslav created T4543: Show source nat statistics shows incorrect interface.
Jul 19 2022, 12:07 PM · VyOS 1.4 Sagitta
aalmenar added a comment to T160: Support NAT64.

While i like the inclusion of NAT64 inside vyos (And the effort vfreex has made), i believe that tayga is not the way to go, it was last updated on 2010-12-12 according to the readme in it. Jool on the other hand has a bigger throughput being kernel module. The only issue i believe is the module compilation cause configuration is quite easy.

Jul 19 2022, 11:05 AM · VyOS 1.4 Sagitta (1.4.0-epa1)
c-po added a comment to T4542: route-map: "match prefix-len" incorrect behavior.

Can you check with the latest rolling release? it uses FRR 8.3

Jul 19 2022, 9:21 AM · VyOS 1.4 Sagitta
Unknown Object (User) added a comment to T4542: route-map: "match prefix-len" incorrect behavior.

Probably a problem with FRR

Jul 19 2022, 6:59 AM · VyOS 1.4 Sagitta
Unknown Object (User) renamed T4542: route-map: "match prefix-len" incorrect behavior from route-map: "match prefix-len" does not function correctly to route-map: "match prefix-len" incorrect behavior.
Jul 19 2022, 6:55 AM · VyOS 1.4 Sagitta
Unknown Object (User) created T4542: route-map: "match prefix-len" incorrect behavior.
Jul 19 2022, 6:52 AM · VyOS 1.4 Sagitta
c-po added a comment to T4515: Reduce telegraf binary size.

Will be fixed in the next rolling release. Thanks!

Jul 19 2022, 6:33 AM · VyOS 1.3 Equuleus (1.3.2), VyOS 1.4 Sagitta
c-po added a comment to T4533: Radius clients don’t have simple permissions.

@dannyvanderaa this is true - but as of VyOS 1.3 there is no longer an operator mode due to security issues. Operator level was removed, it will come back once the entire codebase rewrite is complete.

Jul 19 2022, 6:27 AM · VyOS 1.3 Equuleus (1.3.3), VyOS 1.4 Sagitta
dannyvanderaa added a comment to T4533: Radius clients don’t have simple permissions.

Several access levels are required on our end. In my opinion an operator / read only user should also be able to perform some basic commands (like ping and arp)

Jul 19 2022, 5:34 AM · VyOS 1.3 Equuleus (1.3.3), VyOS 1.4 Sagitta

Jul 18 2022

c-po added a comment to T4537: MACsec not working with cipher gcm-aes-256.

Also cipher changes require a reboot. Nice bug - thanks for this riddle ;)

Jul 18 2022, 8:34 PM · VyOS 1.3 Equuleus (1.3.2), VyOS 1.4 Sagitta
c-po claimed T4537: MACsec not working with cipher gcm-aes-256.
Jul 18 2022, 8:27 PM · VyOS 1.3 Equuleus (1.3.2), VyOS 1.4 Sagitta
l.austenfeld added a comment to T4515: Reduce telegraf binary size.

This change currently removes the nstat plugin which is used in the configuration (https://github.com/vyos/vyos-1x/blob/current/data/templates/monitoring/telegraf.j2#L108).
This results in telegraf crashing on startup. Adding the plugin back to the https://github.com/vyos/vyos-build/blob/current/packages/telegraf/plugins/inputs/all/all.go file fixes this (Tested by compiling a patched package and installing it on a broken install).
As far as I can tell this is the only missing plugin.

Jul 18 2022, 6:06 PM · VyOS 1.3 Equuleus (1.3.2), VyOS 1.4 Sagitta
Viacheslav added a comment to T4537: MACsec not working with cipher gcm-aes-256.

Also, there are no any Inbound/Outbound packets with aes-256

vyos@r14:~$ sudo ip -s macsec show
7: macsec1: protect on validate strict sc off sa off encrypt off send_sci on end_station off scb off replay off 
    cipher suite: GCM-AES-256, using ICV length 16
    TXSC: eeb5e212f04f0001 on SA 0
    stats: OutPktsUntagged InPktsUntagged OutPktsTooLong InPktsNoTag InPktsBadTag InPktsUnknownSCI InPktsNoSCI InPktsOverrun
                         0              0              0           0            0                0           0             0
    stats: OutPktsProtected OutPktsEncrypted OutOctetsProtected OutOctetsEncrypted
                          0                0                  0                  0
    offload: off 
vyos@r14:~$

But service starts without issues:

vyos@r14:~$ sudo systemctl status [email protected][email protected] - WPA supplicant daemon (macsec-specific version)
     Loaded: loaded (/lib/systemd/system/[email protected]; disabled; vendor preset: enabled)
     Active: active (running) since Mon 2022-07-18 20:07:16 EEST; 18min ago
   Main PID: 1802 (wpa_supplicant)
      Tasks: 1 (limit: 9411)
     Memory: 4.4M
        CPU: 101ms
     CGroup: /system.slice/system-wpa_supplicant\x2dmacsec.slice/[email protected]
             └─1802 /sbin/wpa_supplicant -c/run/wpa_supplicant/vxlan1.conf -Dmacsec_linux -ivxlan1
Jul 18 2022, 5:42 PM · VyOS 1.3 Equuleus (1.3.2), VyOS 1.4 Sagitta
c-po added a comment to T4490: BGP- warning message that AFI/SAFI is needed to establish the neighborship.
set protocols bgp local-as 200
set protocols bgp peer-group foo remote-as external
set protocols bgp peer-group foo address-family ipv4-unicast  ipv6-unicast
set protocols bgp neighbor 1.1.1.1 peer-group foo
commit
Jul 18 2022, 3:46 PM · VyOS 1.4 Sagitta