Skip to content

Commit c83b63e

Browse files
committed
Update base MTU size
Jira-ID: SECO-9738 - Base MTU size changed from 1500 to 1372 - Default hostname changed from nixo to buildroot Signed-off-by: Saku Auvinen <[email protected]>
1 parent 729ab68 commit c83b63e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

modules/sc-mesh-secure-deployment/src/nats/cbma/scripts/mess/constants.rc

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@ export MACSEC_OVERHEAD=16
44
# needs more testing, an overhead of 32 might even occur if batman-adv uses 4 address mode
55
export BATMAN_OVERHEAD=48
66

7-
export HOPEFULLY1500=1500
7+
export HOPEFULLY1500=1372
88
export SCN='/sys/class/net'

modules/sc-mesh-secure-deployment/src/nats/conf/default_ms_config.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
###########################
44

55
# hostname of the device
6-
hostname: nixos
6+
hostname: buildroot
77

88
# All the interfaces are black by default.
99
# Excluded interfaces or interfaces without macsec certificates are not added to lower CBMA.

modules/sc-mesh-secure-deployment/src/nats/src/constants.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,6 @@ class Constants(Enum):
9292
FAIL_POLLING_TIME_SECONDS: int = 1
9393

9494
# MTU sizes
95-
BASE_MTU_SIZE: int = 1500
95+
BASE_MTU_SIZE: int = 1372
9696
MACSEC_OVERHEAD: int = 16
9797
BATMAN_OVERHEAD: int = 48

0 commit comments

Comments
 (0)