Skip to content

Commit

Permalink
Merged by Jenkins
Browse files Browse the repository at this point in the history
  • Loading branch information
untangle-bot authored Mar 25, 2024
2 parents 778f72b + 449c3b1 commit 316421a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion util/net/interfaces/interfaces.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,11 @@ import (

const (
// ConfigTypeBridged - If the interface is a bridged
// interface, this is it's ConfigType.
// interface, this is its ConfigType.
ConfigTypeBridged = "BRIDGED"

// TypeIPSec - If the interface is IPSEC, this is its Type
TypeIPSec = "IPSEC"
)

// Interface corresponds to the interface JSON structure in the settings.json
Expand Down

0 comments on commit 316421a

Please sign in to comment.