Skip to content
This repository was archived by the owner on Mar 31, 2023. It is now read-only.
This repository was archived by the owner on Mar 31, 2023. It is now read-only.

Can/should ACA configure gateway when only subnet state is provided? #245

@zzxgzgz

Description

@zzxgzgz

Current observation from @cj-chung is that, when a VM is created, it sends a DHCP request, and got the gateway address from the DHCP reply, and the VM will try to ping the gateway. However, because there's no arp entry or flow added for the gateway, the gateway cannot be pinged.

As we can see in https://github.com/futurewei-cloud/alcor/blob/master/schema/proto3/subnet.proto#L41, gateway IP and MAC are provided in a subnet state.

Can/should ACA configure gateway(Add flow/ add arp entry) if the goalstate doesn't have a router state, but has a subnet state, which contains the gateway info?

Metadata

Metadata

Assignees

No one assigned

    Labels

    questionFurther information is requested

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions