https://github.com/cilium/cilium
Raw File
Tip revision: a1a2648e3029fd52bfe73cd7187c757fc0bfac3a authored by Thomas Graf on 01 July 2019, 19:21:10 UTC
1.5.4 release
Tip revision: a1a2648
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