We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 489bb00 + f79fc25 commit 4f9fa25Copy full SHA for 4f9fa25
1 file changed
bessctl/conf/metadata/attr_match.bess
@@ -1,8 +1,8 @@
1
# For metadata attribute usage for wildcard matching,
2
# also see samples/wildcardmatch.bess
3
4
-em::ExactMatch(fields=[{'name':'foo', 'size':1}, \
5
- {'name':'bar', 'size':2}])
+em::ExactMatch(fields=[{'attribute':'foo', 'size':1}, \
+ {'attribute':'bar', 'size':2}])
6
Source() \
7
-> SetMetadata(attrs=[{'name': 'foo', 'size': 1, 'value_int': 0xcc}]) \
8
-> SetMetadata(attrs=[{'name': 'bar', 'size': 2, 'value_int': 0x1122}]) \
0 commit comments