Actions
Bug #11959
closedPPP interfaces lose the description field in ``ifconfig`` output when restarted
Start date:
05/25/2021
Due date:
% Done:
100%
Estimated time:
Plus Target Version:
22.01
Release Notes:
Default
Affected Version:
Affected Architecture:
Description
The interface description field (#1557) is lost after running the `pppoe_restart` script:
before:
pppoe0: flags=88d1<UP,POINTOPOINT,RUNNING,NOARP,SIMPLEX,MULTICAST> metric 0 mtu 1492 description: OPT1 inet 1.3.3.0 --> 6.7.8.29 netmask 0xffffffff inet6 fe80::a8b4:bd51:b04d:17c8%pppoe0 prefixlen 64 scopeid 0x9 nd6 options=21<PERFORMNUD,AUTO_LINKLOCAL>
after running `/var/etc/pppoe_restart_pppoe0`:
pppoe0: flags=88d1<UP,POINTOPOINT,RUNNING,NOARP,SIMPLEX,MULTICAST> metric 0 mtu 1492 inet 1.3.3.0 --> 6.7.8.29 netmask 0xffffffff inet6 fe80::a8b4:bd51:b04d:17c8%pppoe0 prefixlen 64 tentative scopeid 0x9 nd6 options=21<PERFORMNUD,AUTO_LINKLOCAL>
Actions