summaryrefslogtreecommitdiffstats
path: root/src/plugins/l2e
AgeCommit message (Expand)AuthorFilesLines
2018-09-08L2 BVI/FIB: Update L2 FIB table when BVI's MAC changesNeale Ranns1-0/+1
2018-08-27cmake: Fix plugins .h includesMohsin Kazmi1-0/+5
2018-08-25cmake: improve add_vpp_plugin macroDamjan Marion1-2/+5
2018-08-17CMake as an alternative to autotools (experimental)Damjan Marion1-0/+18
2018-02-14VOM: build with plugins disabledNeale Ranns1-1/+1
2018-01-23VPPAPIGEN: vppapigen replacement in Python PLY.Ole Troan1-1/+1
2018-01-11VPP-1131: doxygen: Documentation for Debug CLI stops at src/plugin/l2eBilly McFall1-3/+3
2017-12-20L2 emulation: remove usued ip-table-id from APINeale Ranns1-1/+0
2017-12-20L2 EmulationNeale Ranns6-0/+771
s/files/csit-initialize-docker-tg.service
blob: 2c93724a4c214e001d7214dadd7134ee7396ef2c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
[Unit]
Description=CSIT Initialize Docker TG
After=network.target

[Service]
Type=oneshot
RemainAfterExit=True
ExecStart=docker compose -f /opt/csit-docker-images/docker-compose-tg.yaml up --detach
ExecStop=docker compose -f /opt/csit-docker-images/docker-compose-tg.yaml down

[Install]
WantedBy=default.target