Bug #11959
closedPPP interfaces lose the description field in ``ifconfig`` output when restarted
100%
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>
Updated by Viktor Gurov over 3 years ago
Updated by Jim Pingle over 3 years ago
- Status changed from New to Pull Request Review
- Target version set to 2.6.0
- Plus Target Version set to 21.09
Updated by Renato Botelho over 3 years ago
- Status changed from Pull Request Review to Feedback
- Assignee set to Viktor Gurov
PR has been merged. Thanks!
Updated by Viktor Gurov over 3 years ago
- % Done changed from 0 to 100
Applied in changeset 56ad99b3989f0d6bcf1f16ac3eaf727ec6b6c901.
Updated by Alhusein Zawi over 3 years ago
- Status changed from Feedback to Resolved
pppoe0: flags=8890<POINTOPOINT,NOARP,SIMPLEX,MULTICAST> metric 0 mtu 1500
description: OPT1
nd6 options=21<PERFORMNUD,AUTO_LINKLOCAL>
aster restarting the interface
[2.6.0-DEVELOPMENT][admin@pfSense.home.arpa]/root: ifconfig pppoe0 down
[2.6.0-DEVELOPMENT][admin@pfSense.home.arpa]/root: ifconfig pppoe0 up
[2.6.0-DEVELOPMENT][admin@pfSense.home.arpa]/root: ifconfig pppoe0
pppoe0: flags=88d1<UP,POINTOPOINT,RUNNING,NOARP,SIMPLEX,MULTICAST> metric 0 mtu 1500
description: OPT1
inet6 fe80::a00:27ff:fe1a:77f4%pppoe0 prefixlen 64 scopeid 0x8
nd6 options=21<PERFORMNUD,AUTO_LINKLOCAL>
2.6.0.a.20210625.0100
Updated by Jim Pingle about 3 years ago
- Subject changed from PPP interfaces lose the description field in some cases to PPP interfaces lose the description field in ``ifconfig`` output when restarted
Updated by Jim Pingle about 3 years ago
- Plus Target Version changed from 21.09 to 22.01