-
Notifications
You must be signed in to change notification settings - Fork 159
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
SetSenderOS not working in 0.9.1 #696
Comments
one way to do it would be check release from github and clone that code |
That would be for a fresh clone... I meant my local clone... |
just run git tag from your nff-go clone that should show you the version |
ohhh... that's intelligent... but what if someone deletes the .git files? |
I recently set-up a newer version of nff-go (0.9.1) while i also have an older version of nff-go set-up in a different environment. I am facing error using SetSenderOS in nff-go-0.9.1 it gives an error (panic: interface conversion: interface {} is nil, not int) whereas the same code is running fine in my older nff-go. Is this a bug or am i missing something?
this is how i am using SetSenderOS:
flow.CheckFatal(flow.SetSenderOS(tempFlow, "em4"))
attached is the screenshot of the error I am getting.
The text was updated successfully, but these errors were encountered: