[Babel-users] babel complain about channel on interface
Juliusz Chroboczek
jch at pps.jussieu.fr
Mon Nov 12 13:06:55 UTC 2012
> Babeld 1.3.4 doesn't like channel interfering in configuration
Thanks for the report.
diff --git a/configuration.c b/configuration.c
index 64802a8..3b9368f 100644
--- a/configuration.c
+++ b/configuration.c
@@ -475,7 +475,7 @@ parse_ifconf(gnc_t gnc, void *closure)
free(t);
- if((if_conf->channel < 1 || if_conf->channel > 254) &&
+ if((if_conf->channel < 1 || if_conf->channel > 255) &&
if_conf->channel != IF_CHANNEL_NONINTERFERING)
goto error;
} else {
More information about the Babel-users
mailing list