Skip to content

Commit

Permalink
fix: modify default flow direction to bidirection
Browse files Browse the repository at this point in the history
  • Loading branch information
leowu0407 committed Jan 15, 2025
1 parent ac0c7df commit a3c95cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/util/pcc_rule.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ func CreateDefaultPccRules(id int32) *models.PccRule {
flowInfo := []models.FlowInformation{
{
FlowDescription: "permit out ip from any to assigned",
FlowDirection: models.FlowDirectionRm_DOWNLINK,
FlowDirection: models.FlowDirectionRm_BIDIRECTIONAL,
PacketFilterUsage: true,
PackFiltId: "PackFiltId-0",
},
Expand Down

0 comments on commit a3c95cd

Please sign in to comment.