https://github.com/cilium/cilium
Raw File
Tip revision: 50359eaabc0f84a2cd67abe7c7062ecf0f71ebdb authored by Ian Vernon on 22 October 2018, 22:15:32 UTC
Prepare for v1.1.6
Tip revision: 50359ea
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