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

routing-policy: add 'iif' key to routing-policy entry #543

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

aldobrrrr
Copy link

@aldobrrrr aldobrrrr commented Feb 20, 2025

Description

It's now possible to specify the incoming interface for a routing policy entry.

Example:

  network:
    version: 2
    ethernets:
      if0: {}
      eth0:
        dhcp4: true
        routing-policy:
          - table: 101
            iif: if0

Checklist

  • Runs make check successfully.
  • Retains code coverage (make check-coverage).
  • New/changed keys in YAML format are documented.
  • (Optional) Adds example YAML for new feature.
  • (Optional) Closes an open bug in Launchpad.

@aldobrrrr aldobrrrr force-pushed the add-iif-parameter-to-routing-policy branch 2 times, most recently from 6236820 to 67439d7 Compare February 21, 2025 00:39
It's now possible to specify the incoming interface for a routing
policy entry.

Example:

  network:
    version: 2
    ethernets:
      if0: {}
      eth0:
        dhcp4: true
        routing-policy:
          - table: 101
            iif: if0

Signed-off-by: Emanuele Altomare <emanuele@common-net.org>
@aldobrrrr aldobrrrr force-pushed the add-iif-parameter-to-routing-policy branch from 67439d7 to 36b80ce Compare February 21, 2025 15:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant