| 386 | } |
| 387 | |
| 388 | static void |
| 389 | unsetbridge_edge(const char *val, int d, int s, const struct afswtch *afp) |
| 390 | { |
| 391 | do_bridgeflag(s, val, IFBIF_BSTP_EDGE, 0); |
| 392 | } |
| 393 | |
| 394 | static void |
| 395 | setbridge_autoedge(const char *val, int d, int s, const struct afswtch *afp) |
nothing calls this directly
no test coverage detected