Support "mld-version" and "multicast-querier" on bridge interfaces (#315)

Signed-off-by: Michael Hanselmann <public@hansmi.ch>
This commit is contained in:
hansmi 2024-09-09 22:57:41 +02:00 committed by GitHub
parent 89b34bdd79
commit 1942b3ddbb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 5 additions and 1 deletions

View file

@ -274,11 +274,13 @@ PATHS = {
'disabled': KeyInfo(default=False),
'ether-type': KeyInfo(default='0x8100'),
'fast-forward': KeyInfo(default=True),
'frame-types': KeyInfo(default='admit-all'),
'forward-delay': KeyInfo(default='15s'),
'frame-types': KeyInfo(default='admit-all'),
'igmp-snooping': KeyInfo(default=False),
'max-message-age': KeyInfo(default='20s'),
'mld-version': KeyInfo(default=1),
'mtu': KeyInfo(default='auto'),
'multicast-querier': KeyInfo(default=False),
'name': KeyInfo(),
'priority': KeyInfo(default='0x8000'),
'protocol-mode': KeyInfo(default='rstp'),