https://github.com/cilium/cilium
Raw File
Tip revision: 0392ea9b1ba1c2d57248cae3bdd72d7ea63ca5af authored by Thomas Graf on 15 February 2018, 01:36:12 UTC
kafka: Use policy identity cache to lookup identity for L3 dependant rules Fixes Issue: #2824
Tip revision: 0392ea9
bpf_features.h
#ifndef BPF_FEATURES_H_
#define BPF_FEATURES_H_

#define HAVE_SKB_CHANGE_TAIL

#define HAVE_LRU_MAP_TYPE

#define HAVE_MAP_VAL_ADJ

#define HAVE_MARK_MAP_VALS

#endif /* BPF_FEATURES_H_ */
back to top