https://github.com/cilium/cilium
Raw File
Tip revision: 6258a705ec357e118f501f7273468a17d5fd4b77 authored by Chris Tarazi on 28 October 2020, 00:33:38 UTC
Prepare for release v1.7.11
Tip revision: 6258a70
bpf_features.h
#ifndef BPF_FEATURES_H_
#define BPF_FEATURES_H_

#define HAVE_SKB_CHANGE_TAIL

#endif /* BPF_FEATURES_H_ */
back to top