Created attachment 231443 [details] Patch for ifconfig(8) adding the dotted format for MAC addresses The attached patch extends ifconfig(8) with the dotted format for MAC addresses usually employed by Cisco products running Cisco IOS and its descendents. Let me know if this should be run through a review process rather than as a PR.
Created attachment 242216 [details] Patch for ifconfig(8) adding the dotted format for MAC addresses Make patch compatible with commit d1cd0344f7b7d81beda04c3cb8cfee99351c3eb8. For ifconfig.8, use .Cm instead of .Sy.
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/src/commit/?id=d77ca41f7762bc909a83d87ebd95735b4021652f commit d77ca41f7762bc909a83d87ebd95735b4021652f Author: Trond Endrestol <Trond.Endrestol@ximalas.info> AuthorDate: 2023-06-13 06:36:16 +0000 Commit: Alexander V. Chernikov <melifaro@FreeBSD.org> CommitDate: 2023-06-13 06:40:15 +0000 ifconfig(8): add the dotted format for MAC addresses. MFC after: 2 weeks PR: 261572 sbin/ifconfig/af_link.c | 25 +++++++++++++++++++++---- sbin/ifconfig/ifconfig.8 | 5 ++++- 2 files changed, 25 insertions(+), 5 deletions(-)
Thank you for the submission and sorry for the delay.