Page MenuHomeVyOS Platform

Op-mode show/monitor log pppoe interface does not show any logs
Closed, ResolvedPublicBUG

Description

Executing the command show log pppoe interface <interface> does not yield any logs even when the given interface is a PPPoE interface and contains logging data. Manually executing journalctl -eu ppp@<interface>.service confirms the presence of logging data. The same issue is present with the monitor log op-mode command.

There seems to be an off-by-one issue in the journalctl command call template that causes the passed interface name to be missed and not passed to journalctl when running.

Details

Version
1.4
Is it a breaking change?
Perfectly compatible
Issue type
Bug (incorrect behavior)