connman.lists.linux.dev archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] Support to disable IPv4LL fallback
@ 2023-06-04  4:58 Adinath Mhatre
  2023-06-04  4:58 ` [PATCH 1/2] service:config: " Adinath Mhatre
  2023-06-04  4:58 ` [PATCH 2/2] commands: IPv4LL fallback config support Adinath Mhatre
  0 siblings, 2 replies; 3+ messages in thread
From: Adinath Mhatre @ 2023-06-04  4:58 UTC (permalink / raw)
  To: connman

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


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2023-06-04  4:58 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-06-04  4:58 [PATCH 0/2] Support to disable IPv4LL fallback Adinath Mhatre
2023-06-04  4:58 ` [PATCH 1/2] service:config: " Adinath Mhatre
2023-06-04  4:58 ` [PATCH 2/2] commands: IPv4LL fallback config support Adinath Mhatre

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).