-
Is it possible to set OPTIONS from [iproute](https://man7.org/linux/man-pages/man8/ip-route.8.html) command like QUICKACK to all routes in the pod ?
```
---
interfaces:
- name: eth1
typ…
-
In the Stackage Nightly build:
```
./Data/IP/RouteTable/Internal.hs:102: failure in expression `(empty :: IPRTable IPv4 ()) == fromList []' [94/192286]
expected: True
bu…
-
Tried downloading the package 'wondershaper', which depends on the package 'iproute'. When I tried to edit the PKGBUILD, vim's buffer was empty. Looking through, I checked `/tmp/clyde/iproute/iproute.…
-
bestroutetb --route.vpn=us -p iproute -o route_us.sh
ubuntu下测试,到100%之后就不动了,没有任何错误提示,文件也没有生成。
james@james-VirtualBox:~/projects/bestroutetb$ bestroutetb --route.vpn=us -p iproute -o route_us.sh
pr…
-
Hello
In the docs, the process of using vlan filters is described as part of IPRoute:
https://docs.pyroute2.org/iproute.html#pyroute2.iproute.linux.RTNL_API.vlan_filter
Can NDB be used to confi…
-
Suppose you use the example given in the docs about registering a callback,
...
> from pyroute2 import IPRoute
> from pyroute2.netlink.rtnl import RTMGRP_LINK
> …
hcoin updated
3 years ago
-
INSTALL net packages? [Y/n] y
[root@10.8.1.22] out: bash: sudo: command not found
[root@10.8.1.22] out:
Fatal error: sudo() received nonzero return code 127 while executing!
Requested: apt-get inst…
-
My code calls `IPRoute.get_addr(family=socket.AF_INET, label='eth0')` fairly frequently. After a bit, it starts doing this:
```
Traceback (most recent call last):
File "InterfaceUtils.py", lin…
-
While building iproute on i686 and armv7 Linux with ghc-7.10.3 I noted some warnings:
```
Preprocessing library iproute-1.7.0...
[1 of 8] Compiling Data.IP.Addr ( Data/IP/Addr.hs, dist/build/Data…
-
Hello,
I'm currently not sure of what really happens, but after a pyroute2 upgrade I got a regression on neighbours dump:
```python
ipr = IPRoute(strict_check=True, ext_ack=True)
ipr.neigh("du…