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

nm.wired: add support to accept-all-mac-addresses #1578

Merged
merged 1 commit into from May 9, 2021

Commits on May 9, 2021

  1. nm.wired: add support to accept-all-mac-addresses

    This patch is introducing the `accept-all-mac-addresses` interface
    property in Nmstate. The new property is a boolean, when True the NIC
    will accept all packets.
    
    It is supported only with NetworkManager 1.31 or greater.
    
    Example:
    
    ```
    ---
    interfaces:
    - name: eth1
      type: ethernet
      state: up
      accept-all-mac-addresses: true
    ```
    
    Signed-off-by: Fernando Fernandez Mancera <ffmancera@riseup.net>
    ffmancera committed May 9, 2021
    Copy the full SHA
    05b0fd7 View commit details
    Browse the repository at this point in the history