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)
Sun, Mar 1, 7:15 AM
Unknown Object (File)
Sat, Feb 28, 3:36 PM
Unknown Object (File)
Mon, Feb 23, 11:15 PM
Unknown Object (File)
Wed, Feb 18, 9:33 AM
Unknown Object (File)
Tue, Feb 17, 3:40 AM
Unknown Object (File)
Mon, Feb 16, 7:20 AM
Unknown Object (File)
Sat, Feb 14, 10:36 PM
Unknown Object (File)
Thu, Feb 12, 1:31 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.