I tried to build an accesspoint with -current.
Looking and copying the example out of the
man page "hostapd.conf".

I tried the following snip.

table <clients> {
      00:02:6f:42:d0:01 -> 172.23.5.1/30
      00:05:4e:45:d3:b8 -> 172.23.5.4/30
      00:04:2e:12:03:e0 -> 172.23.5.8/30
}

and got an error.
I've changed then to

table <clients> {
      00:02:6f:42:d0:01 -> 172.23.5.1/30,
      00:05:4e:45:d3:b8 -> 172.23.5.4/30,
      00:04:2e:12:03:e0 -> 172.23.5.8/30
}

and it worked.

I think it could be that the man page isn't
uptodate. Isn't it?

Regards
Karl-Heinz

Reply via email to