Skip to content

Commit

Permalink
[BFN] Fix MTU for internal interface (#6783)
Browse files Browse the repository at this point in the history
Set correct MTU size of internal interface for Newport platform
  • Loading branch information
msosyak authored Feb 22, 2021
1 parent c8ed367 commit 7ec4d15
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# eth cpu port
auto eth2
iface eth2 inet
up ifconfig eth2 promisc mtu 9000
up ifconfig eth2 promisc mtu 9216

0 comments on commit 7ec4d15

Please sign in to comment.