| 323 | } |
| 324 | |
| 325 | static void |
| 326 | unsetbridge_learn(const char *val, int d, int s, const struct afswtch *afp) |
| 327 | { |
| 328 | |
| 329 | do_bridgeflag(s, val, IFBIF_LEARNING, 0); |
| 330 | } |
| 331 | |
| 332 | static void |
| 333 | setbridge_sticky(const char *val, int d, int s, const struct afswtch *afp) |
nothing calls this directly
no test coverage detected