From 574763f1a7dac0594d2d913b4b6afc2f96a71f49 Mon Sep 17 00:00:00 2001 From: Warner Losh Date: Tue, 14 Dec 2021 14:54:10 -0700 Subject: [PATCH] rtsold: Note network interfaces changing index when removed/inserted Remove reference to PCMCIA. The issue is more generic than that. Also, it does apply to FreeBSD, so no need to hedge about some OSes. The index won't change if no other interfaces are created after the card is removed, so note that it may change, not will change. Suggested by: phk Reviewed by: gleb Sponsored by: Netflix --- usr.sbin/rtsold/rtsold.8 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/usr.sbin/rtsold/rtsold.8 b/usr.sbin/rtsold/rtsold.8 index 6b0e64ab0fac..992d3a0f784d 100644 --- a/usr.sbin/rtsold/rtsold.8 +++ b/usr.sbin/rtsold/rtsold.8 @@ -29,7 +29,7 @@ .\" .\" $FreeBSD$ .\" -.Dd November 12, 2021 +.Dd December 15, 2021 .Dt RTSOLD 8 .Os .\" @@ -309,8 +309,8 @@ is now integrated into .Xr rtsold 8 . .\" .Sh BUGS -In some operating systems, when a PCMCIA network card is removed -and reinserted, the corresponding interface index is changed. +When a network card is removed and reinserted, the corresponding interface index +may change. However, .Nm assumes such changes will not occur, and always uses the index that