aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2018-12-20Add Openconfig YANG modules.Andrej Kozemcak137-0/+63061
Change-Id: I7e98bf1ca7196cff042a35b8bf096d2ea9d80028 Signed-off-by: Andrej Kozemcak <andrej.kozemcak@pantheon.tech>
2018-12-20Add the libcmocka-dev into the dependent package.Gao Feng1-1/+1
Change-Id: Id92462e26afec53f29d6398edcd5cc4c503c4f08 Signed-off-by: Gao Feng <davidfgao@tencent.com>
2018-12-20Refactor the file sc_plugins.cGao Feng1-8/+3
1. It's better to check the return value of sc_connect_vpp with 0, not -1. 2. Eliminate the warnings when compiling the file sc_plugins.c. Change-Id: I2c5b4aa4f06f9f6367bea96c26254b68b7da3a02 Signed-off-by: Gao Feng <davidfgao@tencent.com>
2018-12-19corrected Makefile (mkdir -p)Pavol Hanzel1-2/+2
Change-Id: If9e33a00bcb250d16b2a9b1e4361b9bde9168557 Signed-off-by: Pavol Hanzel <pavol.hanzel@pantheon.tech>
2018-12-19corrected functions: ietf_interface_name2index, ip_addr_str_to_binaryPavol Hanzel2-20/+35
Change-Id: Ic914d7886111307bbb87dad8553c59da2092eb49 Signed-off-by: Pavol Hanzel <pavol.hanzel@pantheon.tech>
2018-12-20Rename ietf interface function nameHongjun Ni3-28/+28
Change-Id: I3dfb859e76427e22bfe6f24a81c7b6c2b45a6ce6 Signed-off-by: Hongjun Ni <hongjun.ni@intel.com>
2018-12-20Rename ietf function nameHongjun Ni1-19/+19
Change-Id: Ic6d20458d2757e9cd3e79f443a5aac7101d625c6 Signed-off-by: Hongjun Ni <hongjun.ni@intel.com>
2018-12-20Rework ietf yang implementationHongjun Ni4-8/+4
Change-Id: I2396a1dc062a14adb7e9b60a6ea5c9491118aa20 Signed-off-by: Hongjun Ni <hongjun.ni@intel.com>
2018-12-20Fix interface build issueHongjun Ni2-41/+4
Change-Id: I7e5d4551daa73560ca37232475fdba0296bd4105 Signed-off-by: Hongjun Ni <hongjun.ni@intel.com>
2018-12-20Fix compiling issueHongjun Ni11-34/+17
Change-Id: I441665fbc921bbf0840752d66af8e84a690a148c Signed-off-by: Hongjun Ni <hongjun.ni@intel.com>
2018-12-19Change one committer emailHongjun Ni1-1/+1
Change-Id: I942b23d580d7d476edf033ad45d93c35b27e8bce Signed-off-by: Hongjun Ni <hongjun.ni@intel.com>
2018-12-19Revert "Modify one committer email"Hongjun Ni1-1/+1
This reverts commit ce0df03065e2b5ed9eaf9f905dc83751d7e06316. Change-Id: I85543a4177e8c4c56eabe37c893f61fd7162ee8a Signed-off-by: Hongjun Ni <hongjun.ni@intel.com>
2018-12-19Merge "Init Openconfig pluging to sysrepo."Hongjun Ni3-0/+32
2018-12-18Merge "Binary-api wrappers: IP and interfaces"Hongjun Ni8-1/+793
2018-12-18Merge "Modify one committer email"Hongjun Ni1-1/+1
2018-12-18Modify one committer emailHongjun Ni1-1/+1
Change-Id: I235440380303f6cc35584749ee7dbe46155f01e4 Signed-off-by: Hongjun Ni <hongjun.ni@intel.com>
2018-12-18Binary-api wrappers: IP and interfacesPavol Hanzel8-1/+793
Change-Id: I3b27dae29498346bf9baccd650d5260b0bfc6491 Signed-off-by: Pavol Hanzel <pavol.hanzel@pantheon.tech>
2018-12-17Init Openconfig pluging to sysrepo.Andrej Kozemcak3-0/+32
Change-Id: Icc14fe4af468a8f895e37aa53f68e5253e52a09e Signed-off-by: Andrej Kozemcak <andrej.kozemcak@pantheon.tech>
2018-12-17Register function for openconfig modules.Andrej Kozemcak3-0/+336
Change-Id: Iaa2ad537e1665adc53df3b645c9e2c3ad3329ac3 Signed-off-by: Andrej Kozemcak <andrej.kozemcak@pantheon.tech>
2018-12-12Openconfig local route xpath.Andrej Kozemcak3-0/+778
Change-Id: Id180b4a54ab6a67f25077120fead854da79ec2b6 Signed-off-by: Andrej Kozemcak <andrej.kozemcak@pantheon.tech>
2018-12-12Openconfig interfaces xpath.Andrej Kozemcak5-0/+1047
Change-Id: If8af26c846ae82b7ef311e7d0b431c026ad0da25 Signed-off-by: Andrej Kozemcak <andrej.kozemcak@pantheon.tech>
2018-12-05Merge "added .gitignore"Hongjun Ni1-0/+5
2018-12-05Add INFO.yaml fileVanessa Rene Valderrama1-0/+115
Add INFO.yaml to list: - Project description - Properties - Issue Tracking - Contacts - PTL information - Meeting information - Committer information Change-Id: Id88b813f3ebf9fd152b3e31e879ba4f171c57bde Signed-off-by: Vanessa Rene Valderrama <vvalderrama@linuxfoundation.org>
2018-12-05added .gitignorePavol Hanzel1-0/+5
Change-Id: Iff206d3a7a60fd4e4add73f216c4f6007b180657 Signed-off-by: Pavol Hanzel <pavol.hanzel@pantheon.tech>
2018-11-28Rework vpp connection based on vapi libraryHongjun Ni19-1518/+800
Change-Id: I3b41b4141fd7ef7577f4f2cc9193b9c623a9d6d7 Signed-off-by: Chuanguo Wang <wangchuanguo@huachentel.com> Signed-off-by: Hongjun Ni <hongjun.ni@intel.com>
2018-11-20Fix comments on copyright etc.Hongjun Ni6-28/+6
Change-Id: I605d76017ba61a477532fb6ab3e4bea9b93e5119 Signed-off-by: Hongjun Ni <hongjun.ni@intel.com>
2018-11-20Initial code commit for Sweetcomb projectHongjun Ni19-0/+4356
The initial code is contruted by Cisco and HuachenTel. It supports three key features: 1). Keeps compatible with IETF Yang Model and Honeycomb Yang Model. 2). Supports mulitiple clients to configure VPP simultaneously. 3). Automatically connect to VPP. Change-Id: I3dda4fddb14062e5f113d505c6a7ee64d60c44c0 Signed-off-by: Rastislav Szabo <raszabo@cisco.com> Signed-off-by: Chuanguo Wang <wangchuanguo@huachentel.com> Signed-off-by: Hongjun Ni <hongjun.ni@intel.com>
2018-11-08Add .gitreviewVanessa Rene Valderrama1-0/+4
Change-Id: Iccd76d7ffb5e9381294c04a90a5860d9b426aa7a Signed-off-by: Vanessa Rene Valderrama <vvalderrama@linuxfoundation.org>
2018-11-08Initial empty repositoryVanessa Rene Valderrama0-0/+0