| 392 | } |
| 393 | |
| 394 | static void |
| 395 | setbridge_autoedge(const char *val, int d, int s, const struct afswtch *afp) |
| 396 | { |
| 397 | do_bridgeflag(s, val, IFBIF_BSTP_AUTOEDGE, 1); |
| 398 | } |
| 399 | |
| 400 | static void |
| 401 | unsetbridge_autoedge(const char *val, int d, int s, const struct afswtch *afp) |
nothing calls this directly
no test coverage detected