-
Hello,
I have a question and would like to know if you could clarify. I'm trying to set a mark(setsockopt) to use with iproute2, so where the socket is being opened with the real destination serve…
-
Could it be possible to add support for scope and src parameters in the route definitions?
An example of route with these parameters in a .nmconnection file:
```
route3_options=scope=253,src=192.…
jjbc updated
2 months ago
-
tmt version: 1.35.0
Given a main.fmf:
```
test: TEST_ITEMS=${TMT_TEST_NAME##*/} bash ./runtest.sh
tag: foobar
/test_keep_iproute_routes:
tag+:
- customer
- unmanaged
```
Ru…
-
Хочется часть сетей/ip и доменов автоматически пускать через VPN
Причем с раздельными настройками какие домены/сети через какие интерфейсы и включать ли дурение
Как это можно реализовать?
Без уст…
-
When adding fwmark rules using this extension, rules seem to have the same value upon listing. However, when rules are listed with the built-in iproute2 binary, they display the correct values. Curren…
-
Hello,
get_neighbours is defined by a very simple function:
```
return self.neigh('dump', family=family, match=match or kwarg)
```
So, kwarg are never given to neigh() method. This has a bi…
-
We've been looking into the performance of this code:
```
import pyroute2
import cProfile
ipr = pyroute2.IPRoute()
cProfile.run("ipr.get_addr(ifindex=29)")
```
Substitute the ifindex for an…
-
When excuting the command `mininet/utils/install.sh`, it occurs that `E: Package 'iproute' has no installation candidate`.
> Enviroment:
* Ubuntu 18.04LTS
* mininet 2.2.2
-
Citing from https://hydra.nixos.org/build/85819909:
~~~
Running 2 test suites...
Test suite doctest: RUNNING...
./Data/IP/Op.hs:61: failure in expression `makeAddrRange ("2001:DB8::1" :: IPv6) 1…
-
When setting a route with IPRoute, I am unable to set the source address for that specific route using pyroute2 0.5.12 (installed with pip3).
This is a test case where the source IP should be set f…