Skip to content

ossih/lis-cain

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

lis-cain

tftpy

lis-cain requires custom tftpy which you can clone from https://github.com/atonkyra/tftpy.git

isc-dhcp-server

    on commit {
        set clip = binary-to-ascii(10, 8, ".", leased-address);
        set swmac = pick-first-value(binary-to-ascii(16, 8,":",suffix(option agent.remote-id, 6)), "");
        set swport = pick-first-value(binary-to-ascii (10, 8, "/", suffix(option agent.circuit-id, 2)), "");
        execute("/opt/lis-cain/dhcp-hook.py", clip, swmac, swport);
    }

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%