Skip to content

Commit

Permalink
fix ip route version from debian
Browse files Browse the repository at this point in the history
  • Loading branch information
Stefan Werfling committed Apr 20, 2023
1 parent 3adc40c commit f20e348
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion himhip/src/inc/IpRoute.ts
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ export class IpRoute {
network: parts[0],
gateway: parts[2],
interface: parts[4],
hostip: parts[7]
hostip: parts[6]
};
}
}
Expand Down

0 comments on commit f20e348

Please sign in to comment.