Hi Chris, Looks good to me.
On Thu, 2007-02-15 at 19:22 +0800, C Wang wrote: > + for i in sys.net_devices: > + if i != "lo0": > + iface = i Nit: you might want to break after finding the first interface that is not lo0. Laca
Hi Chris, Looks good to me.
On Thu, 2007-02-15 at 19:22 +0800, C Wang wrote: > + for i in sys.net_devices: > + if i != "lo0": > + iface = i Nit: you might want to break after finding the first interface that is not lo0. Laca