Skip to content

Commit

Permalink
lib/odp-util: Skip ignored fields when parsing and formatting.
Browse files Browse the repository at this point in the history
When a whole field of a key value is ignored, skip it when formatting
the key, and allow it to be left out when parsing the key from a
string.  However, when the 'verbose' formatting is requested those are
still formatted, as it may help in debugging.

Now the named key fields can also be given in arbitrary order.
Duplicate field values are not checked for, so the last one will
remain in effect.

Signed-off-by: Jarno Rajahalme <[email protected]>
Acked-by: Ben Pfaff <[email protected]>
  • Loading branch information
Jarno Rajahalme committed Sep 9, 2014
1 parent f7c2f97 commit 2d18eae
Show file tree
Hide file tree
Showing 6 changed files with 903 additions and 1,137 deletions.
Loading

0 comments on commit 2d18eae

Please sign in to comment.