The branch main has been updated by meta:

URL: 
https://cgit.FreeBSD.org/src/commit/?id=cca6a72d7f7131685a082c123aff17208aa1693f

commit cca6a72d7f7131685a082c123aff17208aa1693f
Author:     Koichiro Iwao <m...@freebsd.org>
AuthorDate: 2025-07-11 12:06:34 +0000
Commit:     Koichiro Iwao <m...@freebsd.org>
CommitDate: 2025-07-11 23:54:40 +0000

    ifconfig.8: remove accept_rev_ethip_ver and send_rev_ethip_ver
    
    It is removed long ago [1] and unavailable on FreeBSD 11 and later,
    but the corresponding entries in the man page were not removed
    accordingly.
    
    [1] 
https://cgit.freebsd.org/src/commit/?id=b1c250ff3ff6af36e95f5cf910973133c3445704
    
    MFH after:      3 days
    Reviewed by:    mhorne
    Approved by:    mhorne
    Differential Revision:  https://reviews.freebsd.org/D51261
---
 sbin/ifconfig/ifconfig.8 | 22 +---------------------
 1 file changed, 1 insertion(+), 21 deletions(-)

diff --git a/sbin/ifconfig/ifconfig.8 b/sbin/ifconfig/ifconfig.8
index 3fb8b5f02b76..6c61af48abec 100644
--- a/sbin/ifconfig/ifconfig.8
+++ b/sbin/ifconfig/ifconfig.8
@@ -28,7 +28,7 @@
 .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
 .\" SUCH DAMAGE.
 .\"
-.Dd July 5, 2025
+.Dd July 11, 2025
 .Dt IFCONFIG 8
 .Os
 .Sh NAME
@@ -2878,16 +2878,6 @@ interfaces previously configured with
 Another name for the
 .Fl tunnel
 parameter.
-.It Cm accept_rev_ethip_ver
-Set a flag to accept both correct EtherIP packets and ones
-with reversed version field.
-Enabled by default.
-This is for backward compatibility with
-.Fx 6.1 ,
-6.2, 6.3, 7.0, and 7.1.
-.It Cm -accept_rev_ethip_ver
-Clear a flag
-.Cm accept_rev_ethip_ver .
 .It Cm ignore_source
 Set a flag to accept encapsulated packets destined to this host
 independently from source address.
@@ -2896,16 +2886,6 @@ from the load balancers.
 .It Cm -ignore_source
 Clear a flag
 .Cm ignore_source .
-.It Cm send_rev_ethip_ver
-Set a flag to send EtherIP packets with reversed version
-field intentionally.
-Disabled by default.
-This is for backward compatibility with
-.Fx 6.1 ,
-6.2, 6.3, 7.0, and 7.1.
-.It Cm -send_rev_ethip_ver
-Clear a flag
-.Cm send_rev_ethip_ver .
 .El
 .Ss GRE Tunnel Parameters
 The following parameters apply to GRE tunnel interfaces,

Reply via email to