Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Incomplete routing information ? #11

Closed
Garamotte opened this issue Dec 29, 2023 · 1 comment
Closed

Incomplete routing information ? #11

Garamotte opened this issue Dec 29, 2023 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@Garamotte
Copy link

Hello,

On Linux, your script only collects the main routing table:

LinuxCatScale/Cat-Scale.sh

Lines 293 to 294 in 76302aa

if ip route &>/dev/null; then
ip route > $OUTROOT/$OUTDIR/Process_and_Network/$OUTFILE-routetable.txt

I would suggest to call ip rule and ip --details route show table all instead of only ip route to get more information.

@56616c6f72
Copy link
Collaborator

Nice thanks for the tip. I updated it to ip --details route show table all

I didn't add ip rule as it seem the output of ip --details route show table all covers the information provided there.

@56616c6f72 56616c6f72 self-assigned this Dec 29, 2023
@56616c6f72 56616c6f72 added the enhancement New feature or request label Dec 29, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants