MCPcopy Create free account
hub / github.com/F-Stack/f-stack / unsetbridge_sticky

Function unsetbridge_sticky

tools/ifconfig/ifbridge.c:339–344  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

337}
338
339static void
340unsetbridge_sticky(const char *val, int d, int s, const struct afswtch *afp)
341{
342
343 do_bridgeflag(s, val, IFBIF_STICKY, 0);
344}
345
346static void
347setbridge_span(const char *val, int d, int s, const struct afswtch *afp)

Callers

nothing calls this directly

Calls 1

do_bridgeflagFunction · 0.85

Tested by

no test coverage detected