Page MenuHomeFreeBSD

ifconfig: fix gre(4) status
ClosedPublic

Authored by pouria on Feb 4 2026, 11:10 AM.
Tags
None
Referenced Files
F151516244: D55099.diff
Wed, Apr 8, 11:24 PM
Unknown Object (File)
Sat, Apr 4, 1:35 AM
Unknown Object (File)
Sat, Mar 28, 1:33 PM
Unknown Object (File)
Thu, Mar 26, 3:44 PM
Unknown Object (File)
Tue, Mar 24, 7:49 PM
Unknown Object (File)
Wed, Mar 18, 5:49 AM
Unknown Object (File)
Sun, Mar 15, 8:27 PM
Unknown Object (File)
Mar 7 2026, 9:18 PM
Subscribers

Details

Summary

Set ifr->ifr_name to actually show the
status of gre interface.

Test Plan

create a gre tunnel with a key and option:

sh
ifconfig gre0 create grekey 1 udpencap
ifconfig gre0

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

@glebius can I MFC this into stable/15 within 3 days?

Looks good to me.

@glebius can I MFC this into stable/15 within 3 days?

Do you actually want to MFC to stable/14 to catch up with 14.4-BETA1 ? I see no problems.

This revision is now accepted and ready to land.Feb 4 2026, 2:48 PM

Looks good to me.

@glebius can I MFC this into stable/15 within 3 days?

Do you actually want to MFC to stable/14 to catch up with 14.4-BETA1 ? I see no problems.

You're right. I will. Thank you

So, seems like 14.4-BETA1 checkout happens at February 6.
@glebius I need approval for MFC within 1 day.

Please consider all trivial MFCs approved.

This revision was automatically updated to reflect the committed changes.