Some ifupdown/bridge-utils parameters have no netplan equivalent
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
netplan |
New
|
Undecided
|
Unassigned |
Bug Description
Comparing the `bridge-utils` parameters to the Netplan documentation, I found that the following parameters have no equivalent in `netplan`:
bridge_gcint
bridge_hw*
bridge_maxwait
bridge_portprio
bridge_ports**
bridge_waitport
*: This is the bridge MAC, which may be handled in a different bug.
**: This one is handled separately already.
I've pasted the full mapping below (FYI):
# The keys in this dictionary match what is understood by ifupdown, via the
# `bridge-utils` package. The values represent their netplan equivalents.
#
# Last updated:
# bridge-
# netplan git: e41215b (See doc/netplan.md)
bridgeutils_
"bridge_
"bridge_
"bridge_fd": "forward-delay",
"bridge_hello": "hello-time",
"bridge_
"bridge_
"bridge_stp": "stp",
# The following parameters are not documented or defined in Netplan:
"brdige_
"bridge_gcint": None, # Bridge garbage collection interval.
"bridge_hw": None, # Bridge hardware address.
"bridge_ports": None, # Bridge ports. (handled elsewhere)
"bridge_
"bridge_
}
On Thu, Mar 9, 2017 at 10:18 AM, Mike Pontillo <email address hidden>
wrote:
> Public bug reported:
>
> Comparing the `bridge-utils` parameters to the Netplan documentation, I
> found that the following parameters have no equivalent in `netplan`:
>
> bridge_gcint
>
This is a kernel limitation; it's not settable since 2.6 ish kernels; it's
droppable
> bridge_hw*
> bridge_maxwait
>
This is an ifupdown parameter; not clear this is needed for network- manager
networkd/
> bridge_portprio
>
This is settable in netplan
> bridge_ports**
> bridge_waitport
>
waitport is an ifupdown parameter, not clear this is needed in network- manager
networkd/
> *: This is the bridge MAC, which may be handled in a different bug. utils_1. 5-9ubuntu1 (man 5 bridge- utils-interface s) to_netplan_ bridge_ params = { bridgeprio" : "priority", /bugs.launchpad .net/bugs/ 1671544 bridge- utils parameters have no netplan equivalent /bugs.launchpad .net/netplan/ +bug/1671544/ +subscriptions
> **: This one is handled separately already.
>
> I've pasted the full mapping below (FYI):
>
> # The keys in this dictionary match what is understood by ifupdown, via the
> # `bridge-utils` package. The values represent their netplan equivalents.
> #
> # Last updated:
> # bridge-
> # netplan git: e41215b (See doc/netplan.md)
> bridgeutils_
> "bridge_ageing": "ageing-time",
> "bridge_
> "bridge_fd": "forward-delay",
> "bridge_hello": "hello-time",
> "bridge_maxage": "max-age",
> "bridge_pathcost": "path-cost",
> "bridge_stp": "stp",
> # The following parameters are not documented or defined in Netplan:
> "brdige_maxwait": None, # Maximum time to wait for the bridge to be
> ready.
> "bridge_gcint": None, # Bridge garbage collection interval.
> "bridge_hw": None, # Bridge hardware address.
> "bridge_ports": None, # Bridge ports. (handled elsewhere)
> "bridge_portprio": None, # Bridge port priority.
> "bridge_waitport": None, # If specified, will wait for the bridge.
> }
>
> ** Affects: netplan
> Importance: Undecided
> Status: New
>
> --
> You received this bug notification because you are subscribed to
> netplan.
> Matching subscriptions: netplan
> https:/
>
> Title:
> Some ifupdown/
>
> To manage notifications about this bug go to:
> https:/
>