| 380 | } |
| 381 | |
| 382 | static void |
| 383 | setbridge_edge(const char *val, int d, int s, const struct afswtch *afp) |
| 384 | { |
| 385 | do_bridgeflag(s, val, IFBIF_BSTP_EDGE, 1); |
| 386 | } |
| 387 | |
| 388 | static void |
| 389 | unsetbridge_edge(const char *val, int d, int s, const struct afswtch *afp) |
nothing calls this directly
no test coverage detected