summaryrefslogtreecommitdiffstats
path: root/src/vlibmemory/api.h
AgeCommit message (Expand)AuthorFilesLines
2018-01-25session: add support for memfd segmentsFlorin Coras1-0/+38
2018-01-11api: fix handlers that explicitly depend on svm queueFlorin Coras1-0/+9
2018-01-09api: refactor vlibmemoryFlorin Coras1-24/+66
2017-10-03Repair vlib API socket serverDave Barach1-0/+1
2017-07-01Refactor API message handling codeKlement Sekera1-106/+1
2017-05-03A sprinkling of const in vlibmemory/api.h and friendsNeale Ranns1-10/+10
2017-01-09Self-service garbage collection for the API message allocatorDave Barach1-0/+3
2016-12-28Reorganize source tree to use single autotools instanceDamjan Marion1-0/+163
/a> 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24
---
# file: vagrant.yaml

- hosts: vagrant
  remote_user: vagrant
  become: true
  become_user: root
  gather_facts: false
  pre_tasks:
    - name: Gathering Facts
      gather_facts:
      tags:
        - always
  roles:
    - role: common
      tags: common
    - role: python_env
      tags: python_env
    - role: docker
      tags: docker
    - role: vpp
      tags: vpp
    - role: vagrant
      tags: vagrant