| 366 | } |
| 367 | |
| 368 | static void |
| 369 | setbridge_stp(const char *val, int d, int s, const struct afswtch *afp) |
| 370 | { |
| 371 | |
| 372 | do_bridgeflag(s, val, IFBIF_STP, 1); |
| 373 | } |
| 374 | |
| 375 | static void |
| 376 | unsetbridge_stp(const char *val, int d, int s, const struct afswtch *afp) |
nothing calls this directly
no test coverage detected