https://github.com/cilium/cilium
Raw File
Tip revision: ff97b307c57f9d46a0fe3e05cdb1523b016ccf26 authored by Ian Vernon on 03 August 2018, 21:41:30 UTC
Prepare for release v1.1.2
Tip revision: ff97b30
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