Bug 270631 - sysutils/edk2: IPv6 not enabled
Summary: sysutils/edk2: IPv6 not enabled
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Many People
Assignee: freebsd-uboot (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-04-03 21:45 UTC by bj.rn
Modified: 2023-04-04 07:11 UTC (History)
2 users (show)

See Also:
bugzilla: maintainer-feedback? (uboot)


Attachments
Enable IPv6 for all platforms (809 bytes, patch)
2023-04-03 22:07 UTC, bj.rn
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description bj.rn 2023-04-03 21:45:31 UTC
IPv6 is currently not enabled for the port.

Adding '-D NETWORK_IP6_ENABLE' to PLAT_ARGS enables IPv6.
Tested with PLAT=bhyve
Comment 1 bj.rn 2023-04-03 22:07:16 UTC
Created attachment 241289 [details]
Enable IPv6 for all platforms

I suggest enabling IPv6 for all platforms
Comment 2 commit-hook freebsd_committer freebsd_triage 2023-04-04 07:09:33 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=b9d5e500163e01b6aab11dbfb6cc880ae659a5e5

commit b9d5e500163e01b6aab11dbfb6cc880ae659a5e5
Author:     Emmanuel Vadot <manu@FreeBSD.org>
AuthorDate: 2023-04-04 06:40:11 +0000
Commit:     Emmanuel Vadot <manu@FreeBSD.org>
CommitDate: 2023-04-04 07:09:03 +0000

    sysutils/edk2: Enable IPV6

    PR:     270631
    Sponsored by:   Beckhoff Automation GmbH & Co. KG

 sysutils/edk2/Makefile | 13 ++++++++-----
 1 file changed, 8 insertions(+), 5 deletions(-)
Comment 3 commit-hook freebsd_committer freebsd_triage 2023-04-04 07:11:34 UTC
A commit in branch 2023Q2 references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=d642f15892e623c2365b62c8203ddbb1222c7475

commit d642f15892e623c2365b62c8203ddbb1222c7475
Author:     Emmanuel Vadot <manu@FreeBSD.org>
AuthorDate: 2023-04-04 06:40:11 +0000
Commit:     Emmanuel Vadot <manu@FreeBSD.org>
CommitDate: 2023-04-04 07:10:53 +0000

    sysutils/edk2: Enable IPV6

    PR:     270631
    Sponsored by:   Beckhoff Automation GmbH & Co. KG

    (cherry picked from commit b9d5e500163e01b6aab11dbfb6cc880ae659a5e5)

 sysutils/edk2/Makefile | 13 ++++++++-----
 1 file changed, 8 insertions(+), 5 deletions(-)