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

lib/route: extend bridge flags #403

Closed
wants to merge 1 commit into from

Conversation

ronand-atl
Copy link
Contributor

This pull request adds support for a bunch of currently missing bridge flags (IFLA_BRPORT_*).

Support for the following flags was added:

  • IFLA_BRPORT_PROXYARP
  • IFLA_BRPORT_PROXYARP_WIFI
  • IFLA_BRPORT_MCAST_FLOOD
  • IFLA_BRPORT_MCAST_TO_UCAST
  • IFLA_BRPORT_VLAN_TUNNEL
  • IFLA_BRPORT_BCAST_FLOOD
  • IFLA_BRPORT_NEIGH_SUPPRESS
  • IFLA_BRPORT_ISOLATED
  • IFLA_BRPORT_LOCKED
  • IFLA_BRPORT_MAB
  • IFLA_BRPORT_NEIGH_VLAN_SUPPRESS

The following flags weren't added but could be:

  • IFLA_BRPORT_MRP_RING_OPEN
  • IFLA_BRPORT_MRP_IN_OPEN

iproute doesn't seem to support these and I'm not sure how useful they are so I left them out for now.

Add support for the following bridge flags:

IFLA_BRPORT_PROXYARP
IFLA_BRPORT_PROXYARP_WIFI
IFLA_BRPORT_MCAST_FLOOD
IFLA_BRPORT_MCAST_TO_UCAST
IFLA_BRPORT_VLAN_TUNNEL
IFLA_BRPORT_BCAST_FLOOD
IFLA_BRPORT_NEIGH_SUPPRESS
IFLA_BRPORT_ISOLATED
IFLA_BRPORT_LOCKED
IFLA_BRPORT_MAB
IFLA_BRPORT_NEIGH_VLAN_SUPPRESS
thom311 pushed a commit that referenced this pull request Sep 12, 2024
Add support for the following bridge flags:

IFLA_BRPORT_PROXYARP
IFLA_BRPORT_PROXYARP_WIFI
IFLA_BRPORT_MCAST_FLOOD
IFLA_BRPORT_MCAST_TO_UCAST
IFLA_BRPORT_VLAN_TUNNEL
IFLA_BRPORT_BCAST_FLOOD
IFLA_BRPORT_NEIGH_SUPPRESS
IFLA_BRPORT_ISOLATED
IFLA_BRPORT_LOCKED
IFLA_BRPORT_MAB
IFLA_BRPORT_NEIGH_VLAN_SUPPRESS

#403
@thom311
Copy link
Owner

thom311 commented Sep 12, 2024

merged as afafe78.

Thank you for the patch!

@thom311 thom311 closed this Sep 12, 2024
@ronand-atl ronand-atl deleted the extend-bridge-flags branch September 12, 2024 23:33
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.

2 participants