Re: [PATCH iproute2] iptoken: Add doc on the conditions of iptoken

2021-04-01 Thread Hongren Zheng
On Wed, Mar 31, 2021 at 03:26:02PM -0700, Stephen Hemminger wrote: > It would be better if kernel provided the error messages through external ack > of the netlink message, Agreed. > rather than providing potentially out of date > recommendations on the man page. I still think conditions for ip-

Re: [PATCH iproute2] iptoken: Add doc on the conditions of iptoken

2021-03-31 Thread Stephen Hemminger
On Sat, 27 Mar 2021 21:36:07 +0800 Hongren Zheng wrote: > `ip token set suffix dev interface' may be unsuccessful > with only the error 'RTNETLINK answers: Invalid argument' > prompted. For users this is mysterious and hard to debug. > Hence a more user-friendly prompt is added. > > This commit

[PATCH iproute2] iptoken: Add doc on the conditions of iptoken

2021-03-27 Thread Hongren Zheng
`ip token set suffix dev interface' may be unsuccessful with only the error 'RTNETLINK answers: Invalid argument' prompted. For users this is mysterious and hard to debug. Hence a more user-friendly prompt is added. This commit adds doc for conditions for setting the token and making the token tak