commit | e59fd3db2ea86b94fb0e5fc277e5b10f09bc2336 | [log] [tgz] |
---|---|---|
author | David Ward <david.ward@ll.mit.edu> | Sun Jan 27 13:04:59 2013 +0000 |
committer | Stephen Hemminger <stephen@networkplumber.org> | Mon Feb 04 08:56:45 2013 -0800 |
tree | 4854a03774fde06f251981dabc4ffe64f9abce0f | |
parent | 53403c53af6c7cbc9c3f54b5170fdd0cf367b70a [diff] |
ip/iptunnel: Extend TOS syntax The 'inherit/STRING' or 'inherit/00..ff' syntax indicates that the TOS field of tunneled packets should be copied from the original IP header, but for non-IP packets the value STRING or 00..ff should be used instead. (This syntax is already used by 'ip tunnel show'.) Also clarify the man page and the command usage text (particularly that the TOS is not specified as a decimal number). Signed-off-by: David Ward <david.ward@ll.mit.edu>