Skip to content
Snippets Groups Projects
Commit d42640e3 authored by Rafał Miłecki's avatar Rafał Miłecki
Browse files

base-files: use "ports" array in board.json network for bridges


Bridge aggregates multiple ports so use a more accurate name ("ports")
and format (array) for storing them in board.json.

Example:

"network": {
	"lan": {
		"ports": [
			"lan1",
			"lan2",
			"lan3",
			"lan4"
		],
		"protocol": "static"
	},
	"wan": {
		"ifname": "wan",
		"protocol": "dhcp"
	}
}

Signed-off-by: default avatarRafał Miłecki <rafal@milecki.pl>
parent 097dc943
Branches
Tags
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment