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

CP-51767: Remove net-tools #126

Merged
merged 1 commit into from
Dec 9, 2024
Merged

Conversation

liulinC
Copy link
Contributor

@liulinC liulinC commented Dec 6, 2024

net-tools are legacy, this commit replace it with new ip/ss command as follows:

  • ifconfig -a -> ip -s addr
  • route -n -> ip route
  • arp -n -> ip neighbour
  • netstat -anop -> ip -anop
  • netstat -s -> ss -s + /proc/net/netstat
  • netstat -gn -> ip maddr

net-tools are legacy, this commit replace it with new ip/ss command
as follows:
* ifconfig -a -> ip -s addr
* route -n -> ip route
* arp -n -> ip neighbour
* netstat -anop -> ip -anop
* netstat -s -> ss -s + /proc/net/netstat
* netstat -gn -> ip maddr

Signed-off-by: Lin Liu <[email protected]>
@coveralls
Copy link

Coverage Status

coverage: 93.135%. remained the same
when pulling 1969974 on liulinC:private/linl/dev
into 39645d6 on xenserver:master.

@liulinC
Copy link
Contributor Author

liulinC commented Dec 6, 2024

ring3 bst looks good 209017 (Dev Run)

The logs in the status report looks good too.
image

image image

@liulinC liulinC merged commit 1ee5baa into xenserver:master Dec 9, 2024
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants