aboutsummaryrefslogtreecommitdiffstats
path: root/manifests/config
AgeCommit message (Collapse)AuthorFilesLines
2017-09-21Add startup exec commands supportFeng Pan1-0/+20
This patch adds support for configuring VPP startup exec commands. The commands specified will be appeneded to the exec file specified if the file already exists. JIRA: PUP-6 Change-Id: Ief8097041473573bfdb9c8460b99e14723eaa36d Signed-off-by: Feng Pan <fpan@redhat.com>
2017-02-20Add support for inline config changesFeng Pan1-0/+15
This patch changes VPP configuration from file template to inline change directly. This prevents issue with overwriting existing VPP config. Change-Id: I4133be8ebe689d9288e3a8e64cca43afd7e42e64 Signed-off-by: Feng Pan <fpan@redhat.com>