https://github.com/cilium/cilium
Raw File
Tip revision: adeaf8c04371e7f1ab17379578a0b74814793587 authored by André Martins on 18 February 2020, 20:41:10 UTC
Prepare for release v1.7.0
Tip revision: adeaf8c
bpf_features.h
#ifndef BPF_FEATURES_H_
#define BPF_FEATURES_H_

#define HAVE_SKB_CHANGE_TAIL

#endif /* BPF_FEATURES_H_ */
back to top