aboutsummaryrefslogtreecommitdiffstats
path: root/src/vlibapi/api_helper_macros.h
AgeCommit message (Expand)AuthorFilesLines
2019-09-25api: split api generated filesOle Troan1-0/+15
2019-01-14api_helper_macro mp->pid is network endianOle Troan1-1/+1
2018-10-23c11 safe string handling supportDave Barach1-1/+1
2018-07-09IGMP improvementsNeale Ranns1-2/+2
2018-06-21Implement DHCPv6 IA NA client (VPP-1094)Juraj Sloboda1-1/+2
2018-06-14Fix SEGV in generic event sub reaperMatthew Smith1-1/+1
2018-06-08Add reaper functions to want events APIs (VPP-1304)Neale Ranns1-1/+19
2018-06-08Implement DHCPv6 PD client (VPP-718, VPP-1050)Juraj Sloboda1-1/+2
2018-03-16IPv6 ND Router discovery data plane (VPP-1095)Juraj Sloboda1-1/+2
2018-01-09api: refactor vlibmemoryFlorin Coras1-4/+4
2017-10-03Repair vlib API socket serverDave Barach1-70/+71
2017-09-22IP-MAC,ND:wildcard events,fix sending multiple eventsEyal Bari1-0/+1
2017-09-18L2BD,ARP-TERM:fix arp query report mechanism+testEyal Bari1-1/+2
2017-09-07Allow individual stats API and introduce stats.apiKeith Burns (alagalah)1-1/+0
2017-05-19Enforce Bridge Domain ID range to match 24-bit VNI rangeJohn Lo1-0/+14
2017-03-16API:replaced all REPLY_MACRO's with api_helper_macros.hEyal Bari1-4/+4
2017-03-15API: define optional base_id for REPLY_MACRO'sEyal Bari1-4/+8
2017-03-14API:support hidden sw interfacesEyal Bari1-9/+9
2017-01-23binary-api debug CLI works with pluginsDave Barach1-1/+0
2016-12-28Reorganize source tree to use single autotools instanceDamjan Marion1-0/+243
ff0f0 } /* Literal.String.Heredoc */ .highlight .si { color: #3333bb; background-color: #fff0f0 } /* Literal.String.Interpol */ .highlight .sx { color: #22bb22; background-color: #f0fff0 } /* Literal.String.Other */ .highlight .sr { color: #008800; background-color: #fff0ff } /* Literal.String.Regex */ .highlight .s1 { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Single */ .highlight .ss { color: #aa6600; background-color: #fff0f0 } /* Literal.String.Symbol */ .highlight .bp { color: #003388 } /* Name.Builtin.Pseudo */ .highlight .fm { color: #0066bb; font-weight: bold } /* Name.Function.Magic */ .highlight .vc { color: #336699 } /* Name.Variable.Class */ .highlight .vg { color: #dd7700 } /* Name.Variable.Global */ .highlight .vi { color: #3333bb } /* Name.Variable.Instance */ .highlight .vm { color: #336699 } /* Name.Variable.Magic */ .highlight .il { color: #0000DD; font-weight: bold } /* Literal.Number.Integer.Long */
# DISCLAIMER: BEFORE EDITING THIS FILE!
#
# This file has two closely related consequences. The common part is that this
# file defines the content of virtual Python environment used when Robot tests
# are running.
#
# But the virtual environment is also being created on containerized
# environment created by either Nomad cluster (Jenkins, vpp_device) or during
# execution on SUT machines, which might have specific restrictions.
#
# Complete package and setting snapshot (for all container images),
# with network being limited to local only. This implies pip currently being
# set to site-packages only. So if the "container image" applied on the machine
# does not reflect the edits, some installations might fail.
# Even if the failure may not directly impact execution, this leads into
# inconsistency between installed environment and the code base which may lead
# into fatal error or uncaught exceptions.
#
# CSIT Core dependencies
ecdsa==0.18.0
paramiko==2.9.3
pycrypto==2.6.1
PyYAML==5.4.1
requests==2.25.1
robotframework==5.0.1
scapy==2.4.5
scp==0.14.4

# IaaC dependencies
ansible==5.10.0
ansible-core==2.12.7

# PLRsearch dependencies
dill==0.3.5.1
numpy==1.22.4
scipy==1.8.1

# PAL/DOC dependencies
boto3==1.17.78
botocore==1.20.78
hdrhistogram==0.9.2
pandas==1.4.2
plotly==4.1.1
PTable==0.9.2
Sphinx==5.1.1
sphinx-rtd-theme==1.0.0
sphinxcontrib-applehelp==1.0.2
sphinxcontrib-devhelp==1.0.2
sphinxcontrib-htmlhelp==2.0.0
sphinxcontrib-jsmath==1.0.1
sphinxcontrib-programoutput==0.17
sphinxcontrib-qthelp==1.0.3
sphinxcontrib-robotdoc==0.11.0
sphinxcontrib-serializinghtml==1.1.5

# VPP requirements
ply==3.11

# JSON schema validation
jsonschema==4.1.0
rfc3339-validator==0.1.4
rfc3987==1.3.8

# Other PIP freeze dependencies.
alabaster==0.7.12
attrs==21.4.0
Babel==2.10.3
bcrypt==3.2.2
certifi==2022.6.15
cffi==1.15.1
chardet==4.0.0
cryptography==36.0.2
docutils==0.16
future==0.18.2
idna==2.10
imagesize==1.4.1
Jinja2==3.0.3
jmespath==0.10.0
MarkupSafe==2.1.1
packaging==21.3
pbr==5.9.0
pycparser==2.21
Pygments==2.12.0
PyNaCl==1.5.0
pyparsing==3.0.9
pyrsistent==0.18.1
python-dateutil==2.8.2
pytz==2022.1
resolvelib==0.5.4
retrying==1.3.3
s3transfer==0.4.2
six==1.16.0
snowballstemmer==2.2.0
urllib3==1.26.10