All of lore.kernel.org
 help / color / mirror / Atom feed
From: Adinath Mhatre <adinathmhatre@code1.emi.philips.com>
To: connman@lists.linux.dev
Subject: [PATCH 0/2] Support to disable IPv4LL fallback
Date: Sun,  4 Jun 2023 10:28:16 +0530	[thread overview]
Message-ID: <cover.1685721540.git.adinath.mhatre@philips.com> (raw)

From: Adinath Mhatre <adinath.mhatre@philips.com>

In current design of connman, if a client fails to discover
DHCP server, it will fallback to IPv4LL address.
In some systems it is not desirable.
Therefore, added config, D-Bus API and connmanctl option to disable IPv4LL fallback.

Adinath Mhatre (2):
  service:config: Support to disable IPv4LL fallback
  commands: IPv4LL fallback config support

 client/commands.c               | 50 ++++++++++++++++++---
 doc/config-format.txt           |  5 +++
 doc/connman-service.config.5.in |  6 +++
 doc/connmanctl.1.in             | 10 +++--
 doc/service-api.txt             | 10 +++++
 src/config.c                    | 23 ++++++++++
 src/connman.h                   |  2 +
 src/dhcp.c                      |  7 +++
 src/ipconfig.c                  | 80 +++++++++++++++++++++++++++++++--
 test/set-ipv4-method            | 34 +++++++++++---
 10 files changed, 206 insertions(+), 21 deletions(-)

-- 
2.25.1


             reply	other threads:[~2023-06-04  4:58 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-06-04  4:58 Adinath Mhatre [this message]
2023-06-04  4:58 ` [PATCH 1/2] service:config: Support to disable IPv4LL fallback Adinath Mhatre
2023-06-04  4:58 ` [PATCH 2/2] commands: IPv4LL fallback config support Adinath Mhatre

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=cover.1685721540.git.adinath.mhatre@philips.com \
    --to=adinathmhatre@code1.emi.philips.com \
    --cc=connman@lists.linux.dev \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.