| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
parameter to nl_cache_resync
Here are a few things I fixed and that provoked a python error.
I canno't answer to this thread but one solution I found while using
the python binding is to iterate over all and filter via python
http://list-archives.org/2013/09/09/libnl-lists-infradead-org/missing-feature-for-retrieving-cached-
address-objects/f/5031600704
Example:
cache = nlrta.AddressCache()
cache.resync()
for i in cache:
print ("item", i ) # then you can filter here
Signed-off-by: Thomas Graf <tgraf@suug.ch>
|
| |
|
| |
|
|
|
|
| |
Nothing algorithmic changed really, just cosmetics
|
|
|
|
| |
Now, python files use pseudo-tab equal 4 spaces
|
|
|
|
|
|
| |
1. unused "import struct" removed
2. AddressFamily.__len__ is defined, but why in so way? removed.
3. comparison against instancemethod type fixed
|
| |
|
|
|
|
| |
Make git happy with that
|
|
|
|
| |
Helps greatly when porting to Python 3
|
| |
|
|
|
|
| |
Changes too numerous to describe them
|
|
currently includes experimental support for links, addresses
and some traffic control
|