traffic_flow=SelectField('ACL Traffic Flow Direction',choices=[('','Select a direction (Mandatory)'),('Ingress','Ingress'),('Egress','Egress')],validators=[CustomInputRequired("The direction of the traffic flow is a mandatory parameter")])#MANDATORY PARAMETER
traffic_flow=SelectField('ACL Traffic Flow Direction',choices=[('','Select a direction (Mandatory)'),('Ingress','Ingress'),('Egress','Egress')],validators=[CustomInputRequired("The direction of the traffic flow is a mandatory parameter")])