Skip to content

Commit

Permalink
Merge pull request #1259 from jasonlyc/bug_fix
Browse files Browse the repository at this point in the history
enable rx-udp-gro-forwarding on pppoe interface
  • Loading branch information
MelvinTo authored May 15, 2024
2 parents c06cf58 + 7d7fc0f commit eea7b9d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/firerouter_ppp_ip_up
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,6 @@ fi

# adjust receive packet steering on pppoe interface
sudo bash -c "echo ${RPS_CPUS} > /sys/class/net/${INTF}/queues/rx-0/rps_cpus" || true
sudo ethtool -K ${INTF} rx-udp-gro-forwarding on || true

redis-cli -n 1 publish "pppoe.ip_change" "$INTF"

0 comments on commit eea7b9d

Please sign in to comment.