https://github.com/cilium/cilium
Raw File
Tip revision: 11f0259adf4ebb473bb81b5a84cc17101a82980e authored by Thomas Graf on 04 June 2018, 14:47:50 UTC
Preparae for 1.1.0-rc3 #3
Tip revision: 11f0259
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