diff options
| author | Donald Sharp <sharpd@nvidia.com> | 2020-09-20 20:21:41 -0400 |
|---|---|---|
| committer | Donald Sharp <sharpd@nvidia.com> | 2020-09-20 20:53:27 -0400 |
| commit | 8c36640b7cd2b880201ee8510155719d3145d457 (patch) | |
| tree | 06ef187496d42173eb7865aa1f2ad223477947b6 /tests/lib/test_idalloc.py | |
| parent | 1f79037b72f0ec93153f9505a11bce9812429993 (diff) | |
zebra: Allow FreeBSD to set and delete addresses from an interface
This series of events:
$ sudo ifconfig lo0 add 4.4.4.4/32
$ sudo ifconfig lo0 inet 4.4.4.4/32 delete
would end up leaving the 4.4.4.4/32 address on the interface under
freebsd.
This all boils down to the fact that the interface is not
considered connected yet we have a destination. If the
destination is the same and we are not connected ignore
it on freebsd.
I am sure there are other fun scenarios that someone
will have to squirrel out.
Signed-off-by: Donald Sharp <sharpd@nvidia.com>
Diffstat (limited to 'tests/lib/test_idalloc.py')
0 files changed, 0 insertions, 0 deletions
