mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-12-04 01:24:12 +08:00
gre6: Clean up unused struct ipv6_tel_txoption definition
Commit b05229f442
("gre6: Cleanup GREv6 transmit path, call common GRE
functions") removed the ip6gre specific transmit function, but left the
struct ipv6_tel_txoption definition. Clean it up.
Signed-off-by: Jakub Sitnicki <jkbs@redhat.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
c2a2efbbfc
commit
c10aa71b9d
@ -484,11 +484,6 @@ drop:
|
||||
return 0;
|
||||
}
|
||||
|
||||
struct ipv6_tel_txoption {
|
||||
struct ipv6_txoptions ops;
|
||||
__u8 dst_opt[8];
|
||||
};
|
||||
|
||||
static int gre_handle_offloads(struct sk_buff *skb, bool csum)
|
||||
{
|
||||
return iptunnel_handle_offloads(skb,
|
||||
|
Loading…
Reference in New Issue
Block a user