X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=lib%2Flacp.h;h=0fb797e89b790173012048465b06c800bb2454dc;hb=7fae24e67c95b1dbe93497135ae533e39b61e110;hp=fb91b4f14701ef6bdd5bb6c7e18e7f92f72884d4;hpb=e1ce3f2dccb027ef5ebe6035ab4f6a71de4ccf1c;p=openvswitch diff --git a/lib/lacp.h b/lib/lacp.h index fb91b4f1..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);