Difference between revisions of "OpenLI"

From neil.tappsville.com
Jump to navigationJump to search
m
m
Line 2: Line 2:
 
== LI Information ==
 
== LI Information ==
  
https://youtu.be/pRXdv-CaVjA?t=3710 LI how it works and Handover Interfaces
+
* https://youtu.be/pRXdv-CaVjA?t=3710 LI how it works and Handover Interfaces
https://youtu.be/7p1SH8-6KtI?t=3524 NZ LI Legislation
+
* https://youtu.be/7p1SH8-6KtI?t=3524 NZ LI Legislation
  
 
[[Open LI Compiling]]
 
[[Open LI Compiling]]

Revision as of 23:02, 19 February 2020

LI Information

Open LI Compiling

Wireshark

https://wiki.wireshark.org/jmirror

OpenLI Intercept Management

OpenLI Test Cases

OpenLI Testing Tools

https://github.com/wanduow/openli https://github.com/LibtraceTeam/libtrace https://github.com/wanduow/libwandder

Interfaces

Disabling NIC offloading for capturing interfaces that are not encapsulated in a vendors wrapper/header to prevent desegmentation/defragmentation

/etc/sysconfig/network-scripts/ifcfg-<INTERFACE>
ETHTOOL_OPTS="-K <INTERFACE> gso off gro off tso off"

Enable without restarting ethtool -K <INTERFACE> gso off gro off tso off