-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Description
When we're dialing via a PPP interface:
$ ip r
default dev ppp0 scope link
10.59.4.14 dev ppp0 scope link
169.254.0.0/16 dev ppp0 scope link src 169.254.172.203
So ip r | grep ppp0 | grep default | sed 's/^none //' | cut -d ' ' -f 3 returns, instead of an IP, ppp0, which is not a parsable IP and it triggers an {error, einval}
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels