-
mininet seems to be heavily geared towards IPv4: no address abstraction, mostly hard-coded address parsing and generation, usage of the deprecated tools `ifconfig` and `route`...
The result is that i…
zorun updated
8 years ago
-
I want to respond to IP address and route changes in asyncio application. As pyroute2 uses blocking code, I run the monitor function in executor thread. When the application is closing, I use a thread…
-
https://github.com/CentOS/sig-cloud-instance-images/issues/28
`RUN yum -y install initscripts && yum clean all`
무언가 초기화하는 스크립트 인 것 같은데 내용은 자세히 모르겠다.
Dockerfile 에 명시하곤 한다.
-
After adding RPM Fusion
```
# dnf update @core
```
has no effect.
```
# dnf4 group info core
Group: Core
Description: Smallest possible installation
Mandatory Packages:
audit
base…
-
I just setup 3.1.6 with the following config:
```
DEVICE=eth1
INPUT_SPEED="$((300 * 90 / 100))mbit"
OUTPUT_SPEED="$((23 * 97 / 100))mbit"
LINKTYPE="ethernet"
server_vpn_ports="any/1194:1198,4…
-
Hi,
If I understand correctly, the only way to make pyroute2 behave with asyncio for now is to run ipdb in an [executor](https://docs.python.org/3/library/asyncio-eventloop.html?highlight=run_in_ex…
-
With what do I replace `pyroute2.arp` ? I have a module that contains, amongst other stuff,
```
import pyroute2
import pyroute2.arp
...
self.ip = pyroute2.IPRoute()
...
for ifl …
-
I get the following error when the automated build runs:
```
Cleanup : iproute-3.10.0-54.el7.x86_64 22/22[91m
Rpmdb checksum is invalid: dCDPT(pkg checksums): lib…
-
We have routers with thousands of routes populated by OSPF. Using get_default_routes takes about one second of 100% load of one CPU core, because get_default_routes iterates through all routes to find…
-
# Context
Some very outdated service but yet critical is required to be upgraded in a corporate environment. Critical service operates on a RHEL. A proof of concept (PoC) on an upgrade procedure is…