https://github.com/cilium/cilium
Raw File
Tip revision: cd2f0c4d8fd64ff3b94ff4ceadb927aab5d0a7fd authored by Thomas Graf on 10 September 2018, 05:48:24 UTC
Prepare for 1.2.2 release
Tip revision: cd2f0c4
bpf_features.h
#ifndef BPF_FEATURES_H_
#define BPF_FEATURES_H_

#define HAVE_SKB_CHANGE_TAIL

#define HAVE_MAP_VAL_ADJ

#define HAVE_MARK_MAP_VALS

#endif /* BPF_FEATURES_H_ */
back to top