Skip to content
This repository was archived by the owner on Apr 16, 2021. It is now read-only.

sosetup-network: replace ifconfig with iproute2's ip tool #436

Closed
GoogleCodeExporter opened this issue Mar 24, 2015 · 6 comments
Closed

Comments

@GoogleCodeExporter
Copy link

Small patch attached.

1.) Patch enables the BPF JIT compiler via sysctl. 
BPF JIT offers around approximately 50ns speedup for BPF image executions per 
packet. [1][2]

[1] https://lwn.net/Articles/437981/
[2] http://carnivore.it/2011/12/28/bpf_performance

2.) Patch also standardizes on one interface configuration tool. A combination 
of ifconfig(1) and ip(1) were used.
My patch for sosetup-network removes the deprecated ifconfig(1) in favor of 
iproute2's  newer and better suited ip(1) tool. [1]

[1] http://www.linuxfoundation.org/collaborate/workgroups/networking/iproute2

Thanks
Jon

Original issue reported on code.google.com by jonsch...@gmail.com on 10 Dec 2013 at 1:42

Attachments:

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant