X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=lib%2Flacp.h;h=0fb797e89b790173012048465b06c800bb2454dc;hb=973d7411d62e848a2b9b0175ba7bb6234efdbff3;hp=871056c4dfd552b57729ec4a2e43810da4079753;hpb=da2f7b8ff5f41470cd1238376fbad5a4b75ad1a0;p=openvswitch diff --git a/lib/lacp.h b/lib/lacp.h index 871056c4..0fb797e8 100644 --- a/lib/lacp.h +++ b/lib/lacp.h @@ -88,8 +88,7 @@ struct lacp_settings { bool active; enum lacp_time lacp_time; long long int custom_time; - bool strict; - bool force_agg; + bool heartbeat; }; void lacp_init(void); @@ -107,6 +106,7 @@ struct lacp_slave_settings { char *name; uint16_t id; uint16_t priority; + uint16_t key; }; void lacp_slave_register(struct lacp *, void *slave_,