Page MenuHomeVyOS Platform

QoS policy on the PPPoE interface missing when disconnected by peer
Open, NormalPublicBUG

Description

Jul  7 01:15:58 vyos pppd[3331]: LCP terminated by peer
Jul  7 01:15:58 vyos pppd[3331]: Connect time 2695.9 minutes.
Jul  7 01:15:58 vyos pppd[3331]: Sent 3056909476 bytes, received 827261683 bytes.
Jul  7 01:15:58 vyos pppd[3331]: Modem hangup
Jul  7 01:15:58 vyos pppd[3331]: Connection terminated.
Jul  7 01:15:58 vyos pppd[3331]: Connect time 2695.9 minutes.
Jul  7 01:15:58 vyos pppd[3331]: Sent 3056909476 bytes, received 827261683 bytes.
factor2431@vyos:~$ tc qdisc
qdisc noqueue 0: dev lo root refcnt 2 
qdisc fq_codel 0: dev eth0 root refcnt 2 limit 10240p flows 1024 quantum 1514 target 5ms interval 100ms memory_limit 32Mb ecn drop_batch 64 
qdisc fq_codel 0: dev eth1 root refcnt 2 limit 10240p flows 1024 quantum 1514 target 5ms interval 100ms memory_limit 32Mb ecn drop_batch 64 
qdisc noqueue 0: dev pim6reg root refcnt 2 
qdisc fq_codel 0: dev pppoe0 root refcnt 2 limit 10240p flows 1024 quantum 1514 target 5ms interval 100ms memory_limit 32Mb ecn drop_batch 64 
factor2431@vyos:~$ configure
[edit]
factor2431@vyos# show qos 
 interface pppoe0 {
     egress 50mbit-dual-src-host-nat-30ms
 }
 policy {
     cake 50mbit-dual-src-host-nat-30ms {
         bandwidth 50mbit
         flow-isolation dual-src-host
         flow-isolation-nat
         rtt 30
     }
 }

Details

Version
2025.07.01-0813-rolling
Is it a breaking change?
Unspecified (possibly destroys the router)
Issue type
Bug (incorrect behavior)