Skip to content
Commit f7ccdb96 authored by Marcelo Ricardo Leitner's avatar Marcelo Ricardo Leitner Committed by Pablo Neira Ayuso
Browse files

netfilter: nf_ct_sctp: move ip_ct_sctp away from UAPI



ip_ct_sctp is an internal structure, embedded by the union
nf_conntrack_proto to store sctp-specific information at conntrack
entries. It has no business with UAPI.

This patch moves it from UAPI to a saner place, together with similar
structs for other protocols.

Signed-off-by: default avatarMarcelo Ricardo Leitner <marcelo.leitner@gmail.com>
Acked-by: default avatarNeil Horman <nhorman@tuxdriver.com>
Signed-off-by: default avatarPablo Neira Ayuso <pablo@netfilter.org>
parent c1bc1d25
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment