Re: [PATCH 0/3] Support for ADSL modems v3



On Tue, 2011-05-17 at 21:03 +0300, Pantelis Koukousoulas wrote:
> This is the third version, with some minor bugfixes.
> 
> Pantelis Koukousoulas (3):
>   ADSL: Settings and initial "scaffolding"
>   ADSL: Carrier Handling and PPP support
>   ADSL: Add libnm-glib and nmcli code

Great work, I've pushed this to the 'adsl' branch which I just created
off git master.  Lets keep testing and after 0.9 comes out we'll merge
this right into 0.9.2.  Any further patches you post can get dumped
right into the 'adsl' branch, which I'll try to keep up-to-date with
master through periodic merges.

(I cleaned up a few things; I also made the VPI/VCI properties of the
NMSettingAdsl uints since that just makes the validation easier; also
memory leak when reading the carrier code where 'path' and 'contents'
weren't getting freed)

Thanks again!
Dan


>  cli/src/connections.c            |   66 ++++-
>  cli/src/devices.c                |    4 +
>  cli/src/settings.c               |   50 ++++
>  cli/src/settings.h               |    2 +
>  include/NetworkManager.h         |    3 +
>  introspection/Makefile.am        |    1 +
>  introspection/nm-device-adsl.xml |   15 +
>  libnm-glib/Makefile.am           |    6 +
>  libnm-glib/libnm-glib.ver        |    4 +-
>  libnm-glib/nm-device-adsl.c      |  236 +++++++++++++++
>  libnm-glib/nm-device-adsl.h      |   62 ++++
>  libnm-glib/nm-device.c           |   10 +-
>  libnm-util/Makefile.am           |    2 +
>  libnm-util/libnm-util.ver        |   12 +
>  libnm-util/nm-connection.c       |   25 ++-
>  libnm-util/nm-connection.h       |    2 +
>  libnm-util/nm-setting-adsl.c     |  541 ++++++++++++++++++++++++++++++++++
>  libnm-util/nm-setting-adsl.h     |   97 ++++++
>  src/Makefile.am                  |    6 +
>  src/nm-device-adsl.c             |  596 ++++++++++++++++++++++++++++++++++++++
>  src/nm-device-adsl.h             |   60 ++++
>  src/nm-device.c                  |    8 +-
>  src/nm-udev-manager.c            |   49 +++-
>  src/ppp-manager/nm-ppp-manager.c |   31 ++-
>  src/settings/nm-settings.c       |    2 +
>  25 files changed, 1870 insertions(+), 20 deletions(-)
>  create mode 100644 introspection/nm-device-adsl.xml
>  create mode 100644 libnm-glib/nm-device-adsl.c
>  create mode 100644 libnm-glib/nm-device-adsl.h
>  create mode 100644 libnm-util/nm-setting-adsl.c
>  create mode 100644 libnm-util/nm-setting-adsl.h
>  create mode 100644 src/nm-device-adsl.c
>  create mode 100644 src/nm-device-adsl.h
> 




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