https://github.com/cilium/cilium
Raw File
Tip revision: 8af74469282aba399940d0acaf946fbe08e7f19e authored by Joe Stringer on 23 June 2018, 22:00:50 UTC
metricsmap: Fix index out of range error
Tip revision: 8af7446
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