Skip to content

EmanonUser/systemd-networkd-duid

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

systemd-networkd-duid

This is a python script to calculate all the different type of DUID systemd-networkd may use
--> DUID_LLT | DUID_EN | DUID_LL | DUID_UUID
DUID_EN is the default used by systemd-network, see man networkd.conf

Usage:

  • Install python requirements | pip install -r requirements.txt
  • Add your own interface mac address in the script line 7, needed for DUID_LLT & DUID_LL
  • run python3 systemd_duid.py

About

This is a python script to calculate all the different type of DUID systemd-networkd may use

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages