Summary: | net/cloud-init: fix set mtu, bump port version 21.2 | ||||||
---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | Andrey Fesenko <andrey> | ||||
Component: | Individual Port(s) | Assignee: | Li-Wen Hsu <lwhsu> | ||||
Status: | Closed FIXED | ||||||
Severity: | Affects Only Me | CC: | goneri, lwhsu | ||||
Priority: | --- | ||||||
Version: | Latest | ||||||
Hardware: | Any | ||||||
OS: | Any | ||||||
Attachments: |
|
Description
Andrey Fesenko
2021-05-31 19:40:17 UTC
Is it possible for you to upload the patch as an attachment? Also, it's preferred to use `git format-patch` to include your author line, not required strictly but it's handy for a committer to process it. Thanks! Andrey, I've just pushed this. Feedback are welcome: https://github.com/canonical/cloud-init/pull/930 Created attachment 226228 [details] add mtu set, bump port version 21.2 Bump port version 21.2 Add patch for set MTU, FreeBSD specific part https://github.com/canonical/cloud-init/commit/6fe1983777663a1a1136fd73dc50244f2d030be8#diff-25825a25ab56718be03c5147293f56d6c93822fb59b5840034f841b7a977bddc https://github.com/canonical/cloud-init/commit/db51b656ee997382c3c4792271fa08398f43e105 testport: OK (poudriere: 122amd64, 13amd64 tested) A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=9620aca55054d7f4e7fc85cd2f0e01ea984c237a commit 9620aca55054d7f4e7fc85cd2f0e01ea984c237a Author: Andrey Fesenko <andrey@bsdnir.info> AuthorDate: 2021-07-05 05:23:02 +0000 Commit: Li-Wen Hsu <lwhsu@FreeBSD.org> CommitDate: 2021-07-05 05:24:22 +0000 net/cloud-init: Update to 21.2 and add patch for setting MTU PR: 256309 net/cloud-init/Makefile | 3 +- net/cloud-init/distinfo | 6 +-- .../files/patch-cloudinit_net_bsd.py (new) | 60 ++++++++++++++++++++++ .../files/patch-cloudinit_net_freebsd.py (new) | 21 ++++++++ 4 files changed, 85 insertions(+), 5 deletions(-) |