kbandla / libdnet

Automatically exported from code.google.com/p/libdnet
Other
1 stars 0 forks source link

alias addresses don't have a netmask #3

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. check an interfaces alias addresses

What is the expected output? What do you see instead?
expected:
192.168.0.5/24

actual:
192.168.0.5

What version of the product are you using? On what operating system?
0.12 on Ubuntu 8.10

Please provide any additional information below.
This is checked from python, so could be a python only issue.

Original issue reported on code.google.com by damien.c...@ukplc.net on 12 Jan 2009 at 7:55

GoogleCodeExporter commented 9 years ago
The same occurs on OpenBSD 4.4 using libdnet 0.10

Original comment by dam...@gmail.com on 12 Jan 2009 at 8:00

GoogleCodeExporter commented 9 years ago
It also doesn't set netmasks correctly for alias addresses that are in the same
network as the interfaces main address.

Original comment by dam...@gmail.com on 12 Jan 2009 at 9:40