Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 09 Feb 2022 13:14:57 +0000
From:      bugzilla-noreply@freebsd.org
To:        bugs@FreeBSD.org
Subject:   [Bug 261828] ifconfig name should not print out the newly set name
Message-ID:  <bug-261828-227@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D261828

            Bug ID: 261828
           Summary: ifconfig name should not print out the newly set name
           Product: Base System
           Version: Unspecified
          Hardware: Any
               URL: https://cgit.freebsd.org/src/commit/sbin/ifconfig/ifco
                    nfig.c?id=3D6fe2e1762eb33d9386b9072e7897911cc3cc844b
                OS: Any
            Status: New
          Severity: Affects Many People
          Priority: ---
         Component: bin
          Assignee: bugs@FreeBSD.org
          Reporter: nick@van-laarhoven.org
                CC: kp@freebsd.org

Change 6fe2e1762eb33d9386b9072e7897911cc3cc844b adds printing of the new na=
me
for the interface:

   # ifconfig em0 name bla
   bla

which is useless. During boot up this looks even worse:

   lo0: link state changed to UP
   vlan0: changing name to 'agqg'
   agqg
   vlan1: changing name to 'retina'
   retina
   vlan2: changing name to 'shore'
   shore
   Starting dhclient.
   vlan3: changing name to 'vsat1'
   vsat1
   vlan4: changing name to 'wan4g'
   wan4g
   vlan5: changing name to 'vsat2'
   vsat2

Please revert.

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-261828-227>