Re: [nox-dev] nox api development

2012-01-19 Thread edward wilson
hi, I am still getting the same results after setting wildcards=0xFFF... On Thu, Jan 19, 2012 at 12:58 PM, Murphy McCauley jam...@nau.edu wrote: So my first thought is to wonder what happens if you try with wildcards = 0x... -- Murphy On Jan 18, 2012, at 11:19 PM, edward wilson

[nox-dev] nox api development

2012-01-18 Thread edward wilson
hi, Currently im using NOX 0.9.0(zaku)~full~beta (nox_core), compiled Jan 3 2012 15:21:13 Compiled with OpenFlow 0x01 Now i have developed this api for getting aggregrate table stats 1. def aggregate_timer(self, dp): flow = ofp_match()

Re: [nox-dev] nox api development

2012-01-18 Thread Murphy McCauley
So my first thought is to wonder what happens if you try with wildcards = 0x... -- Murphy On Jan 18, 2012, at 11:19 PM, edward wilson wrote: hi, Currently im using NOX 0.9.0(zaku)~full~beta (nox_core), compiled Jan 3 2012 15:21:13 Compiled with OpenFlow 0x01 Now i have

[nox-dev] NOX API development

2012-01-05 Thread Amit Tewari
Hi, I am using NOX as a controller for my openvswitch 1.2.2 with openflow 1.0 . I have created api for adding flow and deleting flow from controller. I have used lib/core.py api's install_datapath_flow and delete_datapath_flow. But core.py do not have api or command for modifying

Re: [nox-dev] NOX API development

2012-01-05 Thread Murphy McCauley
Responses inline. On Jan 5, 2012, at 5:10 AM, Amit Tewari wrote: If I use openflow.OFPFC_MODIFY flag in send_flow_command, it gives me error-“invalid action type” Something like the following should let you modify flows: from util import set_match from nox.coreapps.pyrt.pycomponent import