Comment 5 for bug 651007

Revision history for this message
周成瑞 (e93b5ae3) wrote : Re: Does not correctly write resolv.conf

Befor filing this bug, I read daemon.log, and the line below makes me think network manager did the DNS stuff:

Sep 29 18:26:22 pan-desktop NetworkManager[720]: <info> (tun0): writing resolv.conf to /sbin/resolvconf

If it's done by openvpn plugin, it should have nm-openvpn process name and id like the line below
:

Sep 29 18:26:21 pan-desktop nm-openvpn[5901]: Initialization Sequence Completed

And I find the C source file in nm repository at http://is.gd/fzBN8, though I think this stuff should really be done by the openvpn plugin.