frr/docker/ubuntu-ci/docker-start

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

6 lines
146 B
Text
Raw Normal View History

#!/bin/bash
if [ $(uname -a | grep -ci Ubuntu) -ge 1 ]; then
sudo modprobe mpls-router mpls-iptunnel vrf
fi
while true ; do sleep 365d ; done