X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=vswitchd%2Fbridge.c;h=f067c9de4e87b9a98c3f1b721a29604b4327a000;hb=90967e953f5019299b5b5e2d70f440d82c32e2f1;hp=e10036c9a8e1adebbabe400666104008820c24e6;hpb=0bb0393a0b274776ebd61ca2265a252ac8dfbe2a;p=sliver-openvswitch.git diff --git a/vswitchd/bridge.c b/vswitchd/bridge.c index e10036c9a..f067c9de4 100644 --- a/vswitchd/bridge.c +++ b/vswitchd/bridge.c @@ -3691,6 +3691,7 @@ iface_configure_cfm(struct iface *iface) s.extended = smap_get_bool(&iface->cfg->other_config, "cfm_extended", false); + s.demand = smap_get_bool(&iface->cfg->other_config, "cfm_demand", false); opstate_str = smap_get(&iface->cfg->other_config, "cfm_opstate"); s.opup = !opstate_str || !strcasecmp("up", opstate_str);