-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
OdinMaster module has to be initiated #3
base: odin
Are you sure you want to change the base?
Conversation
Dear josemariasaldana: /The content of build_odinagent.sh/ /create monitor mon0/ /* instantiate fake ap*/ /make sure your ap openvswitch is start.if not,start manully/ /* instantiate OpenvSwitch*/ #vbridge stat(br0) #vbridge iface stat #vbridge flow stat(not include hidden flows) /The content of build_vswitch-xx.sh/ #prepare work #option set args.not use yet! #make sure your ap openvswitch is start #clean env #delete wlan route(may be ap not exit) #add bridge in-br connect eth0.1 and ap #add vswitch bridge,and set config #start fake ap brctl addif in-br ap ovs-vsctl add-port br-lan in-br #set flow rules on vswitch,make sure switch can ping controller sleep 2 #vbridge iface stat(must have ap eth0.1 br-lan) #vbridge flow stat(not include hidden flows) |
Dear josemariasaldana: |
Dear josemariasaldana: |
We are running another version of the Click module odinagent.cc from https://github.com/fgg89/odin-agent/tree/fran-devel/src. It presents a lot of debug information. Substitute it and re-compile. You will see a lot of info. |
dear josemariasaldana: |
dear josemariasaldana: |
Hi, I applied the patch manually. In addition to the two modifications specified in the patch, I also had to add this code just after the #include section (the definition of ath9k_debugfs_open was missing): static int ath9k_debugfs_open(struct inode *inode, struct file *file) |
dear josemariasaldana: /create monitor mon0/ /* instantiate fake ap*/ /make sure your ap openvswitch is start.if not,start manully/ /* instantiate OpenvSwitch*/ #vbridge stat(br0) #vbridge iface stat #vbridge flow stat(not include hidden flows) And i have see your webpage about odin, is the setup of running openvswitch just only 5 command lines?If not ,can you share me some detail setup about how to do it?I need help from you! Thank in advance. |
Openflow 1.3#3
No description provided.