From fd6c6f7c42d148a980030c7535846a4643d8cc9b Mon Sep 17 00:00:00 2001 From: Hongjun Ni Date: Tue, 20 Nov 2018 03:35:38 +0800 Subject: Initial code commit for Sweetcomb project 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 Signed-off-by: Chuanguo Wang Signed-off-by: Hongjun Ni --- src/plugins/yang/ietf-interfaces.data.xml | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 src/plugins/yang/ietf-interfaces.data.xml (limited to 'src/plugins/yang/ietf-interfaces.data.xml') diff --git a/src/plugins/yang/ietf-interfaces.data.xml b/src/plugins/yang/ietf-interfaces.data.xml new file mode 100644 index 0000000..3aae96e --- /dev/null +++ b/src/plugins/yang/ietf-interfaces.data.xml @@ -0,0 +1,21 @@ + + + GigabitEthernet0/8/0 + Ethernet 8 + ethernetCsmacd + true + +
+ 192.168.2.100 + 24 +
+
+ +
+ 2001:db8::10 + 32 +
+
+
+
+ -- cgit 1.2.3-korg