netconf client was limited to 8K byte messages. Now limit is 2^32

This commit is contained in:
Olof hagsand 2017-09-13 22:30:35 +02:00
parent 4d82d4f6ea
commit 624b949b3f
11 changed files with 157 additions and 68 deletions

View file

@ -15,7 +15,7 @@ err(){
new(){
testnr=`expr $testnr + 1`
testname=$1
echo "Test$testnr [$1]"
>&2 echo "Test$testnr [$1]"
# sleep 1
}