commit | a3cde71fbbdb52c4eb906c9a7eb40dd55d4783f4 | [log] [tgz] |
---|---|---|
author | Marcin Gasiorek <marcin.gasiorek@nordicsemi.no> | Thu Sep 21 10:10:54 2023 +0200 |
committer | Carles CufĂ <carles.cufi@nordicsemi.no> | Thu Sep 21 13:36:20 2023 +0200 |
tree | 52bc80af18226a5c6837e99707abea5bb9936d5d | |
parent | 6a536f9f8ce972a1153b88658e722231568fca74 [diff] |
net: Remove '#ifdef CONFIG_NET_ROUTE' around forwarding getter and setter. Because `forwarding` flag is available unconditionally the compilation guard has no make sense. Additionally this flag and related getter and setter can be used for e.g. IPv4 packets forwarding in future, which would be impossible looking at `NET_ROUTE` dependencies. Signed-off-by: Marcin Gasiorek <marcin.gasiorek@nordicsemi.no>