]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
dnsdist: Report the `AF_XDP` feature
authorRemi Gacogne <remi.gacogne@powerdns.com>
Mon, 15 Jan 2024 15:09:52 +0000 (16:09 +0100)
committerRemi Gacogne <remi.gacogne@powerdns.com>
Tue, 23 Jan 2024 11:54:23 +0000 (12:54 +0100)
pdns/dnsdist.cc

index 7bc864dbb5bcc9fb5c427527c17b0d6c05aafd1d..358e970e52e4939947e7cc3d243cc582597ea45c 100644 (file)
@@ -2778,6 +2778,9 @@ static void reportFeatures()
   cout<<"dnsdist "<<VERSION<<" ("<<LUA_RELEASE<<")"<<endl;
 #endif
   cout<<"Enabled features: ";
+#ifdef HAVE_XSK
+  cout<<"AF_XDP ";
+#endif
 #ifdef HAVE_CDB
   cout<<"cdb ";
 #endif