Skip to content

Commit

Permalink
[curl] Added --interface argument to improve IPv6 support
Browse files Browse the repository at this point in the history
  • Loading branch information
klukonin authored and Кирилл Луконин committed Apr 5, 2017
1 parent 47701f4 commit e5ffac2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openwisp-config/files/openwisp.agent
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ STATUS_REPORT="$WORKING_DIR/status_report"
APPLYING_CONF="$WORKING_DIR/applying_conf"
REGISTRATION_URL="$URL/controller/register/"
UNMANAGED_DIR="$WORKING_DIR/unmanaged"
FETCH_COMMAND="curl -s --connect-timeout $CONNECT_TIMEOUT --max-time $MAX_TIME"
FETCH_COMMAND="curl -s --connect-timeout $CONNECT_TIMEOUT --max-time $MAX_TIME --interface $MAC_INTERFACE"
mkdir -p $WORKING_DIR
mkdir -p $UNMANAGED_DIR

Expand Down

0 comments on commit e5ffac2

Please sign in to comment.