Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[WIP] filtergw: add interface option #127

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

PolynomialDivision
Copy link
Collaborator

@PolynomialDivision PolynomialDivision commented Jun 13, 2023

This commit enables it to filter only on specific interfaces.

Example-config to block every gateway-announcement only on wlan:

config LoadPlugin
        option library 'olsrd_filtergw'
        list interface 'wlan5'
        option allowlist '1'

This commit enables it to filter only on specific interfaces.

Example-config to block every gateway-announcement only on wlan:

config LoadPlugin
        option library 'olsrd_filtergw'
        list interface 'wlan5'
        option allowlist '1'
@mathiashro
Copy link
Contributor

Hi @PolynomialDivision , anything you like to add here? The proposed changes looks pretty straight forward for me and looks ready for merge. Just some documentation update would be very helpful.

Do you have a chance to finalize this PR (as it's in Draft mode until now)?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants