cablelabs / micronets-gw

Micronets Gateway Daemon and Distribution #micronets
Other
2 stars 1 forks source link

The gateway service needs to setup route table entries for micronets #28

Open craigpratt opened 5 years ago

craigpratt commented 5 years ago

The gateway need to setup route table entries that correspond to the defined micronets.

Currently, the route table entries are assumed to be setup on the gateway ahead-of-time.

One question that needs to be answered is whether the gateway needs to be able to dictate/designate what subnets are allocatable - either by designating an allocatable network to be subnetted or a list of subnets that can be allocated, or perhaps another method.

craigpratt commented 5 years ago

Design decision point here: The json that's sent to define the subnets/devices for DHCP (and also for switch flows currently) could also be used to setup the route table entries. Should we just setup the route tables off the same rest endpoint/json format or should we define a new endpoint for route table control?