From 22ffd626effdea7db3499441cbce38d6ea309561 Mon Sep 17 00:00:00 2001 From: Isaku Yamahata Date: Thu, 7 Mar 2013 18:00:41 +0900 Subject: netconf: import xml schema This is stolen from flowforwarding enetconf git://github.com/FlowForwarding/enetconf.git enetconf/priv/xml.xsd This is a slimmed down version of http://www.w3.org/2001/xml.xsd. Without this, validator can access to network when loading/validating XML. Signed-off-by: Isaku Yamahata Signed-off-by: FUJITA Tomonori --- ryu/lib/netconf/xml.xsd | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 ryu/lib/netconf/xml.xsd diff --git a/ryu/lib/netconf/xml.xsd b/ryu/lib/netconf/xml.xsd new file mode 100644 index 00000000..6234d2ef --- /dev/null +++ b/ryu/lib/netconf/xml.xsd @@ -0,0 +1,29 @@ + + + + + + + + + + + + + + + + + + + + + + + + -- cgit v1.2.3