You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The case of a peer to peer interface (for example with OpenVPN) is not taken into account, which may make pm.lua crash.
Suggestion: adding the following code line 172
-- case 4: inet peer
'^%s+inet (%S+) peer',
function()
end,
The text was updated successfully, but these errors were encountered:
The case of a peer to peer interface (for example with OpenVPN) is not taken into account, which may make pm.lua crash.
Suggestion: adding the following code line 172
-- case 4: inet peer
'^%s+inet (%S+) peer',
function()
end,
Can you cut-n-paste that ifconfig? I'd like to add it to unit tests too.
The case of a peer to peer interface (for example with OpenVPN) is not taken into account, which may make pm.lua crash.
Suggestion: adding the following code line 172
-- case 4: inet peer
'^%s+inet (%S+) peer',
function()
end,
The text was updated successfully, but these errors were encountered: