| 398 | } |
| 399 | |
| 400 | static void |
| 401 | unsetbridge_autoedge(const char *val, int d, int s, const struct afswtch *afp) |
| 402 | { |
| 403 | do_bridgeflag(s, val, IFBIF_BSTP_AUTOEDGE, 0); |
| 404 | } |
| 405 | |
| 406 | static void |
| 407 | setbridge_ptp(const char *val, int d, int s, const struct afswtch *afp) |
nothing calls this directly
no test coverage detected