Re: [ovs-dev] [PATCH v5] route-table: Add support for v4 via v6 route.

2024-06-01 Thread William Tu via dev
Hi Ilya, thanks for your review! The patch passes my githug-ci https://github.com/williamtu/ovs/actions/runs/9293675528/job/25577358954 I don't know why it fails/skipped at https://github.com/ovsrobot/ovs/actions/runs/9294537471 On 5/30/24 11:17 AM, Ilya Maximets wrote: diff --git a/tests/t

[ovs-dev] [PATCH v5] route-table: Add support for v4 via v6 route.

2024-05-29 Thread William Tu via dev
Add route-table support for ipv4 dst via ipv6. One use case is BGP unnumbered, a mechanism that establishes peering sessions without the need to explicitly configure IPv4 addresses on the interfaces involved in the peering. Without using IPv4 address assignments, it uses link-local IPv6 addresses o

[ovs-dev] [PATCH v4] route-table: Add support for v4 via v6 route.

2024-05-29 Thread William Tu via dev
Add route-table support for ipv4 dst via ipv6. One use case is BGP unnumbered, a mechanism that establishes peering sessions without the need to explicitly configure IPv4 addresses on the interfaces involved in the peering. Without using IPv4 address assignments, it uses link-local IPv6 addresses o

Re: [ovs-dev] [PATCH v3] route-table: Add support for v4 via v6 route.

2024-05-29 Thread William Tu via dev
On 5/16/24 1:48 PM, Ilya Maximets wrote: I didn't look at the code changes too closely, but in case you wan't to re-spin the patch, I added a few comments for the test cases below. thanks for taking a look at this patch diff --git a/tests/ovs-router.at b/tests/ovs-router.at index b3314b3df

[ovs-dev] [PATCH v3] route-table: Add support for v4 via v6 route.

2024-05-13 Thread William Tu via dev
Add route-table support for ipv4 dst via ipv6. One use case is BGP unnumbered, a mechanism that establishes peering sessions without the need to explicitly configure IPv4 addresses on the interfaces involved in the peering. Without using IPv4 address assignments, it uses link-local IPv6 addresses o

[ovs-dev] [PATCH RFCv2] route-table: Add support for v4 via v6 route.

2024-04-27 Thread William Tu via dev
Add route-table support for ipv4 dst via ipv6. One use case is BGP unnumbered, a mechanism that establishes peering sessions without the need to explicitly configure IPv4 addresses on the interfaces involved in the peering. Without using IPv4 address assignments, it uses link-local IPv6 addresses o

[ovs-dev] [PATCH RFC] route-table: Add support for v4 via v6 route.

2024-04-27 Thread William Tu via dev
Add route-table that support ipv4 dst via ipv6. BGP unnumbered is mechanism that allows BGP to establish peering sessions without the need to explicitly configure IP addresses on the interfaces involved in the peering. Without using IP address assignments, it uses link-local IPv6 addresses of the d

[ovs-dev] [PATCH RFC] route-table: Add support for v4 via v6 route.

2024-04-26 Thread William Tu via dev
Add route-table that support ipv4 dst via ipv6. BGP unnumbered is mechanism that allows BGP to establish peering sessions without the need to explicitly configure IP addresses on the interfaces involved in the peering. Without using IP address assignments, it uses link-local IPv6 addresses of the d