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

Function setbridge_autoedge

tools/ifconfig/ifbridge.c:394–398  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

392}
393
394static void
395setbridge_autoedge(const char *val, int d, int s, const struct afswtch *afp)
396{
397 do_bridgeflag(s, val, IFBIF_BSTP_AUTOEDGE, 1);
398}
399
400static void
401unsetbridge_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