Possible completion (TAB) missing PPP interfaces
When using show flow-accounting interface <Tab>, only physical interfaces are shown in completions:
vyos@PPPOE-SERVER:~$ show flow-accounting interface Possible completions: eth0 eth1 eth2 lo
PPP interfaces are not listed, even though they are configured in flow-accounting and work correctly when typed manually:
vyos@PPPOE-SERVER:~$ show flow-accounting interface ppp1 IN_IFACE SRC_MAC DST_MAC SRC_IP DST_IP SRC_PORT DST_PORT PROTOCOL TOS PACKETS BYTES ---------- ----------------- ----------------- ---------- ---------- ---------- ---------- ---------- ----- --------- ------- ppp1 00:00:00:00:00:00 00:00:00:00:00:00 10.0.0.102 10.0.0.100 0 0 1 0 1594 133896 ppp1 00:00:00:00:00:00 00:00:00:00:00:00 10.0.0.102 10.0.0.101 0 2048 1 0 1187 99708