Actually there are 2 formats serial accepted :
- YYYYMMDD (8 digits)
- YYYYMMDDNN (10 digits)
Actually there are 2 formats serial accepted :
Added verification of SOA serial format
Moved DNS validation scripts to _tests/roles/python/dns/ for better organization.
@dereckson I tried applying these units for role devserver:
The error occured is :
ysul.nasqueron.org# show ip ospf neighbor
ysul.nasqueron.org# show ip ospf neighbor
Activated OSPF in interface gre2 so then Ysul can get the route to 172.27.27.0/27.
Little change of Header
Use an absolute shebang (/usr/local/bin/python3) because devd runs with a limited environment and does not include /usr/local/bin in its PATH.
This is an exception to the usual #!/usr/bin/env python3 pattern, which cannot work in this context.
Unit tests