sonic-buildimage/dockers/docker-teamd
Shuotian Cheng a74b3a1eb7 [teamd]: Fix Jinja2 template for calculating min_ports (#791)
In Jinja2, '|' cannot be treated directly as piping operator. The
operator precedence of '|' is higher than '*'. The filter only applies
to the value just before it. Group the expression to make sure that the
filter is applied to the outcome of the expression.

Update the unit test to add such case.
2017-07-06 16:33:24 -07:00
..
base_image_files [dockers]: Add base image files to syncd-brcm, database and teamd (#380) 2017-03-06 12:22:42 -08:00
Dockerfile.j2 [Dockers]: Manage all Docker containers with Supervisord (#573) 2017-05-08 15:43:31 -07:00
start.sh [docker-teamd]: Explicitly set LAG hwaddr (#664) 2017-06-06 16:13:38 -07:00
supervisord.conf [dockers]: Disable autorestart on all supervisor processes inside containers (#580) 2017-05-09 17:37:08 -07:00
teamd.j2 [teamd]: Fix Jinja2 template for calculating min_ports (#791) 2017-07-06 16:33:24 -07:00
teamd.sh [teamd.sh]: Remove LAG interfaces on exit (#643) 2017-06-08 01:53:51 -07:00