Skip to content

Commit

Permalink
Merge pull request #4752 from canonical/KU-1884/inspect-ip-route-fix
Browse files Browse the repository at this point in the history
Inspect ip route fix
  • Loading branch information
addyess authored Nov 22, 2024
2 parents 32910f0 + 804573c commit cb00e90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/inspect.sh
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ function store_network {
printf -- ' Copy network configuration to the final report tarball\n'
mkdir -p $INSPECT_DUMP/network
ip addr &> $INSPECT_DUMP/network/ip-addr
ip route &> $INSPECT_DUMP/network/ip-addr
ip route &> $INSPECT_DUMP/network/ip-route
iptables -t nat -L -n -v &> $INSPECT_DUMP/network/iptables
iptables -S &> $INSPECT_DUMP/network/iptables-S
iptables -L &> $INSPECT_DUMP/network/iptables-L
Expand Down

0 comments on commit cb00e90

Please sign in to comment.