Project

General

Profile

Actions

Bug #11959

closed

PPP interfaces lose the description field in ``ifconfig`` output when restarted

Added by Viktor Gurov almost 3 years ago. Updated over 2 years ago.

Status:
Resolved
Priority:
Normal
Assignee:
Viktor Gurov
Category:
PPP Interfaces
Target version:
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 #2

Updated by Jim Pingle almost 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
Actions #3

Updated by Renato Botelho almost 3 years ago

  • Status changed from Pull Request Review to Feedback
  • Assignee set to Viktor Gurov

PR has been merged. Thanks!

Actions #4

Updated by Viktor Gurov almost 3 years ago

  • % Done changed from 0 to 100
Actions #5

Updated by Alhusein Zawi almost 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][]/root: ifconfig pppoe0 down
[2.6.0-DEVELOPMENT][]/root: ifconfig pppoe0 up

[2.6.0-DEVELOPMENT][]/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

Actions #6

Updated by Jim Pingle over 2 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
Actions #7

Updated by Jim Pingle over 2 years ago

  • Plus Target Version changed from 21.09 to 22.01
Actions

Also available in: Atom PDF