Skip to content

Commit

Permalink
5qi, filter, precedence are required to add flow rules (#41)
Browse files Browse the repository at this point in the history
* 5qi, filter, precedence are required to add flow rules

* add default 5qi

---------

Co-authored-by: roy19991013 <80-ChienAn@users.noreply.gitlab.nems.cs.nctu.edu.tw>
  • Loading branch information
Roy-Hu and roy19991013 committed May 31, 2023
1 parent 14b9be3 commit 2b9cc4c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions frontend/src/metadata/index.js
Expand Up @@ -240,6 +240,7 @@ let subModalSchema = {
},
FlowInformation: {
type: "object",
required: ["5qi", "filter", "precedence"],
properties: {
filter: {
$ref: "#/definitions/IPFilter",
Expand All @@ -257,6 +258,7 @@ let subModalSchema = {
minimum: 0,
maximum: 255,
title: "5QI",
default: 9,
},
gbrUL: {
$ref: "#/definitions/bitRate",
Expand Down

0 comments on commit 2b9cc4c

Please sign in to comment.