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

Function setbridge_edge

tools/ifconfig/ifbridge.c:382–386  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

380}
381
382static void
383setbridge_edge(const char *val, int d, int s, const struct afswtch *afp)
384{
385 do_bridgeflag(s, val, IFBIF_BSTP_EDGE, 1);
386}
387
388static void
389unsetbridge_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