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, May 24, 8:30 PM
Unknown Object (File)
Sat, May 23, 3:43 PM
Unknown Object (File)
Fri, May 22, 4:21 PM
Unknown Object (File)
Tue, May 19, 7:14 PM
Unknown Object (File)
Sat, May 16, 11:34 PM
Unknown Object (File)
Fri, May 15, 8:49 PM
Unknown Object (File)
Mon, May 11, 11:31 AM
Unknown Object (File)
Mon, May 11, 11:29 AM
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.