tap-bridge: Remove unused gateway option from tap-creator

This commit is contained in:
André Apitzsch
2024-12-11 17:10:39 +01:00
committed by Tom Henderson
parent 223e0ad68a
commit fb6426c3f3
2 changed files with 4 additions and 20 deletions

View File

@@ -28,6 +28,7 @@ This file is a best-effort approach to solving this issue; we will do our best b
* (lr-wpan) ``LrWpanMac`` is now also aggregated to ``LrWpanNetDevice``.
* (stats) Deprecated ns3::NaN and ns3::isNaN to use std::nan and std::isnan in their place
* (tap-bridge) Deprecated "Gateway" attribute.
* (tap-bridge) Removed unused gateway option from tap-creator.
* (wifi) Added a new **ProtectedIfResponded** attribute to `FrameExchangeManager` to disable RTS/CTS protection for stations that have already responded to a frame requiring acknowledgment in the same TXOP, even if such frame had not been protected by RTS/CTS. The default value is true, even though it represents a change with respect to the previous behavior, because it is likely a more realistic choice.
* (wifi) Deprecated setters/getters of the {Ht,Vht,He}Configuration classes that trivially set/get member variables, which have been made public and hence accessible to users.