On 6/15/18 8:32 PM, Subash Abhinov Kasiviswanathan wrote: > This patch adds support for OUTPUT_MARK in xfrm state to exercise the > functionality added by kernel commit 077fbac405bf > ("net: xfrm: support setting an output mark."). >
... > v1->v2: Moved the XFRMA_OUTPUT_MARK print after XFRMA_MARK in > xfrm_xfrma_print() as mentioned by Lorenzo > > v2->v3: Fix one help formatting error as mentioned by Lorenzo. > Keep mark and output-mark on the same line and add man page info as > mentioned by David. > > Signed-off-by: Subash Abhinov Kasiviswanathan <subas...@codeaurora.org> > --- > ip/ipxfrm.c | 17 ++++++++++++++++- > ip/xfrm_state.c | 9 +++++++++ > man/man8/ip-xfrm.8 | 11 +++++++++++ > 3 files changed, 36 insertions(+), 1 deletion(-) > applied to iproute2-next. Thanks