Re: [ovs-dev] Hyphens in address set names

2016-10-09 Thread Kevin Lin
Got it, thanks Ben.

On Thu, Oct 6, 2016 at 3:09 PM, Ben Pfaff  wrote:

> On Thu, Oct 06, 2016 at 02:56:44PM -0700, Kevin Lin wrote:
> > I’m a developer under Ethan Jackson on Quilt. We’re using address sets
> in our ACL match strings,
> > but they don’t seem to parse properly for names with hypens:
> >
> > error parsing match "ip4.src == $foo-bar": Syntax error at `$foo'
> expecting address set name.
> >
> > Is this expected?
>
> Address set names begin with $ followed by a letter or underscore or
> '.'; subsequent characters may also be digits.
>
___
dev mailing list
dev@openvswitch.org
http://openvswitch.org/mailman/listinfo/dev


Re: [ovs-dev] Hyphens in address set names

2016-10-06 Thread Ben Pfaff
On Thu, Oct 06, 2016 at 02:56:44PM -0700, Kevin Lin wrote:
> I’m a developer under Ethan Jackson on Quilt. We’re using address sets in our 
> ACL match strings,
> but they don’t seem to parse properly for names with hypens:
> 
> error parsing match "ip4.src == $foo-bar": Syntax error at `$foo' expecting 
> address set name.
> 
> Is this expected?

Address set names begin with $ followed by a letter or underscore or
'.'; subsequent characters may also be digits.
___
dev mailing list
dev@openvswitch.org
http://openvswitch.org/mailman/listinfo/dev


[ovs-dev] Hyphens in address set names

2016-10-06 Thread Kevin Lin
Hi,

I’m a developer under Ethan Jackson on Quilt. We’re using address sets in our 
ACL match strings,
but they don’t seem to parse properly for names with hypens:

error parsing match "ip4.src == $foo-bar": Syntax error at `$foo' expecting 
address set name.

Is this expected?

Thanks,
—Kevin
___
dev mailing list
dev@openvswitch.org
http://openvswitch.org/mailman/listinfo/dev