]> git.ipfire.org Git - thirdparty/bird.git/commit
Python CLI Package: Protocol scaffolding for Kernel, Device, Direct, Babel and RAdv
authorMaria Matejka <mq@ucw.cz>
Sat, 20 May 2023 09:51:40 +0000 (11:51 +0200)
committerMaria Matejka <mq@ucw.cz>
Tue, 23 May 2023 11:44:48 +0000 (13:44 +0200)
commit04f96b6705bfc033eb62819de5c72947826399de
tree0c2c9d0434a36c65d7911e5e886de573243c482c
parent7dcfad40856a7141f01e784a1c5ebaeb4e758069
Python CLI Package: Protocol scaffolding for Kernel, Device, Direct, Babel and RAdv

This choice comes from my own local setup where I use exactly these protocols.
Other protocols will be added later.
python/BIRD/Basic.py
python/BIRD/Protocol/Babel.py [new file with mode: 0644]
python/BIRD/Protocol/Device.py [new file with mode: 0644]
python/BIRD/Protocol/Kernel.py [new file with mode: 0644]
python/BIRD/Protocol/RAdv.py [new file with mode: 0644]
python/BIRD/Protocol/__init__.py [new file with mode: 0644]
python/BIRD/__init__.py
python/test.py