Hi Daniel, On 12/13/2011 09:00 AM, Daniel Wagner wrote: > From: Daniel Wagner > > --- > Makefile.am | 3 +- > elect/dial.c | 83 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++ > elect/elect.h | 16 +++++++++++ > 3 files changed, 101 insertions(+), 1 deletions(-) > create mode 100644 elect/dial.c > Personally I'm having trouble seeing what this abstraction is really buying you. There's really only one way to establish a PPP connection, so much of this file is just overhead and can easily live inside device.c. But maybe I am missing something here... Regards, -Denis