Page MenuHomeFreeBSD

ifconfig: fix gre(4) status
ClosedPublic

Authored by pouria on Feb 4 2026, 11:10 AM.
Tags
None
Referenced Files
Unknown Object (File)
Sat, Aug 15, 9:53 PM
Unknown Object (File)
Sat, Aug 15, 11:51 AM
Unknown Object (File)
Thu, Aug 13, 4:23 PM
Unknown Object (File)
Thu, Aug 13, 12:43 PM
Unknown Object (File)
Wed, Aug 12, 11:54 PM
Unknown Object (File)
Wed, Aug 12, 7:00 PM
Unknown Object (File)
Sun, Aug 9, 7:56 PM
Unknown Object (File)
Sun, Aug 9, 2:59 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.