Use new default binapi socket with fallback to legacy
[govpp.git] / adapter / vpp_api.go
index 2391420..71bf7c2 100644 (file)
@@ -20,7 +20,7 @@ import (
 
 const (
        // DefaultBinapiSocket defines a default socket file path for VPP binary API.
-       DefaultBinapiSocket = "/run/vpp-api.sock"
+       DefaultBinapiSocket = "/run/vpp/api.sock"
 )
 
 var (