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

Function unsetbridge_learn

tools/ifconfig/ifbridge.c:325–330  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

323}
324
325static void
326unsetbridge_learn(const char *val, int d, int s, const struct afswtch *afp)
327{
328
329 do_bridgeflag(s, val, IFBIF_LEARNING, 0);
330}
331
332static void
333setbridge_sticky(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