summaryrefslogtreecommitdiffstats
path: root/dhcp/dhcp_postman_collection.json
AgeCommit message (Collapse)AuthorFilesLines
2019-03-26Fix DHCP postman collectionTibor Král1-7/+7
Change-Id: I54ba96a96113969409d8863e6a5e38fa496e7a27 Signed-off-by: Tibor Král <tibor.kral@pantheon.tech>
2018-07-02HC2VPP-348: use vpp-fib-management module instead of FIB table indexMarek Gradzki1-20/+12
Change-Id: Iba1f6d4c556c8ef839eb309b990f32945e6494fb Signed-off-by: Marek Gradzki <mgradzki@cisco.com>
2018-06-01HC2VPP-339: convert postman collections to v2.1.0 formatMarek Gradzki1-163/+308
Mantaining postman collections in v1 format is difficult due to UID strings. Postman collection v2 fixes the issue and many others, see http://blog.getpostman.com/2015/06/05/travelogue-of-postman-collection-format-v2/ Collections in v1 format, were converted using postman-collection-transformer. Output was transformed using JSON.stringify with space='\t', to be compliant with Postman application which does not support spaces for indentation. Coverted collections were tested using Postman v6.1.3. Previous version of postman collections were renamed to *_v1.0.0.json or *_v2.0.0.json. Removal is planned in 18.10 (HC2VPP-338). Change-Id: I6caf496293fccc1f9aadcdece668b5200fe07122 Signed-off-by: Marek Gradzki <mgradzki@cisco.com>
2017-03-08HC2VPP-43: support for multiple DHCP servers for relayMarek Gradzki1-40/+83
Depends on https://gerrit.fd.io/r/#/c/5515/ Change-Id: I76d1b37b9d9e866fc97f3cc35c1ac01e48b0ab57 Signed-off-by: Marek Gradzki <mgradzki@cisco.com>
2017-02-22Remove circut-id from yang model for DHCP RelayMarek Gradzki1-4/+4
circut-id is no longer configurable in vpp after merging https://gerrit.fd.io/r/#/c/5449/ Change-Id: I791ddbdb44c62a5347eb75b837e4606ae5680587 Signed-off-by: Marek Gradzki <mgradzki@cisco.com>
2017-02-14DHCP relay support (HC2VPP-71, HC2VPP-72)Marek Gradzki1-0/+139
Change-Id: Icea50f1444356c0c107dd31dfa47137c9866312e Signed-off-by: Marek Gradzki <mgradzki@cisco.com>