netconf client was limited to 8K byte messages. Now limit is 2^32
This commit is contained in:
parent
4d82d4f6ea
commit
624b949b3f
11 changed files with 157 additions and 68 deletions
|
|
@ -15,7 +15,7 @@ err(){
|
|||
new(){
|
||||
testnr=`expr $testnr + 1`
|
||||
testname=$1
|
||||
echo "Test$testnr [$1]"
|
||||
>&2 echo "Test$testnr [$1]"
|
||||
# sleep 1
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue