You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In a few instances, we have noticed that although the BPF file system (/sys/fs/bpf) is being mounted appropriately, the complete path (/sys/fs/bpf/tc/globals/) for the BPF maps does not exist. As most of the program the /sys/fs/bpf/tc/globals directory for creation of maps, the program will fail if the complete directory path is not present. Hence, L3AFD needs to make sure that complete path for the maps creation exists, or creates them, such that the programs do not fail.
In a few instances, we have noticed that although the BPF file system (/sys/fs/bpf) is being mounted appropriately, the complete path (/sys/fs/bpf/tc/globals/) for the BPF maps does not exist. As most of the program the /sys/fs/bpf/tc/globals directory for creation of maps, the program will fail if the complete directory path is not present. Hence, L3AFD needs to make sure that complete path for the maps creation exists, or creates them, such that the programs do not fail.
Code block to fix: https://github.com/l3af-project/l3afd/blob/main/kf/nfconfig.go#L143-L156
The text was updated successfully, but these errors were encountered: