adding comment

This commit is contained in:
afeiszli 2022-02-16 20:30:17 -05:00
parent a29ced1630
commit a29fc1e29b

View file

@ -95,6 +95,7 @@ func ApplyWithoutWGQuick(node *models.Node, ifacename string, confPath string) e
return nil return nil
} }
// RemoveWithoutWGQuick - Function for running the equivalent of "wg-quick down" for linux if wg-quick is missing
func RemoveWithoutWGQuick(ifacename string) error { func RemoveWithoutWGQuick(ifacename string) error {
ipExec, err := exec.LookPath("ip") ipExec, err := exec.LookPath("ip")
if err != nil { if err != nil {