0
0
mirror of https://gitlab.nic.cz/labs/bird.git synced 2024-12-23 18:21:54 +00:00
bird/python/BIRD/Protocol/RAdv.py

7 lines
136 B
Python
Raw Normal View History

from BIRD.Protocol import Protocol, ProtocolList
class RAdvProtocol(Protocol):
match = "RAdv"
ProtocolList.register(RAdvProtocol)