Skip to content
This repository has been archived by the owner on Sep 24, 2024. It is now read-only.

Commit

Permalink
minor
Browse files Browse the repository at this point in the history
  • Loading branch information
qizzz committed Dec 21, 2023
1 parent 9db62bd commit 8f269c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DPDPU/Scripts/HostAddArpLinux.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash

# Check the number of arguments
if [ "$#" -ne 3 ]; then
if [ "$#" -ne 2 ]; then
echo "Usage: $0 [DPU IP address] [SF representor's MAC]"
exit 1
fi
Expand Down

0 comments on commit 8f269c7

Please sign in to comment.