https://github.com/cilium/cilium
Raw File
Tip revision: dc3ec61f58c027d10820a92e7951e7590197edac authored by Thomas Graf on 25 August 2018, 09:06:40 UTC
Prepare for 1.2.1 release
Tip revision: dc3ec61
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