https://github.com/cilium/cilium
Raw File
Tip revision: 23b420db6f3dcd56fe581566a6d84fa610f76d67 authored by Ian Vernon on 18 December 2018, 21:43:34 UTC
Prepare for v1.3.1
Tip revision: 23b420d
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