| 316 | } |
| 317 | |
| 318 | static void |
| 319 | setbridge_learn(const char *val, int d, int s, const struct afswtch *afp) |
| 320 | { |
| 321 | |
| 322 | do_bridgeflag(s, val, IFBIF_LEARNING, 1); |
| 323 | } |
| 324 | |
| 325 | static void |
| 326 | unsetbridge_learn(const char *val, int d, int s, const struct afswtch *afp) |
nothing calls this directly
no test coverage detected