Changes between Version 16 and Version 17 of Internal/OpenFlow/DemoAPImage
- Timestamp:
- Oct 3, 2010, 7:50:48 PM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Internal/OpenFlow/DemoAPImage
v16 v17 4 4 {{{ 5 5 Ubuntu Version: 10.04 6 Current Image Name: ssugrim-node-1-7-2010-09-22-20-04-54.ndz6 Current Image Name: node-1-7-2010-10-03-15-40-11.ndz 7 7 }}} 8 8 … … 292 292 293 293 '''NOTE'''': There are 4 extra zeros perpended on the DPID from what snac reports. 294 295 ---- 296 === 10/3/2010 === 297 298 I've discovered a bug where after a client associates to the AP, a short while after packets get dropped. It seems to have something to do with ARPs but I can't isolate it. 299 300 I've rolled all the startup commands into a script called start_ap.rb (I use ruby to wrap the exec calls). The start ap script assumes the database has already been primed with the bridge interfaces, etc... And that hostapd starts on reboot, it also has to bring up eth0 (nothing in the bridge does this). Currently it does not accept any paramters, it does however Invoke some calls. At some point I might need to adjust this to fix the SSID. I've saved an image and am trying to push it out to multiple nodes so that I can run some more tests. 301 302 303