Skip to content

Commit

Permalink
chore(talos): remove redundant mtu
Browse files Browse the repository at this point in the history
  • Loading branch information
buroa committed Dec 5, 2024
1 parent 458e697 commit 1ad1e96
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions talos/talconfig.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ nodes:
- hardwareAddr: 58:47:ca:77:c5:*
driver: i40e
dhcp: false
mtu: 9000
vlans:
- vlanId: 10
dhcp: false
Expand All @@ -58,10 +57,8 @@ nodes:
ip: 192.168.10.200
- vlanId: 20
dhcp: false
mtu: 1500
- vlanId: 30
dhcp: false
mtu: 1500
- deviceSelector:
busPath: 1-1.0 # m1
dhcp: false
Expand Down Expand Up @@ -101,7 +98,6 @@ nodes:
- hardwareAddr: 58:47:ca:77:ce:*
driver: i40e
dhcp: false
mtu: 9000
vlans:
- vlanId: 10
dhcp: false
Expand All @@ -115,10 +111,8 @@ nodes:
ip: 192.168.10.200
- vlanId: 20
dhcp: false
mtu: 1500
- vlanId: 30
dhcp: false
mtu: 1500
- deviceSelector:
busPath: 0-1.0 # m0
dhcp: false
Expand Down Expand Up @@ -158,7 +152,6 @@ nodes:
- hardwareAddr: 58:47:ca:77:c6:*
driver: i40e
dhcp: false
mtu: 9000
vlans:
- vlanId: 10
dhcp: false
Expand All @@ -172,10 +165,8 @@ nodes:
ip: 192.168.10.200
- vlanId: 20
dhcp: false
mtu: 1500
- vlanId: 30
dhcp: false
mtu: 1500
- deviceSelector:
busPath: 0-1.0 # m0
dhcp: false
Expand Down

0 comments on commit 1ad1e96

Please sign in to comment.