NIKSS-vSwitch / nikss

Native In-Kernel P4-programmable Software Switch for Software-Defined Networking (previously PSA-eBPF)
Apache License 2.0
47 stars 4 forks source link

Fix definition of nikss_match_key for range key #107

Closed tatry closed 10 months ago

tatry commented 10 months ago

Definition of struct contained const entries which forbids compilation using (modern) C++ compiler when using nikss_match_key. There is no problems with C compiler.

Solution is just to remove const qualifier.