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

Function unsetbridge_edge

tools/ifconfig/ifbridge.c:388–392  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

386}
387
388static void
389unsetbridge_edge(const char *val, int d, int s, const struct afswtch *afp)
390{
391 do_bridgeflag(s, val, IFBIF_BSTP_EDGE, 0);
392}
393
394static void
395setbridge_autoedge(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