Skip to content

Commit

Permalink
doc: migration-guide-3.7: Add IPv4 netmask information
Browse files Browse the repository at this point in the history
The IPv4 netmask handling is changed and it might need
adjustments from user if using more than one IPv4 address
inside one specific network interface.

Signed-off-by: Jukka Rissanen <[email protected]>
  • Loading branch information
jukkar authored and fabiobaltieri committed Mar 6, 2024
1 parent 8f458bb commit 47db2e0
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions doc/releases/migration-guide-3.7.rst
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,13 @@ Networking
the long-duration zperf test show with correct throughput result.
(:github:`69500`)

* Each IPv4 address assigned to a network interface has an IPv4 netmask
tied to it instead of being set for the whole interface.
If there is only one IPv4 address specified for a network interface,
nothing changes from the user point of view. But, if there is more than
one IPv4 address / network interface, the netmask must be specified
for each IPv4 address separately. (:github:`68419`)

Other Subsystems
****************

Expand Down

0 comments on commit 47db2e0

Please sign in to comment.