{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":11961469,"defaultBranch":"master","name":"netifrc","ownerLogin":"gentoo","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2013-08-07T21:51:21.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/52242?v=4","public":true,"private":false,"isOrgOwned":true},"refInfo":{"name":"","listCacheKey":"v0:1704620619.0","currentOid":""},"activityList":{"items":[{"before":"8bb61b90c1d791bafd5cd0b6c54093cccee425f4","after":"d01b0a6b187d8909ad11b328c557ecdc29431d04","ref":"refs/heads/master","pushedAt":"2024-06-11T00:39:11.000Z","pushType":"push","commitsCount":3,"pusher":{"login":"gentoo-bot","name":"Larry the Cow","path":"/gentoo-bot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/14542386?s=80&v=4"},"commit":{"message":"Append wireguard docs at net.example with arbitrary interface name example\n\nSigned-off-by: Andrey Volkov ","shortMessageHtmlLink":"Append wireguard docs at net.example with arbitrary interface name ex…"}},{"before":"7c6a8de0c521ea474bccb0dbda4338ff293cdfc6","after":"8bb61b90c1d791bafd5cd0b6c54093cccee425f4","ref":"refs/heads/master","pushedAt":"2024-05-23T18:12:24.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"gentoo-bot","name":"Larry the Cow","path":"/gentoo-bot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/14542386?s=80&v=4"},"commit":{"message":"net/wireguard.sh: make wireguard module to run before interface\n\nWireguard module was configured to run after interface module, that\ncaused interface-related settings like mtu not to apply, because\nwireguard interfaces was not present by that time. It seems logical\nthat wireguard module should be run before interface module.\n\nCredits to lmk who proposed the solution and\nto Louis Sautier (sbraz) who proposed the patch.\n\nCloses: https://bugs.gentoo.org/678184\nCloses: https://github.com/gentoo/netifrc/pull/54\nSigned-off-by: Louis Sautier (sbraz) \nSigned-off-by: Alexander Zubkov \nSigned-off-by: Patrick McLean ","shortMessageHtmlLink":"net/wireguard.sh: make wireguard module to run before interface"}},{"before":"a058cb072fcd8f2874513e4ca58f92482e2a191b","after":"7c6a8de0c521ea474bccb0dbda4338ff293cdfc6","ref":"refs/heads/master","pushedAt":"2024-05-23T16:12:48.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"gentoo-bot","name":"Larry the Cow","path":"/gentoo-bot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/14542386?s=80&v=4"},"commit":{"message":"Allow setting blackhole-like routes\n\nThere were several problems preventing usage of routes of types\nblackhole, prohibit, throw, unreachable in IFACE_routes variables:\n\n- Those route types do not allow to use dev in the route definition,\n but it was added unconditionally\n\n- As there is no dev, such routes are not flushed automatically by dev,\n they need to be remembered and deleted while stopping the interface\n\n- Route type must go before the prefix in the command, but first\n parameters have special meaning\n\nSigned-off-by: Alexander Zubkov \nCloses: https://bugs.gentoo.org/637394\nCloses: https://github.com/gentoo/netifrc/pull/53\nX-Gentoo-Bug: 637394\nX-Gentoo-Bug-URL: https://bugs.gentoo.org/637394\nSigned-off-by: Patrick McLean ","shortMessageHtmlLink":"Allow setting blackhole-like routes"}},{"before":"7b1c09f80b94f01f670c8d487df361b3ddfebe0c","after":"a058cb072fcd8f2874513e4ca58f92482e2a191b","ref":"refs/heads/master","pushedAt":"2024-01-14T04:47:29.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"gentoo-bot","name":"Larry the Cow","path":"/gentoo-bot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/14542386?s=80&v=4"},"commit":{"message":"mk/os.mk: don't use OS env var for overriding\n\nIf you want to override the OS or OS-detect command you can still use\n_OS and _OS_SH, but OS is too common of an environment variable to\nlisten for.\n\nCloses: https://bugs.gentoo.org/906171\nSigned-off-by: Matoro Mahri \nCloses: https://github.com/gentoo/netifrc/pull/52\nSigned-off-by: Sam James ","shortMessageHtmlLink":"mk/os.mk: don't use OS env var for overriding"}},{"before":"8b4f91a94fad6666c957304b0108aa5c895b4d1e","after":"7b1c09f80b94f01f670c8d487df361b3ddfebe0c","ref":"refs/heads/master","pushedAt":"2024-01-07T09:42:42.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"gentoo-bot","name":"Larry the Cow","path":"/gentoo-bot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/14542386?s=80&v=4"},"commit":{"message":"Remove support for treecleaned net-misc/pump\n\nBug: https://bugs.gentoo.org/694314\nCloses: https://bugs.gentoo.org/921538\nSigned-off-by: Matoro Mahri \nCloses: https://github.com/gentoo/netifrc/pull/51\nSigned-off-by: Sam James ","shortMessageHtmlLink":"Remove support for treecleaned net-misc/pump"}},{"before":"a0b69349707b4aaaefc01fd37f1b386935d75c90","after":"8b4f91a94fad6666c957304b0108aa5c895b4d1e","ref":"refs/heads/master","pushedAt":"2023-11-26T05:31:11.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"gentoo-bot","name":"Larry the Cow","path":"/gentoo-bot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/14542386?s=80&v=4"},"commit":{"message":"net/dummy.sh: preload module, create interface conditionally\n\nThe dummy module has a numdummies parameter which will cause it to\nautomatically create N dummy interfaces at load time. Because creating\na dummy interface causes the kernel to load the module if it is not\nalready loaded, then if the name of the interface to be created matches\nthe name of one of the interfaces the kernel creates, an error will be\nreturned indicating that the interface already exists, despite it not\nexisting before the command was invoked.\n\nEnsure we load the module before attempting to create any interface,\nthen only create the interface if it does not already exist, otherwise\nsimply configure it.\n\nSee: https://serverfault.com/q/839430\nSigned-off-by: Matoro Mahri \nSigned-off-by: Robin H. Johnson \nCloses: https://github.com/gentoo/netifrc/pull/43","shortMessageHtmlLink":"net/dummy.sh: preload module, create interface conditionally"}},{"before":"acf5e9c1d505e14524dcc78a1433872ae273c491","after":"a0b69349707b4aaaefc01fd37f1b386935d75c90","ref":"refs/heads/master","pushedAt":"2023-11-25T04:54:08.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"gentoo-bot","name":"Larry the Cow","path":"/gentoo-bot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/14542386?s=80&v=4"},"commit":{"message":"net: add qmi interface support\n\nqmi is useful for cellular modem connection, the management interface is\nimplemented using libqmi's qmicli utility.\n\nSigned-off-by: Alon Bar-Lev \nSigned-off-by: Robin H. Johnson \nCloses: https://github.com/gentoo/netifrc/pull/44","shortMessageHtmlLink":"net: add qmi interface support"}},{"before":"ed541fbe97fa22066030faaba051fe8d8a4b168a","after":"acf5e9c1d505e14524dcc78a1433872ae273c491","ref":"refs/heads/master","pushedAt":"2023-11-25T04:52:59.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"gentoo-bot","name":"Larry the Cow","path":"/gentoo-bot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/14542386?s=80&v=4"},"commit":{"message":"iwd: depend on \"program /usr/libexec/iwd\" instead of \"program iwd\"\n\nIn iwd.sh, the iwd executable used is /usr/libexec/iwd, however in the\ndependency block it depends on just \"program iwd.\" Since iwd is not in\nPATH, this will fail and cause iwd to not be started when it should be.\nCorrect this to /usr/libexec/iwd.\n\nSigned-off-by: Violet Purcell \nSigned-off-by: Robin H. Johnson \nCloses: https://github.com/gentoo/netifrc/pull/49","shortMessageHtmlLink":"iwd: depend on \"program /usr/libexec/iwd\" instead of \"program iwd\""}},{"before":"bf02831a7a59f5552c916dde7dd47296a7bce0b1","after":"ed541fbe97fa22066030faaba051fe8d8a4b168a","ref":"refs/heads/master","pushedAt":"2023-10-20T00:20:30.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"gentoo-bot","name":"Larry the Cow","path":"/gentoo-bot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/14542386?s=80&v=4"},"commit":{"message":"Makefile.inc: prepare for 0.7.7\n\nSigned-off-by: Sam James ","shortMessageHtmlLink":"Makefile.inc: prepare for 0.7.7"}},{"before":"e5776f83258f38bb01312a909cdf57d0bdb8a4d2","after":"bf02831a7a59f5552c916dde7dd47296a7bce0b1","ref":"refs/heads/master","pushedAt":"2023-10-19T22:57:26.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"gentoo-bot","name":"Larry the Cow","path":"/gentoo-bot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/14542386?s=80&v=4"},"commit":{"message":"dhcpcd: Fixing the handling of dhcpcd arguments with spaces\n\nBug: https://bugs.gentoo.org/881039\nSigned-off-by: Kevin Martin \nFixes: bd8ff4aa89e1d56e9886dad32bb2406c8f43c747\nCloses: https://github.com/gentoo/netifrc/pull/48\nSigned-off-by: Sam James ","shortMessageHtmlLink":"dhcpcd: Fixing the handling of dhcpcd arguments with spaces"}},{"before":"a509a86bbfe77db20d676caa5f3c421d5a781780","after":"e5776f83258f38bb01312a909cdf57d0bdb8a4d2","ref":"refs/heads/master","pushedAt":"2023-09-10T15:18:24.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"gentoo-bot","name":"Larry the Cow","path":"/gentoo-bot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/14542386?s=80&v=4"},"commit":{"message":"Makefile.inc: prepare for 0.7.6\n\nSigned-off-by: Sam James ","shortMessageHtmlLink":"Makefile.inc: prepare for 0.7.6"}},{"before":"52416b2f17e1e1700e4a41b43fd887f7e2cf317e","after":"a509a86bbfe77db20d676caa5f3c421d5a781780","ref":"refs/heads/master","pushedAt":"2023-09-10T15:15:54.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"gentoo-bot","name":"Larry the Cow","path":"/gentoo-bot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/14542386?s=80&v=4"},"commit":{"message":"net/bonding.sh: fix spelling of \"lose\"\n\nSigned-off-by: Mike Gilbert \nCloses: https://github.com/gentoo/netifrc/pull/47\nSigned-off-by: Sam James ","shortMessageHtmlLink":"net/bonding.sh: fix spelling of \"lose\""}},{"before":"baff1e37615921b37cfa166215d3d1c6531a81af","after":"52416b2f17e1e1700e4a41b43fd887f7e2cf317e","ref":"refs/heads/master","pushedAt":"2023-05-29T00:17:58.849Z","pushType":"push","commitsCount":2,"pusher":{"login":"gentoo-bot","name":"Larry the Cow","path":"/gentoo-bot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/14542386?s=80&v=4"},"commit":{"message":"Makefile.inc: version 0.7.5\n\nSigned-off-by: Mike Gilbert ","shortMessageHtmlLink":"Makefile.inc: version 0.7.5"}},{"before":"f24053e64e273fb42bfab0f93b2549015ac444ea","after":"baff1e37615921b37cfa166215d3d1c6531a81af","ref":"refs/heads/master","pushedAt":"2023-04-19T17:15:01.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"gentoo-bot","name":"Larry the Cow","path":"/gentoo-bot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/14542386?s=80&v=4"},"commit":{"message":"net/Makefile: include iwd\n\nSigned-off-by: Robin H. Johnson ","shortMessageHtmlLink":"net/Makefile: include iwd"}},{"before":"a43884bca4b34b8649574fb3ea85a2a658fd0a6f","after":"f24053e64e273fb42bfab0f93b2549015ac444ea","ref":"refs/heads/master","pushedAt":"2023-04-17T04:37:53.000Z","pushType":"push","commitsCount":3,"pusher":{"login":"gentoo-bot","name":"Larry the Cow","path":"/gentoo-bot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/14542386?s=80&v=4"},"commit":{"message":"Makefile.inc: crank to 0.7.4\n\nSigned-off-by: Sam James ","shortMessageHtmlLink":"Makefile.inc: crank to 0.7.4"}},{"before":"8390af35cb89002b33acea91d2b2b641f0728398","after":"a43884bca4b34b8649574fb3ea85a2a658fd0a6f","ref":"refs/heads/master","pushedAt":"2023-04-17T04:35:19.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"gentoo-bot","name":"Larry the Cow","path":"/gentoo-bot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/14542386?s=80&v=4"},"commit":{"message":"net/dhcpcd.sh: adapt to dhcpcd-10 versioning\n\nCloses: https://bugs.gentoo.org/904422\nSigned-off-by: Greg Kubaryk \nSigned-off-by: Sam James ","shortMessageHtmlLink":"net/dhcpcd.sh: adapt to dhcpcd-10 versioning"}}],"hasNextPage":false,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAEYaoKXAA","startCursor":null,"endCursor":null}},"title":"Activity · gentoo/netifrc"}