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

Function unsetbridge_stp

tools/ifconfig/ifbridge.c:375–380  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

373}
374
375static void
376unsetbridge_stp(const char *val, int d, int s, const struct afswtch *afp)
377{
378
379 do_bridgeflag(s, val, IFBIF_STP, 0);
380}
381
382static void
383setbridge_edge(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