History log of /openbsd/regress/sbin/slaacd/Slaacctl.py (Results 1 – 5 of 5)
Revision Date Author Comments
# 011f2ee5 25-Dec-2024 sthen <sthen@openbsd.org>

Use raw string notation for re_match to avoid invalid escape sequence
syntax warnings shown with Python 3.12 (this is expected to eventually
become an error).

https://docs.python.org/3/howto/regex.h

Use raw string notation for re_match to avoid invalid escape sequence
syntax warnings shown with Python 3.12 (this is expected to eventually
become an error).

https://docs.python.org/3/howto/regex.html#the-backslash-plague

show more ...


# 7dafc3aa 14-Apr-2021 bluhm <bluhm@openbsd.org>

Rename privacy to temporary in slaacd regress, then it passes.
OK florian@


# a6e9806d 25-Dec-2020 bluhm <bluhm@openbsd.org>

Switch to scapy with python 3.


# 88680e65 27-Dec-2019 florian <florian@openbsd.org>

slaacctl output changed with the addition of rDNS proposals.
Failing regress tests noticed by bluhm.


# 4ec66dcb 11-Oct-2017 florian <florian@openbsd.org>

Generate a router advertisement with scapy and check that slaacd
receives it by parsing slacctl show interface.
This is a first stab, more things should be checked.