- Added netconf to fuzz

- Restconf internal start more robust
- Restconf fcgi fix
This commit is contained in:
Olof hagsand 2021-09-22 09:43:07 +02:00
parent 55377786c1
commit 47141089c2
11 changed files with 162 additions and 16 deletions

1
fuzz/netconf/input/1.xml Normal file
View file

@ -0,0 +1 @@
<rpc><edit-config><target><candidate/></target><config><hello xmlns="urn:example:hello"><world/></hello></config></edit-config></rpc>]]>]]>

1
fuzz/netconf/input/2.xml Normal file
View file

@ -0,0 +1 @@
<rpc><commit/></rpc>]]>]]>

1
fuzz/netconf/input/3.xml Normal file
View file

@ -0,0 +1 @@
<rpc><get-config><source><running/></source></get-config></rpc>]]>]]>