Help, connection lost

I don't know what happened to my configuration, from one day to the next I no longer have the connection. In Network Interfaces WAN error: unknown error (user request) and after attempted connectione failed.
Can anyone help me?

root@OpenWrt:~# ubus call system board
{
        "kernel": "6.6.93",
        "hostname": "OpenWrt",
        "system": "ARMv8 Processor rev 4",
        "model": "Zyxel EX5601-T0 (stock layout)",
        "board_name": "zyxel,ex5601-t0-stock",
        "rootfs_type": "squashfs",
        "release": {
                "distribution": "OpenWrt",
                "version": "24.10.2",
                "revision": "r28739-d9340319c6",
                "target": "mediatek/filogic",
                "description": "OpenWrt 24.10.2 r28739-d9340319c6",
                "builddate": "1750711236"
        }
}
root@OpenWrt:~#

root@OpenWrt:~# cat /etc/config/firewall

config defaults
        option input 'REJECT'
        option output 'ACCEPT'
        option forward 'REJECT'
        option synflood_protect '1'

config zone
        option name 'lan'
        list network 'lan'
        option input 'ACCEPT'
        option output 'ACCEPT'
        option forward 'ACCEPT'

config zone
        option name 'wan'
        list network 'wan'
        list network 'wan6'
        option input 'REJECT'
        option output 'ACCEPT'
        option forward 'REJECT'
        option masq '1'
        option mtu_fix '1'

config forwarding
        option src 'lan'
        option dest 'wan'

config rule
        option name 'Allow-DHCP-Renew'
        option src 'wan'
        option proto 'udp'
        option dest_port '68'
        option target 'ACCEPT'
        option family 'ipv4'

config rule
        option name 'Allow-Ping'
        option src 'wan'
        option proto 'icmp'
        option icmp_type 'echo-request'
        option family 'ipv4'
        option target 'ACCEPT'

config rule
        option name 'Allow-IGMP'
        option src 'wan'
        option proto 'igmp'
        option family 'ipv4'
        option target 'ACCEPT'

config rule
        option name 'Allow-DHCPv6'
        option src 'wan'
        option proto 'udp'
        option dest_port '546'
        option family 'ipv6'
        option target 'ACCEPT'

config rule
        option name 'Allow-MLD'
        option src 'wan'
        option proto 'icmp'
        option src_ip 'fe80::/10'
        list icmp_type '130/0'
        list icmp_type '131/0'
        list icmp_type '132/0'
        list icmp_type '143/0'
        option family 'ipv6'
        option target 'ACCEPT'

config rule
        option name 'Allow-ICMPv6-Input'
        option src 'wan'
        option proto 'icmp'
        list icmp_type 'echo-request'
        list icmp_type 'echo-reply'
        list icmp_type 'destination-unreachable'
        list icmp_type 'packet-too-big'
        list icmp_type 'time-exceeded'
        list icmp_type 'bad-header'
        list icmp_type 'unknown-header-type'
        list icmp_type 'router-solicitation'
        list icmp_type 'neighbour-solicitation'
        list icmp_type 'router-advertisement'
        list icmp_type 'neighbour-advertisement'
        option limit '1000/sec'
        option family 'ipv6'
        option target 'ACCEPT'

config rule
        option name 'Allow-ICMPv6-Forward'
        option src 'wan'
        option dest '*'
        option proto 'icmp'
        list icmp_type 'echo-request'
        list icmp_type 'echo-reply'
        list icmp_type 'destination-unreachable'
        list icmp_type 'packet-too-big'
        list icmp_type 'time-exceeded'
        list icmp_type 'bad-header'
        list icmp_type 'unknown-header-type'
        option limit '1000/sec'
        option family 'ipv6'
        option target 'ACCEPT'

config rule
        option name 'Allow-IPSec-ESP'
        option src 'wan'
        option dest 'lan'
        option proto 'esp'
        option target 'ACCEPT'

config rule
        option name 'Allow-ISAKMP'
        option src 'wan'
        option dest 'lan'
        option dest_port '500'
        option proto 'udp'
        option target 'ACCEPT'

root@OpenWrt:~#

Connect to the router using ssh, and run logread -f.

Pull, and reconnect the wan port Ethernet cable, post the log.

Very strange, I reconnected the router to the ONT and now it works. Anyway, here's the log.

root@OpenWrt:~# logread -f
Wed Sep 24 05:16:11 2025 daemon.notice netifd: Network device 'lan1' link is dow          n
Wed Sep 24 05:16:11 2025 kern.info kernel: [ 1948.859520] br-lan: port 1(lan1) e          ntered disabled state
Wed Sep 24 05:16:11 2025 kern.info kernel: [ 1948.860138] mt7530-mdio mdio-bus:1          f lan1: Link is Down
Wed Sep 24 05:16:12 2025 daemon.notice netifd: bridge 'br-lan' link is down
Wed Sep 24 05:16:12 2025 daemon.notice netifd: Interface 'lan' has link connecti          vity loss
Wed Sep 24 05:16:12 2025 daemon.warn odhcpd[1988]: No default route present, ove          rriding ra_lifetime to 0!
Wed Sep 24 05:16:24 2025 kern.info kernel: [ 1961.340688] mt7530-mdio mdio-bus:1          f lan1: Link is Up - 1Gbps/Full - flow control rx/tx
Wed Sep 24 05:16:24 2025 kern.info kernel: [ 1961.340715] br-lan: port 1(lan1) e          ntered blocking state
Wed Sep 24 05:16:24 2025 kern.info kernel: [ 1961.353815] br-lan: port 1(lan1) e          ntered forwarding state
Wed Sep 24 05:16:24 2025 daemon.notice netifd: Network device 'lan1' link is up
Wed Sep 24 05:16:24 2025 daemon.notice netifd: bridge 'br-lan' link is up
Wed Sep 24 05:16:24 2025 daemon.notice netifd: Interface 'lan' has link connecti          vity
Wed Sep 24 05:16:24 2025 daemon.info dnsmasq-dhcp[1]: DHCPREQUEST(br-lan) 192.16          8.1.149 40:c2:ba:ee:82:6f
Wed Sep 24 05:16:24 2025 daemon.info dnsmasq-dhcp[1]: DHCPACK(br-lan) 192.168.1.          149 40:c2:ba:ee:82:6f PC-Acer
Wed Sep 24 05:16:25 2025 daemon.info dnsmasq[1]: read /etc/hosts - 12 names
Wed Sep 24 05:16:25 2025 daemon.info dnsmasq[1]: read /tmp/hosts/dhcp.cfg01411c           - 4 names
Wed Sep 24 05:16:25 2025 daemon.info dnsmasq[1]: read /tmp/hosts/odhcpd - 4 name          s
Wed Sep 24 05:16:25 2025 daemon.info dnsmasq-dhcp[1]: read /etc/ethers - 0 addre          sses
^Croot@OpenWrt:~#

This is the WAN link?

I'm stupid, sorry. So, as soon as I turn on the router, it initially seems to connect, but then immediately loses the connection, only to reconnect again without any problems. It almost seems like it's doing it "cold turkey," but when I unplugged the WAN cable and plugged it back in, the connection was instantaneous, as if the router was "warming up." Forgive the example, but I don't know how to explain it better.
I'm pasting the test.

root@OpenWrt:~# logread -f
Fri Sep 26 04:08:18 2025 daemon.notice netifd: Network device 'eth1' link is down
Fri Sep 26 04:08:18 2025 daemon.notice netifd: VLAN 'eth1.100' link is down
Fri Sep 26 04:08:18 2025 daemon.notice netifd: Interface 'wan' has link connectivity loss
Fri Sep 26 04:08:18 2025 kern.info kernel: [  549.840795] mtk_soc_eth 15100000.ethernet eth1: Link is Down
Fri Sep 26 04:08:18 2025 daemon.info pppd[5895]: Terminating on signal 15
Fri Sep 26 04:08:18 2025 daemon.info pppd[5895]: Connect time 5.5 minutes.
Fri Sep 26 04:08:18 2025 daemon.info pppd[5895]: Sent 2278364 bytes, received 217294 bytes.
Fri Sep 26 04:08:18 2025 daemon.err odhcp6c[6053]: Failed to send RS (Network unreachable)
Fri Sep 26 04:08:18 2025 daemon.err odhcp6c[6053]: Failed to send RELEASE message to ff02::1:2 (Network unreachable)
Fri Sep 26 04:08:18 2025 daemon.notice netifd: Interface 'wan_6' is disabled
Fri Sep 26 04:08:18 2025 daemon.notice netifd: Network device 'pppoe-wan' link is down
Fri Sep 26 04:08:18 2025 daemon.notice netifd: Network alias 'pppoe-wan' link is down
Fri Sep 26 04:08:18 2025 daemon.notice netifd: Interface 'wan_6' has link connectivity loss
Fri Sep 26 04:08:18 2025 daemon.notice netifd: wan_6 (6053): Command failed: ubus call network.interface notify_proto { "action": 0, "link-up": false, "keep": false, "interface": "wan_6" } (Permission denied)
Fri Sep 26 04:08:19 2025 daemon.err odhcp6c[6053]: Failed to send SOLICIT message to ff02::1:2 (Network unreachable)
Fri Sep 26 04:08:19 2025 daemon.notice netifd: Interface 'wan_6' is now down
Fri Sep 26 04:08:19 2025 daemon.warn dnsmasq[1]: no servers found in /tmp/resolv.conf.d/resolv.conf.auto, will retry
Fri Sep 26 04:08:19 2025 daemon.info dnsmasq[1]: read /etc/hosts - 12 names
Fri Sep 26 04:08:19 2025 daemon.info dnsmasq[1]: read /tmp/hosts/dhcp.cfg01411c - 4 names
Fri Sep 26 04:08:19 2025 daemon.info dnsmasq[1]: read /tmp/hosts/odhcpd - 2 names
Fri Sep 26 04:08:19 2025 daemon.info dnsmasq-dhcp[1]: read /etc/ethers - 0 addresses
Fri Sep 26 04:08:20 2025 daemon.warn odhcpd[1992]: No default route present, overriding ra_lifetime to 0!
Fri Sep 26 04:08:23 2025 daemon.notice netifd: Interface 'wan' is now down
Fri Sep 26 04:08:29 2025 daemon.notice netifd: Network device 'eth1' link is up
Fri Sep 26 04:08:29 2025 daemon.notice netifd: VLAN 'eth1.100' link is up
Fri Sep 26 04:08:29 2025 daemon.notice netifd: Interface 'wan' has link connectivity
Fri Sep 26 04:08:29 2025 daemon.notice netifd: Interface 'wan' is setting up now
Fri Sep 26 04:08:29 2025 kern.info kernel: [  560.230625] mtk_soc_eth 15100000.ethernet eth1: Link is Up - 2.5Gbps/Full - flow control rx/tx
Fri Sep 26 04:08:29 2025 daemon.info pppd[6797]: Plugin pppoe.so loaded.
Fri Sep 26 04:08:29 2025 daemon.info pppd[6797]: PPPoE plugin from pppd 2.5.1
Fri Sep 26 04:08:29 2025 daemon.notice pppd[6797]: pppd 2.5.1 started by root, uid 0
Fri Sep 26 04:08:34 2025 daemon.info pppd[6797]: PPP session is 13462
Fri Sep 26 04:08:34 2025 daemon.warn pppd[6797]: Connected to C4:D4:38:40:A4:31 via interface eth1.100
Fri Sep 26 04:08:34 2025 daemon.info pppd[6797]: Using interface pppoe-wan
Fri Sep 26 04:08:34 2025 daemon.notice pppd[6797]: Connect: pppoe-wan <--> eth1.100
Fri Sep 26 04:08:37 2025 daemon.info pppd[6797]: CHAP authentication succeeded: Authentication success,Welcome!
Fri Sep 26 04:08:37 2025 daemon.notice pppd[6797]: CHAP authentication succeeded
Fri Sep 26 04:08:37 2025 daemon.notice pppd[6797]: peer from calling number C4:D4:38:40:A4:31 authorized
Fri Sep 26 04:08:37 2025 daemon.notice pppd[6797]: local  IP address 195.32.119.188
Fri Sep 26 04:08:37 2025 daemon.notice pppd[6797]: remote IP address 100.64.255.255
Fri Sep 26 04:08:37 2025 daemon.notice pppd[6797]: primary   DNS address 195.32.110.31
Fri Sep 26 04:08:37 2025 daemon.notice pppd[6797]: secondary DNS address 185.152.46.119
Fri Sep 26 04:08:37 2025 daemon.notice netifd: Network device 'pppoe-wan' link is up
Fri Sep 26 04:08:37 2025 daemon.notice netifd: Network alias 'pppoe-wan' link is up
Fri Sep 26 04:08:37 2025 daemon.notice netifd: Interface 'wan' is now up
Fri Sep 26 04:08:37 2025 daemon.info dnsmasq[1]: reading /tmp/resolv.conf.d/resolv.conf.auto
Fri Sep 26 04:08:37 2025 daemon.info dnsmasq[1]: using nameserver 195.32.110.31#53
Fri Sep 26 04:08:37 2025 daemon.info dnsmasq[1]: using nameserver 185.152.46.119#53
Fri Sep 26 04:08:37 2025 daemon.info dnsmasq[1]: using only locally-known addresses for test
Fri Sep 26 04:08:37 2025 daemon.info dnsmasq[1]: using only locally-known addresses for onion
Fri Sep 26 04:08:37 2025 daemon.info dnsmasq[1]: using only locally-known addresses for localhost
Fri Sep 26 04:08:37 2025 daemon.info dnsmasq[1]: using only locally-known addresses for local
Fri Sep 26 04:08:37 2025 daemon.info dnsmasq[1]: using only locally-known addresses for invalid
Fri Sep 26 04:08:37 2025 daemon.info dnsmasq[1]: using only locally-known addresses for bind
Fri Sep 26 04:08:37 2025 daemon.info dnsmasq[1]: using only locally-known addresses for lan
Fri Sep 26 04:08:37 2025 user.notice firewall: Reloading firewall due to ifup of wan (pppoe-wan)
Fri Sep 26 04:08:40 2025 daemon.notice pppd[6797]: local  LL address fe80::983f:2a94:ea34:5d75
Fri Sep 26 04:08:40 2025 daemon.notice pppd[6797]: remote LL address fe80::c6d4:38ff:fe40:a431
Fri Sep 26 04:08:40 2025 daemon.notice netifd: Interface 'wan_6' is enabled
Fri Sep 26 04:08:40 2025 daemon.notice netifd: Interface 'wan_6' has link connectivity
Fri Sep 26 04:08:40 2025 daemon.notice netifd: Interface 'wan_6' is setting up now
Fri Sep 26 04:08:40 2025 user.notice firewall: Reloading firewall due to ifupdate of wan (pppoe-wan)
Fri Sep 26 04:08:44 2025 daemon.notice netifd: Interface 'wan_6' is now up
Fri Sep 26 04:08:44 2025 daemon.info dnsmasq[1]: reading /tmp/resolv.conf.d/resolv.conf.auto
Fri Sep 26 04:08:44 2025 daemon.info dnsmasq[1]: using nameserver 195.32.110.31#53
Fri Sep 26 04:08:44 2025 daemon.info dnsmasq[1]: using nameserver 185.152.46.119#53
Fri Sep 26 04:08:44 2025 daemon.info dnsmasq[1]: using nameserver 2a07:7e87::3:2#53
Fri Sep 26 04:08:44 2025 daemon.info dnsmasq[1]: using nameserver 2a07:7e80::3:2#53
Fri Sep 26 04:08:44 2025 daemon.info dnsmasq[1]: using only locally-known addresses for test
Fri Sep 26 04:08:44 2025 daemon.info dnsmasq[1]: using only locally-known addresses for onion
Fri Sep 26 04:08:44 2025 daemon.info dnsmasq[1]: using only locally-known addresses for localhost
Fri Sep 26 04:08:44 2025 daemon.info dnsmasq[1]: using only locally-known addresses for local
Fri Sep 26 04:08:44 2025 daemon.info dnsmasq[1]: using only locally-known addresses for invalid
Fri Sep 26 04:08:44 2025 daemon.info dnsmasq[1]: using only locally-known addresses for bind
Fri Sep 26 04:08:44 2025 daemon.info dnsmasq[1]: using only locally-known addresses for lan
Fri Sep 26 04:08:44 2025 daemon.info dnsmasq[1]: read /etc/hosts - 12 names
Fri Sep 26 04:08:44 2025 daemon.info dnsmasq[1]: read /tmp/hosts/dhcp.cfg01411c - 4 names
Fri Sep 26 04:08:44 2025 daemon.info dnsmasq[1]: read /tmp/hosts/odhcpd - 4 names
Fri Sep 26 04:08:44 2025 daemon.info dnsmasq-dhcp[1]: read /etc/ethers - 0 addresses
Fri Sep 26 04:08:44 2025 user.notice firewall: Reloading firewall due to ifup of wan_6 (pppoe-wan)


cat /etc/config/network

root@OpenWrt:~# cat /etc/config/network

config interface 'loopback'
        option device 'lo'
        option proto 'static'
        option ipaddr '127.0.0.1'
        option netmask '255.0.0.0'

config globals 'globals'
        option ula_prefix 'fd54:3d71:dfc8::/48'
        option packet_steering '2'

config device
        option name 'br-lan'
        option type 'bridge'
        list ports 'lan1'
        list ports 'lan2'
        list ports 'lan3'
        list ports 'lan4'

config interface 'lan'
        option device 'br-lan'
        option proto 'static'
        option ipaddr '192.168.1.1'
        option netmask '255.255.255.0'
        option ip6assign '60'

config interface 'wan'
        option device 'eth1.100'
        option proto 'pppoe'
        option username 'xxx'
        option password 'xxx'
        option ipv6 'auto'

config interface 'wan6'
        option device 'wan'
        option proto 'dhcpv6'

root@OpenWrt:~#

Also, I installed and enabled irqbalance yesterday, but I'm not sure if I did it right. I need help configuring the router correctly.

root@OpenWrt:~# cat /etc/config/irqbalance
config irqbalance 'irqbalance'
        option enabled '0'

        # Level at which irqbalance partitions cache domains.
        # Default is 2 (L2$).
        #option deepestcache '2'

        # The default value is 10 seconds
        #option interval '10'

        # Specify excluded cpulist
        #option banned_cpulist '0'

        # List of IRQ's to ignore
        #list banirq '36'
        #list banirq '69'

root@OpenWrt:~#

root@OpenWrt:~# irqbalance -o -d
This machine seems not NUMA capable.
Prevent irq assignment to these isolated CPUs: 00000000
Prevent irq assignment to these adaptive-ticks CPUs: 00000000
Banned CPUs: 00000000
Package 0:  numa_node -1 cpu mask is 0000000f (load 0)
        Cache domain 0:  numa_node is -1 cpu mask is 0000000f  (load 0)
                CPU number 3  numa_node is -1 (load 0)
                CPU number 1  numa_node is -1 (load 0)
                CPU number 2  numa_node is -1 (load 0)
                CPU number 0  numa_node is -1 (load 0)
IRQ arch_timer(11) guessed as class 0
IRQ gpio-keys(26) guessed as class 0
IRQ gpio-keys(36) guessed as class 0
IRQ gpio-keys(71) guessed as class 0
IRQ ttyS0(116) guessed as class 0
No directory /sys/devices/platform/1100a000.spi/: No such file or directory
IRQ 1100a000.spi(117) guessed as class 0
No directory /sys/devices/platform/1100b000.spi/: No such file or directory
IRQ 1100b000.spi(118) guessed as class 0
IRQ 15100000.ethernet(122) guessed as class 5
IRQ 15100000.ethernet(123) guessed as class 5
IRQ wdt_bark(124) guessed as class 0
IRQ xhci-hcd:usb1(125) guessed as class 0
No directory /sys/devices/platform/10320000.crypto/: No such file or directory
IRQ 10320000.crypto(126) guessed as class 0
No directory /sys/devices/platform/10320000.crypto/: No such file or directory
IRQ 10320000.crypto(127) guessed as class 0
No directory /sys/devices/platform/10320000.crypto/: No such file or directory
IRQ 10320000.crypto(128) guessed as class 0
No directory /sys/devices/platform/10320000.crypto/: No such file or directory
IRQ 10320000.crypto(129) guessed as class 0
IRQ mt7915e(130) guessed as class 0
Adding IRQ 11 to database
Adding IRQ 26 to database
Adding IRQ 36 to database
Adding IRQ 71 to database
Adding IRQ 116 to database
Adding IRQ 117 to database
Adding IRQ 118 to database
Adding IRQ 122 to database
Adding IRQ 123 to database
Adding IRQ 124 to database
Adding IRQ 125 to database
Adding IRQ 126 to database
Adding IRQ 127 to database
Adding IRQ 128 to database
Adding IRQ 129 to database
Adding IRQ 130 to database
NUMA NODE NUMBER: -1
LOCAL CPU MASK: ffffffff,ffffffff,ffffffff,ffffffff,ffffffff,ffffffff,ffffffff,ffffffff,ffffffff,ffffffff,ffffffff,ffffffff,ffffffff,ffffffff,ffffffff,ffffffff,ffffffff,ffffffff,ffffffff,ffffffff,ffffffff,ffffffff,ffffffff,ffffffff,ffffffff,ffffffff,ffffffff,ffffffff,ffffffff,ffffffff,ffffffff,ffffffff,ffffffff,ffffffff,ffffffff,ffffffff,ffffffff,ffffffff,ffffffff,ffffffff,ffffffff,ffffffff,ffffffff,ffffffff,ffffffff,ffffffff,ffffffff,ffffffff,ffffffff,ffffffff,ffffffff,ffffffff,ffffffff,ffffffff,ffffffff,ffffffff,ffffffff,ffffffff,ffffffff,ffffffff,ffffffff,ffffffff,ffffffff,ffffffff,ffffffff,ffffffff,ffffffff,ffffffff,ffffffff,ffffffff,ffffffff,ffffffff,ffffffff,ffffffff,ffffffff,ffffffff,ffffffff,ffffffff,ffffffff,ffffffff,ffffffff,ffffffff,ffffffff,ffffffff,ffffffff,ffffffff,ffffffff,ffffffff,ffffffff,ffffffff,ffffffff,ffffffff,ffffffff,ffffffff,ffffffff,ffffffff,ffffffff,ffffffff,ffffffff,ffffffff,ffffffff,ffffffff,ffffffff,ffffffff,ffffffff,ffffffff,ffffffff,ffffffff,ffffffff,ffffffff,ffffffff,ffffffff,ffffffff,ffffffff,ffffffff,ffffffff,ffffffff,ffffffff,ffffffff,ffffffff,ffffffff,ffffffff,ffffffff,ffffffff,ffffffff,ffffffff,ffffffff,ffffffff




-----------------------------------------------------------------------------
Package 0:  numa_node -1 cpu mask is 0000000f (load 0)
        Cache domain 0:  numa_node is -1 cpu mask is 0000000f  (load 0)
                CPU number 3  numa_node is -1 (load 0)
                  Interrupt 123 node_num is -1 (gbit-ethernet/0:15)
                CPU number 1  numa_node is -1 (load 0)
                  Interrupt 122 node_num is -1 (gbit-ethernet/0:10)
                CPU number 2  numa_node is -1 (load 0)
                CPU number 0  numa_node is -1 (load 0)
  Interrupt 118 node_num is -1 (other/0:0)
  Interrupt 117 node_num is -1 (other/0:345)
  Interrupt 116 node_num is -1 (other/0:0)
  Interrupt 71 node_num is -1 (other/0:0)
  Interrupt 36 node_num is -1 (other/0:0)
  Interrupt 26 node_num is -1 (other/0:0)
  Interrupt 11 node_num is -1 (other/0:760)
  Interrupt 127 node_num is -1 (other/0:0)
  Interrupt 126 node_num is -1 (other/0:0)
  Interrupt 125 node_num is -1 (other/0:0)
  Interrupt 124 node_num is -1 (other/0:0)
  Interrupt 130 node_num is -1 (other/0:0)
  Interrupt 129 node_num is -1 (other/0:0)
  Interrupt 128 node_num is -1 (other/0:0)
root@OpenWrt:~#

Reading this
I realized I had downloaded some packages using opkg update and after opkg upgrade
Could this be the cause of my problem, and if so, how can I fix it?

Yes.

Upgrading packages (via the CLI opkg upgrade command or the LuCI Upgrade... button) can result in major problems. It is generally highly discouraged, unless you know what you are doing or if there is specific instruction to do so.

Sorry, I'm not an expert and don't speak English very well. I downloaded some packages through LuCi GUI, such as Iperf3, SQM, and others via CLI in SSH. How can I make sure my system is up and running? I'm connected now, and in my humble opinion, everything seems to be working, but again, I'm not an expert.
Regarding the specific instructions, can you show me what they are?

?

The words "specific instruction" above contan a URL to the Wiki:

Yes, I understood that. But which one applies to the case in question?

Applying to what case in question?

From your posted commands, it seemed you upgraded packages without a specific reason or instruction, hence the user's response.

Hence, none apply to the case in question.