-
Notifications
You must be signed in to change notification settings - Fork 73
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
Oneline output '-o' support #17
Comments
Thanks for the report, ignoring -o seems like viable fix. Will be implemented in the next version. |
@brona Hi, I can't see any commit for the |
Not yet, so far it is a FR, if you send a PR I will review it. |
So just ignoring the option, is not good enough, actually for |
While trying to repair ddclient on OS X (cc @dkerr64), I found that the command ddclient uses:
$reply = `ip -6 -o addr show dev $arg scope global 2>/dev/null`;
Is incompatible with your Linux-compat wrapper due to the '-o' argument. I looked and I think you're already implementing -o by default:
So it might be as simple as just ignoring -o when passed.
The text was updated successfully, but these errors were encountered: