Re: multiple-device questions



On Thu, May 15, 2008 at 11:12 AM, Andrew Jorgensen
<ajorgensen novell com> wrote:
> What are the plans for UI for controlling multiple-device behavior?
> Right now nm-applet just connects to all networks that have automatic
> configurations.  This is potentially confusing.  A few people have filed
> bugs or asked questions on this list.
>
> If the fastest device does not have a gateway defined (none offered by
> DHCP, link-local only, or none configured in static config) will NM
> choose a slower device for the default route?

Yes.

> What signaling is given the listeners (like Pidgin or Evolution) when a
> device goes down but there are other devices up?

NM offeres two ways for applications interested in network state. One
is very convenient and easy to use but because of that not very
detailed. It only signals changes when networking is disabled, (no
active connections and a) connection is activating, activated,
disconnected.

The other API is a detailed one and is what nm-applet uses, for every
change a signal is emitted. As there are many objects involved, it's a
bit cumbersome to register all these signal handlers if the
application only cares about if a connection is active or not.

So in summary, if any application (pidgin, evolution) want, they can
have a very detailed view of the state and signals when anything
changes, but as of now, they use the simple version.

> Is the signaling different when it's the default route (or not) that has
> gone down?

See above.

> What if, for example, evolution is connected to a mail server on a
> private network and the default route (on another network) goes down?
> Would it still receive a signal and go offline?

See above.

Tambet


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]