ifNumber should be enclosed by interface.
This commit is contained in:
parent
0fa35b6926
commit
d838f16e6a
1 changed files with 3 additions and 1 deletions
|
|
@ -58,7 +58,9 @@ EOF
|
||||||
if false; then
|
if false; then
|
||||||
cat <<EOF > $fstate
|
cat <<EOF > $fstate
|
||||||
<IF-MIB xmlns="urn:ietf:params:xml:ns:yang:smiv2:IF-MIB">
|
<IF-MIB xmlns="urn:ietf:params:xml:ns:yang:smiv2:IF-MIB">
|
||||||
<ifNumber>1</ifNumber>
|
<interfaces>
|
||||||
|
<ifNumber>1</ifNumber>
|
||||||
|
</interfaces>
|
||||||
<ifMIBObjects>
|
<ifMIBObjects>
|
||||||
<ifTableLastChange>0</ifTableLastChange>
|
<ifTableLastChange>0</ifTableLastChange>
|
||||||
<ifStackLastChange>0</ifStackLastChange>
|
<ifStackLastChange>0</ifStackLastChange>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue