Re: [openflow-discuss] Error while setting wildcard value in Beacon

2012-02-09 Thread Sabnis, Saurabh S
, 2012 1:30:51 AM Subject: Re: [openflow-discuss] Error while setting wildcard value in Beacon Are you setting ethertype to 0x800? If it's not an IP packet, the IP fields may be ignored or forced to wildcards. On Thursday, February 9, 2012 at 10:28 PM, Sabnis, Saurabh S wrote: > Hi, >

Re: [openflow-discuss] Error while setting wildcard value in Beacon

2012-02-09 Thread Dan Talayco
Are you setting ethertype to 0x800? If it's not an IP packet, the IP fields may be ignored or forced to wildcards. On Thursday, February 9, 2012 at 10:28 PM, Sabnis, Saurabh S wrote: > Hi, > > I am using Beacon to set up flow in the switch through 'OFFlowMod' and I am > giving just Source IP

[openflow-discuss] Error while setting wildcard value in Beacon

2012-02-09 Thread Sabnis, Saurabh S
Hi, I am using Beacon to set up flow in the switch through 'OFFlowMod' and I am giving just Source IP Address as criteria for matching. match.setNetworkSource(IPv4.toIPv4Address("10.0.0.3")); match.setWildcards(3670271); I am setting wildcard to 3670271 i.e. exact match on Source IP and rest co