sonic-buildimage/dockers/docker-router-advertiser
Joe LeVeque fb8f09a116
[radvd] No longer build from source; Install vanilla Debian package once again (#5242)
Remove radvd Makefile and patch, change docker-router-advertiser Dockerfile template to simply install the vanilla radvd package using apt-get.

- In PR https://github.com/Azure/sonic-buildimage/pull/2795, we started building radvd from source and patching it to prevent it from erroring out when advertising an MTU of 9100 which was greater than the MTU size configured on the bridge interface (1500), which was due to a limitation in the 4.9 Linux kernel.
- Master branch is now using Linux kernel 4.19. As of 4.18, the kernel supports setting a bridge MTU to a value > 1500.
- PR https://github.com/Azure/sonic-swss/pull/1393 modified vlanmgrd to take advantage of this and now configures the MTU of bridge interfaces in SONiC to the proper size of 9100. Therefore, we no longer need to patch radvd. Since we no longer need to patch radvd, we no longer need to build it from source, so we can save build time by going back to simply installing the vanilla radvd Debian package in the router-advertiser container.
2020-09-01 13:53:36 -07:00
..
critical_processes [dockers] Update critical_processes file syntax (#4831) 2020-06-25 21:18:21 -07:00
docker-init.sh [docker-radv] Fix startup issues (#5230) 2020-08-21 13:12:01 -07:00
docker-router-advertiser.supervisord.conf.j2 [docker-radv] Fix startup issues (#5230) 2020-08-21 13:12:01 -07:00
Dockerfile.j2 [radvd] No longer build from source; Install vanilla Debian package once again (#5242) 2020-09-01 13:53:36 -07:00
radvd.conf.j2 Generate interface table to have an entry designated to default VRF. (#2848) 2019-06-10 14:02:55 -07:00
wait_for_link.sh.j2 [docker-radv] Fix startup issues (#5230) 2020-08-21 13:12:01 -07:00