Skip to content
Snippets Groups Projects
Commit 25062381 authored by skorpy's avatar skorpy :construction_worker:
Browse files

update mac syntax

parent 4a3aa4db
No related branches found
No related tags found
No related merge requests found
Pipeline #21706 passed
......@@ -2,8 +2,8 @@ import logging
# compose mac for interfaces
def clientbr_mac(domain_id, host_id):
return ":".join(['DA', 'FF', str(domain_id).zfill(2), '00', str(host_id), '04'])
return ":".join(['FA', 'FF', str(domain_id).zfill(2), '00', str(host_id), '04'])
def batadv_mac(domain_id, host_id):
return ":".join(['DA', 'FF', str(domain_id).zfill(2), '00', str(host_id), '02'])
return ":".join(['FA', 'FF', str(domain_id).zfill(2), '00', str(host_id), '02'])
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment