https://github.com/cilium/cilium
Raw File
Tip revision: 228c4e597d0e75f447c593bd2098501b8128ff23 authored by Thomas Graf on 08 June 2018, 22:30:36 UTC
Prepare for 1.0.4 release
Tip revision: 228c4e5
bpf_features.h
#ifndef BPF_FEATURES_H_
#define BPF_FEATURES_H_

#define HAVE_SKB_CHANGE_TAIL

#define HAVE_LRU_MAP_TYPE

#define HAVE_MAP_VAL_ADJ

#define HAVE_MARK_MAP_VALS

#endif /* BPF_FEATURES_H_ */
back to top