{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":772643833,"defaultBranch":"main","name":"podman","ownerLogin":"sbrivio-rh","currentUserCanPush":false,"isFork":true,"isEmpty":false,"createdAt":"2024-03-15T15:48:07.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/84841121?v=4","public":true,"private":false,"isOrgOwned":false},"refInfo":{"name":"","listCacheKey":"v0:1710517693.614078","currentOid":""},"activityList":{"items":[{"before":"8f2dd075104f3037dcf9dd3160b3202fedfc6cd8","after":"23433ec7bdccd7fe9a0d7514c8dc3f0e1cd4a0ad","ref":"refs/heads/main","pushedAt":"2024-03-18T13:29:47.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"sbrivio-rh","name":null,"path":"/sbrivio-rh","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/84841121?s=80&v=4"},"commit":{"message":"test/system: Add support for multipath routes in pasta networking tests\n\nIn some environments, such as the one described in\nhttps://github.com/containers/podman/issues/20927, the default route\nis given as nexthop gateways. That is, it's a multipath routes with\nmultiple gateways.\n\nThat means that pasta(1), after commit 6c7623d07bbd (\"netlink: Add\nsupport to fetch default gateway from multipath routes\"), can start\nand use a default gateway from that route.\n\nJust like in pasta(1), in these tests, the default route indicates\nwhich upstream interface we should pick. If we ignore multipath\nroutes, IPv6 addresses and gateway addresses themselves won't be\navailable, so, while pasta is now able to configure the container,\nIPv6 tests will expect to find no address and no gateway, hence fail\ndue to the mismatch.\n\nTry to get routes, including gateway addresses and interface names,\nfrom nexthop objects, in case the selection of a regular default\nroute yields no results.\n\nLink: https://github.com/containers/podman/issues/20927\nCloses: #20927\nSigned-off-by: Stefano Brivio ","shortMessageHtmlLink":"test/system: Add support for multipath routes in pasta networking tests"}},{"before":"fb3c1f6935ce0b26acc9691e560f7a2bbf46e20e","after":"8f2dd075104f3037dcf9dd3160b3202fedfc6cd8","ref":"refs/heads/main","pushedAt":"2024-03-18T13:28:51.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"sbrivio-rh","name":null,"path":"/sbrivio-rh","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/84841121?s=80&v=4"},"commit":{"message":"test/system: Add support for multipath routes pasta networking tests\n\nIn some environments, such as the one described in\nhttps://github.com/containers/podman/issues/20927, the default route\nis given as nexthop gateways. That is, it's a multipath routes with\nmultiple gateways.\n\nThat means that pasta(1), after commit 6c7623d07bbd (\"netlink: Add\nsupport to fetch default gateway from multipath routes\"), can start\nand use a default gateway from that route.\n\nJust like in pasta(1), in these tests, the default route indicates\nwhich upstream interface we should pick. If we ignore multipath\nroutes, IPv6 addresses and gateway addresses themselves won't be\navailable, so, while pasta is now able to configure the container,\nIPv6 tests will expect to find no address and no gateway, hence fail\ndue to the mismatch.\n\nTry to get routes, including gateway addresses and interface names,\nfrom nexthop objects, in case the selection of a regular default\nroute yields no results.\n\nLink: https://github.com/containers/podman/issues/20927\nCloses: #20927\nSigned-off-by: Stefano Brivio ","shortMessageHtmlLink":"test/system: Add support for multipath routes pasta networking tests"}},{"before":"d73fdc30ac14f3dd18f23edfcf702bb349f3da3d","after":"fb3c1f6935ce0b26acc9691e560f7a2bbf46e20e","ref":"refs/heads/main","pushedAt":"2024-03-18T13:27:28.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"sbrivio-rh","name":null,"path":"/sbrivio-rh","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/84841121?s=80&v=4"},"commit":{"message":"test/system: Add support for multipath routes pasta networking tests\n\nIn some environments, such as the one described in\nhttps://github.com/containers/podman/issues/20927, the default route\nis given as nexthop gateways. That is, it's a multipath routes with\nmultiple gateways.\n\nThat means that pasta(1), after commit 6c7623d07bbd (\"netlink: Add\nsupport to fetch default gateway from multipath routes\"), can start\nand use a default gateway from that route.\n\nJust like in pasta(1), in these tests, the default route indicates\nwhich upstream interface we should pick. If we ignore multipath\nroutes, IPv6 addresses and gateway addresses themselves won't be\navailable, so, while pasta is now able to configure the container,\nIPv6 tests will expect to find no address and no gateway, hence fail\ndue to the mismatch.\n\nTry to get routes, including gateway addresses and interface names,\nfrom nexthop objects, in case the selection of a regular default\nroute yields no results.\n\nSigned-off-by: Stefano Brivio ","shortMessageHtmlLink":"test/system: Add support for multipath routes pasta networking tests"}},{"before":"b08000dc8155f019d662036635dab3db94b525e4","after":"d73fdc30ac14f3dd18f23edfcf702bb349f3da3d","ref":"refs/heads/main","pushedAt":"2024-03-15T20:30:20.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"sbrivio-rh","name":null,"path":"/sbrivio-rh","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/84841121?s=80&v=4"},"commit":{"message":"test/system: Add support for multipath routes in ipv[46]_get_route_default()\n\nIn some environments, such as the one described in\nhttps://github.com/containers/podman/issues/20927, the default route\nis given as nexthop gateways. That is, it's a multipath routes with\nmultiple gateways.\n\nThat means that pasta(1), after commit 6c7623d07bbd (\"netlink: Add\nsupport to fetch default gateway from multipath routes\"), can start\nand use a default gateway from that route.\n\nJust like in pasta(1), in these tests, the default route indicates\nwhich upstream interface we should pick. If we ignore multipath\nroutes, IPv6 addresses and gateway addresses themselves won't be\navailable, so, while pasta is now able to configure the container,\nIPv6 tests will expect to find no address and no gateway, hence fail\ndue to the mismatch.\n\nTry to get gateway addresses from nexthop objects, in case the\nselection of a regular default route yields no results.\n\nSigned-off-by: Stefano Brivio ","shortMessageHtmlLink":"test/system: Add support for multipath routes in ipv[46]_get_route_de…"}},{"before":"59af2ce4327b9a6056b3e6c852b4ce4c308aae31","after":"b08000dc8155f019d662036635dab3db94b525e4","ref":"refs/heads/main","pushedAt":"2024-03-15T20:08:24.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"sbrivio-rh","name":null,"path":"/sbrivio-rh","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/84841121?s=80&v=4"},"commit":{"message":"test/system: Add support for multipath routes in ipv[46]_get_route_default()\n\nIn some environments, such as the one described in\nhttps://github.com/containers/podman/issues/20927, the default route\nis given as nexthop gateways. That is, it's a multipath routes with\nmultiple gateways.\n\nThat means that pasta(1), after commit 6c7623d07bbd (\"netlink: Add\nsupport to fetch default gateway from multipath routes\"), can start\nand use a default gateway from that route.\n\nJust like in pasta(1), in these tests, the default route indicates\nwhich upstream interface we should pick. If we ignore multipath\nroutes, IPv6 addresses and gateway addresses themselves won't be\navailable, so, while pasta is now able to configure the container,\nIPv6 tests will expect to find no address and no gateway, hence fail\ndue to the mismatch.\n\nTry to get gateway addresses from nexthop objects, in case the\nselection of a regular default route yields no results.\n\nSigned-off-by: Stefano Brivio ","shortMessageHtmlLink":"test/system: Add support for multipath routes in ipv[46]_get_route_de…"}},{"before":"44d1973f30b4a9520984ff5021fc960abdda55bb","after":"59af2ce4327b9a6056b3e6c852b4ce4c308aae31","ref":"refs/heads/main","pushedAt":"2024-03-15T17:21:52.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"sbrivio-rh","name":null,"path":"/sbrivio-rh","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/84841121?s=80&v=4"},"commit":{"message":"test/system: Add support for multipath routes in ipv[46]_get_route_default()\n\nIn some environments, such as the one described in\nhttps://github.com/containers/podman/issues/20927, the default route\nis given as nexthop gateways. That is, it's a multipath routes with\nmultiple gateways.\n\nThat means that pasta(1), after commit 6c7623d07bbd (\"netlink: Add\nsupport to fetch default gateway from multipath routes\"), can start\nand use a default gateway from that route.\n\nJust like in pasta(1), in these tests, the default route indicates\nwhich upstream interface we should pick. If we ignore multipath\nroutes, IPv6 addresses and gateway addresses themselves won't be\navailable, so, while pasta is now able to configure the container,\nIPv6 tests will expect to find no address and no gateway, hence fail\ndue to the mismatch.\n\nTry to get gateway addresses from nexthop objects, in case the\nselection of a regular default route yields no results.\n\nSigned-off-by: Stefano Brivio ","shortMessageHtmlLink":"test/system: Add support for multipath routes in ipv[46]_get_route_de…"}},{"before":"f5abca415d6367021d37b9369a3f32e975bbbe0f","after":"44d1973f30b4a9520984ff5021fc960abdda55bb","ref":"refs/heads/main","pushedAt":"2024-03-15T15:57:25.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"sbrivio-rh","name":null,"path":"/sbrivio-rh","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/84841121?s=80&v=4"},"commit":{"message":"test/system: Add support for multipath routes in ipv[46]_get_route_default()\n\nIn some environments, such as the one described in\nhttps://github.com/containers/podman/issues/20927, the default route\nis given as nexthop gateways. That is, it's a multipath routes with\nmultiple gateways.\n\nThat means that pasta(1), after commit 6c7623d07bbd (\"netlink: Add\nsupport to fetch default gateway from multipath routes\"), can start\nand use a default gateway from that route.\n\nJust like in pasta(1), in these tests, the default route indicates\nwhich upstream interface we should pick. If we ignore multipath\nroutes, IPv6 addresses and gateway addresses themselves won't be\navailable, so, while pasta is now able to configure the container,\nIPv6 tests will expect to find no address and no gateway, hence fail\ndue to the mismatch.\n\nTry to get gateway addresses from nexthop objects, in case the\nselection of a regular default route yields no results.\n\nSigned-off-by: Stefano Brivio ","shortMessageHtmlLink":"test/system: Add support for multipath routes in ipv[46]_get_route_de…"}}],"hasNextPage":false,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"Y3Vyc29yOnYyOpK7MjAyNC0wMy0xOFQxMzoyOTo0Ny4wMDAwMDBazwAAAAQYkQ_u","startCursor":"Y3Vyc29yOnYyOpK7MjAyNC0wMy0xOFQxMzoyOTo0Ny4wMDAwMDBazwAAAAQYkQ_u","endCursor":"Y3Vyc29yOnYyOpK7MjAyNC0wMy0xNVQxNTo1NzoyNS4wMDAwMDBazwAAAAQW17nZ"}},"title":"Activity · sbrivio-rh/podman"}