Skip to content

build.func VLANΒ #922

@DrOwl

Description

@DrOwl

βœ… Have you read and understood the above guidelines?

yes

πŸ“œ What is the name of the script you are using, or where do you have Problems?

build.func

πŸ“ Provide a clear and concise description of the issue.

Hello,
I am running the dev version of Frigate install on a Proxmox 9 server.
I use VLAN's to am running the advanced installer
There appears to be a bug when creating the net_string

NET_STRING+="${VLAN:+,tag=$VLAN}"

In my case this creates a string with ",tag=,tag=100" as "$VLAN" already contains ",tag=X"

I tested with a local mod to build.func and install succeeded

NET_STRING+="${VLAN:+$VLAN}"

πŸ”„ Steps to reproduce the issue.

Install a CT using advanced option choosing to set a vlan.

❌ Paste the full error output (if available).

+ pct create 202 local:vztmpl/debian-12-standard_12.12-1_amd64.tar.zst -features nesting=1 -hostname frigate -tags nvr -net0 name=eth0,bridge=vmbr1,ip=dhcp,tag=,tag=100,ip6=auto -onboot 1 -cores 4 -memory 4096 -unprivileged 0 -rootfs disks:20

πŸ–ΌοΈ Additional context (optional).

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions