From 9395c7b4a2079349fdb881a1f537af5b73eacfd2 Mon Sep 17 00:00:00 2001 From: Lars Thorsen Date: Mon, 25 Sep 2017 15:15:37 +0200 Subject: Remove unused files from the documentation build --- lib/snmp/doc/src/Makefile | 38 +-- lib/snmp/doc/src/book.gif | Bin 1081 -> 0 bytes lib/snmp/doc/src/fascicules.xml | 18 -- lib/snmp/doc/src/files.mk | 21 +- lib/snmp/doc/src/index.html.src | 99 -------- lib/snmp/doc/src/min_head.gif | Bin 2652 -> 0 bytes lib/snmp/doc/src/note.gif | Bin 1539 -> 0 bytes lib/snmp/doc/src/notes.gif | Bin 2005 -> 0 bytes lib/snmp/doc/src/notes.xml | 412 ++++++++++++++++---------------- lib/snmp/doc/src/part_notes.xml | 41 ---- lib/snmp/doc/src/part_notes_history.xml | 42 ---- lib/snmp/doc/src/ref_man.gif | Bin 1530 -> 0 bytes lib/snmp/doc/src/snmp.gif | Bin 15889 -> 0 bytes lib/snmp/doc/src/summary.html.src | 1 - lib/snmp/doc/src/user_guide.gif | Bin 1581 -> 0 bytes lib/snmp/doc/src/warning.gif | Bin 1498 -> 0 bytes 16 files changed, 221 insertions(+), 451 deletions(-) delete mode 100644 lib/snmp/doc/src/book.gif delete mode 100644 lib/snmp/doc/src/fascicules.xml delete mode 100644 lib/snmp/doc/src/index.html.src delete mode 100644 lib/snmp/doc/src/min_head.gif delete mode 100644 lib/snmp/doc/src/note.gif delete mode 100644 lib/snmp/doc/src/notes.gif delete mode 100644 lib/snmp/doc/src/part_notes.xml delete mode 100644 lib/snmp/doc/src/part_notes_history.xml delete mode 100644 lib/snmp/doc/src/ref_man.gif delete mode 100644 lib/snmp/doc/src/snmp.gif delete mode 100644 lib/snmp/doc/src/summary.html.src delete mode 100644 lib/snmp/doc/src/user_guide.gif delete mode 100644 lib/snmp/doc/src/warning.gif (limited to 'lib/snmp/doc') diff --git a/lib/snmp/doc/src/Makefile b/lib/snmp/doc/src/Makefile index 9ea5dba0c5..3ebee792f9 100644 --- a/lib/snmp/doc/src/Makefile +++ b/lib/snmp/doc/src/Makefile @@ -1,9 +1,9 @@ #-*-makefile-*- ; force emacs to enter makefile-mode # %CopyrightBegin% -# -# Copyright Ericsson AB 1997-2016. All Rights Reserved. -# +# +# Copyright Ericsson AB 1997-2017. All Rights Reserved. +# # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at @@ -15,7 +15,7 @@ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. -# +# # %CopyrightEnd% include $(ERL_TOP)/make/target.mk @@ -66,7 +66,6 @@ HTML_REF6_FILES = $(XML_REF6_FILES:%.xml=$(HTMLDIR)/%.html) HTML_CHAP_FILES = $(XML_CHAPTER_FILES:%.xml=$(HTMLDIR)/%.html) EXTRA_FILES = \ - summary.html.src \ $(DEFAULT_HTML_FILES) \ $(HTML_REF1_FILES) \ $(HTML_REF3_FILES) \ @@ -85,18 +84,14 @@ HTML_REF_MAN_FILE = $(HTMLDIR)/index.html TOP_PDF_FILE = $(PDFDIR)/$(APPLICATION)-$(VSN).pdf -INDEX_FILE = index.html -INDEX_SRC = $(INDEX_FILE).src -INDEX_TARGET = $(DOCDIR)/$(INDEX_FILE) - GIF_TARGETS = $(GIF_FILES:%=$(HTMLDIR)/%) # ---------------------------------------------------- -# FLAGS +# FLAGS # ---------------------------------------------------- -XML_FLAGS += -DVIPS_FLAGS += +XML_FLAGS += +DVIPS_FLAGS += # ---------------------------------------------------- # Targets @@ -106,21 +101,17 @@ $(HTMLDIR)/%.gif: %.gif # Copy them to ../html docs: pdf html man -ldocs: local_docs $(INDEX_TARGET) +ldocs: local_docs $(TOP_PDF_FILE): $(XML_FILES) pdf: $(TOP_PDF_FILE) html: gifs $(HTML_REF_MAN_FILE) -html2: html $(INDEX_TARGET) clean clean_docs: clean_html clean_man clean_pdf rm -f errs core *~ -$(INDEX_TARGET): $(INDEX_SRC) ../../vsn.mk # Create top make file - $(vsn_verbose)sed -e 's;%VSN%;$(VSN);' $< > $@ # inserting version number - man: man1 man3 man6 man7 man1: $(MAN1_FILES) @@ -133,7 +124,7 @@ man7: $(MAN7_FILES) gifs: $(GIF_TARGETS) -debug opt: +debug opt: clean_pdf: @echo "cleaning pdf:" @@ -149,7 +140,6 @@ clean_man: clean_html: @echo "cleaning html:" rm -rf $(HTMLDIR)/* - rm -f $(INDEX_TARGET) $(MAN7DIR)/%.7: $(MIBSDIR)/%.mib @echo "processing $*" @@ -162,7 +152,7 @@ $(MAN7DIR)/%.7: $(MIBSDIR)/%.mib # ---------------------------------------------------- # Release Target -# ---------------------------------------------------- +# ---------------------------------------------------- $(MAN1DIR)/snmpc.1: snmpc_cmd.xml date=`date +"%B %e %Y"`; \ @@ -194,7 +184,7 @@ info: info_xml info_man info_html @echo "MAN6DIR: $(MAN6DIR)" @echo "MAN7DIR: $(MAN7DIR)" -info_man: +info_man: @echo "man files:" @echo "MAN1_FILES = $(MAN1_FILES)" @echo "MAN3_FILES = $(MAN3_FILES)" @@ -203,7 +193,7 @@ info_man: @echo "" @echo "MIB_FILES = $(MIB_FILES)" -info_xml: +info_xml: @echo "xml files:" # @echo "XML_REF1_FILES = $(XML_REF1_FILES)" @echo "XML_REF3_FILES = $(XML_REF3_FILES)" @@ -221,9 +211,7 @@ info_xml: info_html: @echo "html files:" @echo "DOCDIR = $(DOCDIR)" - @echo "INDEX_FILE = $(INDEX_FILE)" - @echo "INDEX_SRC = $(INDEX_SRC)" - @echo "INDEX_TARGET = $(INDEX_TARGET)" + @echo "HTML_REF_MAN_FILE = $(HTML_REF_MAN_FILE)" @echo "" @echo "HTMLDIR = $(HTMLDIR)" @echo "HTML_APP_FILES = $(HTML_APP_FILES)" diff --git a/lib/snmp/doc/src/book.gif b/lib/snmp/doc/src/book.gif deleted file mode 100644 index 94b3868792..0000000000 Binary files a/lib/snmp/doc/src/book.gif and /dev/null differ diff --git a/lib/snmp/doc/src/fascicules.xml b/lib/snmp/doc/src/fascicules.xml deleted file mode 100644 index 37feca543f..0000000000 --- a/lib/snmp/doc/src/fascicules.xml +++ /dev/null @@ -1,18 +0,0 @@ - - - - - - User's Guide - - - Reference Manual - - - Release Notes - - - Off-Print - - - diff --git a/lib/snmp/doc/src/files.mk b/lib/snmp/doc/src/files.mk index 5aeae19105..f364cb6fa5 100644 --- a/lib/snmp/doc/src/files.mk +++ b/lib/snmp/doc/src/files.mk @@ -1,9 +1,9 @@ #-*-makefile-*- ; force emacs to enter makefile-mode # %CopyrightBegin% -# -# Copyright Ericsson AB 2001-2016. All Rights Reserved. -# +# +# Copyright Ericsson AB 2001-2017. All Rights Reserved. +# # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at @@ -15,7 +15,7 @@ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. -# +# # %CopyrightEnd% XML_APPLICATION_FILES = \ @@ -81,9 +81,7 @@ XML_REF3_FILES = \ XML_REF6_FILES = snmp_app.xml XML_PART_FILES = \ - part.xml \ - part_notes.xml \ - part_notes_history.xml + part.xml XML_CHAPTER_FILES = \ snmp_intro.xml \ @@ -115,23 +113,16 @@ XML_FILES = $(BOOK_FILES) \ $(XML_REF6_FILES) \ $(XML_APPLICATION_FILES) -GIF_FILES = book.gif \ +GIF_FILES = \ getnext1.gif \ getnext2.gif \ getnext3.gif \ getnext4.gif \ snmp_agent_netif_1.gif \ snmp_manager_netif_1.gif \ - min_head.gif \ - note.gif \ - notes.gif \ - ref_man.gif \ snmp-um-1-image-1.gif \ snmp-um-1-image-2.gif \ snmp-um-1-image-3.gif \ - snmp.gif \ - user_guide.gif \ - warning.gif \ MIB_mechanism.gif PS_FILES = getnext1.ps \ diff --git a/lib/snmp/doc/src/index.html.src b/lib/snmp/doc/src/index.html.src deleted file mode 100644 index e1b6be4d1f..0000000000 --- a/lib/snmp/doc/src/index.html.src +++ /dev/null @@ -1,99 +0,0 @@ - - - - - -SNMP %VSN% - - - - -
-Erlang/OTP
- - -[Up | -Erlang/OTP] -
- -

-SNMP -
-Version %VSN% -

- -

- - - - - -
-SNMP - -

A bilingual Simple Network Management Protocol application, - featuring an Extensible Agent, a simple manager, a MIB compiler - and facilities for implementing SNMP MIBs etc. -

- -

- - - - - - - - - - -
-User's Guide
- -User's Guide - -
-Reference Manual
- -Reference Manual - -
-Release Notes
- -Release Notes - -
-Off-Print
- -Off-Print - -
-
- -

-
- -Copyright © 1991-2001 -Ericsson Utvecklings AB - -
- - diff --git a/lib/snmp/doc/src/min_head.gif b/lib/snmp/doc/src/min_head.gif deleted file mode 100644 index 67948a6378..0000000000 Binary files a/lib/snmp/doc/src/min_head.gif and /dev/null differ diff --git a/lib/snmp/doc/src/note.gif b/lib/snmp/doc/src/note.gif deleted file mode 100644 index 6fffe30419..0000000000 Binary files a/lib/snmp/doc/src/note.gif and /dev/null differ diff --git a/lib/snmp/doc/src/notes.gif b/lib/snmp/doc/src/notes.gif deleted file mode 100644 index e000cca26a..0000000000 Binary files a/lib/snmp/doc/src/notes.gif and /dev/null differ diff --git a/lib/snmp/doc/src/notes.xml b/lib/snmp/doc/src/notes.xml index b902e421ca..440077e931 100644 --- a/lib/snmp/doc/src/notes.xml +++ b/lib/snmp/doc/src/notes.xml @@ -11,7 +11,7 @@ Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at - + http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software @@ -19,7 +19,7 @@ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. - + SNMP Release Notes @@ -220,8 +220,8 @@

[compiler] Refinement of type Opaque was not allowed.

-

MIB constructs such as 'SYNTAX Opaque (SIZE(0..65535))' - was previously not allowed, +

MIB constructs such as 'SYNTAX Opaque (SIZE(0..65535))' + was previously not allowed, see the standard ALARM-MIB for eaxmple.

Own Id: OTP-12066

Aux Id: Seq 12669

@@ -238,8 +238,8 @@ - + @@ -626,29 +626,29 @@ -

[agent] Reading the value of the vacmViewTreeFamilyMask returns +

[agent] Reading the value of the vacmViewTreeFamilyMask returns it in the wrong (internal bitlist) format.

The vacmViewTreeFamilyMask is defined as a bit string in the MIB - (OCTET STRING). Internally a bitlist (list of 1's and 0's, + (OCTET STRING). Internally a bitlist (list of 1's and 0's, see vacm config file - for more info) is used. + for more info) is used. However, the MIB implementation assumed the latter, effectively rendering all attempts to read/set masks via SNMP unsuccessful.

-

Since the mask is used in hot paths (e.g. access permission checks - for each SNMP operation, the bitlist representation of the mask has - benefits (e.g. faster processing). Reading/writing the view mask - objects is less time-critical. Therefore, to fix the issue, convert - between the bitlist (internal) representation and bitstring +

Since the mask is used in hot paths (e.g. access permission checks + for each SNMP operation, the bitlist representation of the mask has + benefits (e.g. faster processing). Reading/writing the view mask + objects is less time-critical. Therefore, to fix the issue, convert + between the bitlist (internal) representation and bitstring (external) when the vacmViewTreeFamilyMask objects are accessed.

-

Also, the check of the vacm config file was invalid with - regard to the mask value. It was assumed to be a proper oid, which +

Also, the check of the vacm config file was invalid with + regard to the mask value. It was assumed to be a proper oid, which is not strictly the case (see bitlist above).

Own Id: OTP-11177

Stefan Zegenhagen

-

[agent] The counter increment function in the local-db was +

[agent] The counter increment function in the local-db was incorrect. It did not handle counter wrap correctly.

Own Id: OTP-11192

@@ -695,26 +695,26 @@
-

[agent] Introduced a documented behaviour for the mib-server - mib-data backend. +

[agent] Introduced a documented behaviour for the mib-server + mib-data backend. At present only the default module (snmpa_mib_data_tttn) is provided.

-

A config option for the (agent) - mib-servers - mib-data backend module has been added to the agent config options, +

A config option for the (agent) + mib-servers + mib-data backend module has been added to the agent config options, data_module.

Own Id: OTP-11101

-

[agent] Introduced a documented behaviour for the - mib storage. - At present there are three simple modules - (snmpa_mib_storage_ets, snmpa_mib_storage_dets and +

[agent] Introduced a documented behaviour for the + mib storage. + At present there are three simple modules + (snmpa_mib_storage_ets, snmpa_mib_storage_dets and snmpa_mib_storage_mnesia) implementing this behaviour, provided with the app.

-

A config option for the (agent) - mib storage +

A config option for the (agent) + mib storage has been added to the agent config options.

Own Id: OTP-11107

@@ -772,14 +772,14 @@

[agent] Errors in vacmAccessTable RowStatus handling. - There are problems with the handling of vacmAccessTableStatus + There are problems with the handling of vacmAccessTableStatus that cause some SNMP test suites to report errors. - Most notably, erroneous set operations frequently cause "genErr" - errors to be returned. These "genErr" errors are usually caused - by badmatch exceptions coming from - {ok, Row} = snmpa_vacm:get_row(RowIndex) + Most notably, erroneous set operations frequently cause "genErr" + errors to be returned. These "genErr" errors are usually caused + by badmatch exceptions coming from + {ok, Row} = snmpa_vacm:get_row(RowIndex) if the row does not exist.

-

The semantics of the RowStatus handling in that table has +

The semantics of the RowStatus handling in that table has been adjusted to be compliant with the RowStatus textual description of SNPMv2-TC MIB.

Stefan Zegenhagen

@@ -803,7 +803,7 @@
-

[compiler] The MIB compiler could not handle a table index +

[compiler] The MIB compiler could not handle a table index that was defined later in the MIB.

Own Id: OTP-10808

@@ -836,7 +836,7 @@ SNMP Development Toolkit 4.23 @@ -848,14 +848,14 @@ -

[manager] Polish return values of snmpm_user_default according +

[manager] Polish return values of snmpm_user_default according to snmpm_user doc.

Luca Favatella

Own Id: OTP-10671

-

[agent] Remove runtime warning in snmpa_agent because of +

[agent] Remove runtime warning in snmpa_agent because of tuple fun usage.

Luca Favatella

Own Id: OTP-10672

@@ -877,10 +877,10 @@ -

[agent] Repeated vacm table dumping fails due to file name - conflict. When dumping the vacm table to disk, a temoporary - file with a fixed name was used. If the table dumping - (snmpa_vacm:dump_table/0) was initiated from several different - processes in rapid succesion, the dumping could fail because the - different processes was simultaniously trying to write to the - same file. This problem has been eliminated by creating a unique +

[agent] Repeated vacm table dumping fails due to file name + conflict. When dumping the vacm table to disk, a temoporary + file with a fixed name was used. If the table dumping + (snmpa_vacm:dump_table/0) was initiated from several different + processes in rapid succesion, the dumping could fail because the + different processes was simultaniously trying to write to the + same file. This problem has been eliminated by creating a unique name for the temporary file.

Own Id: OTP-9851

Aux Id: Seq 11980

@@ -1277,7 +1277,7 @@ @@ -1334,7 +1334,7 @@ -

[compiler] Improved version info printout from the +

[compiler] Improved version info printout from the MIB compiler frontend escript.

Own Id: OTP-9618

@@ -1346,27 +1346,27 @@
Fixed Bugs and Malfunctions -

[agent] Version 4.20 introduced a change that broke trap - sending from subagents. Due to a bug in the test code, +

[agent] Version 4.20 introduced a change that broke trap + sending from subagents. Due to a bug in the test code, this was not discovered, until that bug was fixed.

Own Id: OTP-9745

-

[agent] When sending an error message (reply) regarding +

[agent] When sending an error message (reply) regarding snmpUnknownPDUHandlers, the agent used the wrong OID.

Own Id: OTP-9747

-

[compiler] Fix the --warnings/--W option parsing in the +

[compiler] Fix the --warnings/--W option parsing in the snmpc - wrapper (e)script. + wrapper (e)script. The short warning option was incorrectly --w, instead of as documented --W. This has now been corrected.

*** POTENTIAL INCOMPATIBILITY ***

@@ -1386,7 +1386,7 @@ -

[compiler] The short warning option has been changed from +

[compiler] The short warning option has been changed from --w to --W to comply with the documentation.

Tuncer Ayaz

Own Id: OTP-9718

@@ -1410,7 +1410,7 @@ -

Bad note store GC timer deactivation. +

Bad note store GC timer deactivation. Wrong field in the state record was set (timeout instead active).

Stefan Grundmann

Own Id: OTP-9690

@@ -1459,13 +1459,13 @@ --> -

[compiler] Used wrong variable name (for - warnings-as-errors variable), which caused the +

[compiler] Used wrong variable name (for + warnings-as-errors variable), which caused the compiler to crash when using the snmpc (e)script.

-

Also added the option +

Also added the option --Werror - for the SNMP MIB compiler (escript) frontend (to mimic - erlc), + for the SNMP MIB compiler (escript) frontend (to mimic + erlc), which specifies whether warnings should be treated as errors.

Own Id: OTP-9447

@@ -1480,12 +1480,12 @@
Fixed Bugs and Malfunctions -

-

+

-

-

[manager] There was no way to specify transport domain. +

[manager] There was no way to specify transport domain. The transport domains was assumed to be IPv4 (transportDomainUdpIpv4). - This has now been changed so that it can also be IPv6 - (transportDomainUdpIpv6). - To facilitate this, the transport domain, tdomain, - is now a (new) valid option when + This has now been changed so that it can also be IPv6 + (transportDomainUdpIpv6). + To facilitate this, the transport domain, tdomain, + is now a (new) valid option when registering - a new agent (and - updating + a new agent (and + updating agent info).

This also mean that the transport behaviour has changed.

Own Id: OTP-9305

@@ -1531,10 +1531,10 @@
-

[compiler] Added the option - warnings_as_errors - (for the SNMP MIB compiler (escript) frontend, the option - --wae is used) +

[compiler] Added the option + warnings_as_errors + (for the SNMP MIB compiler (escript) frontend, the option + --wae is used) which specifies whether warnings should be treated as errors.

Tuncer Ayaz

Own Id: OTP-9437

@@ -1546,12 +1546,12 @@
Fixed Bugs and Malfunctions -

The snmp config tool could not handle (manager) audit trail config +

The snmp config tool could not handle (manager) audit trail config because the option seqno was not handled.

Own Id: OTP-9354

@@ -1605,11 +1605,11 @@
Fixed Bugs and Malfunctions -

[agent] Did not handle transport domains properly in some cases, +

[agent] Did not handle transport domains properly in some cases, for instance trap sending.

Own Id: OTP-9400

@@ -1646,9 +1646,9 @@

[agent] Added support for sending traps to IPv6 targets.

-

See the - target address config file, - the target_addr_entry/11 function or +

See the + target address config file, + the target_addr_entry/11 function or add_addr/11 for more info.

Own Id: OTP-9088

Aux Id: Seq 11790

@@ -1657,7 +1657,7 @@

[agent] To be able to handle multiple engine-id(s) when - sending trap(s), the function + sending trap(s), the function add_community/6 has been added.

Own Id: OTP-9119

@@ -1667,14 +1667,14 @@

[manager] The API for snmp requests has been augmented to allow the caller to override some configuration.

-

This has been done by introducing a new set of API functions, see - sync_get2/3,4, - async_get2/3,4, - sync_get_next2/3,4, - async_get_next2/3,4, - sync_get_bulk2/5,6, - async_get_bulk2/5,6, - sync_set2/3,4 and +

This has been done by introducing a new set of API functions, see + sync_get2/3,4, + async_get2/3,4, + sync_get_next2/3,4, + async_get_next2/3,4, + sync_get_bulk2/5,6, + async_get_bulk2/5,6, + sync_set2/3,4 and async_set2/3,4 for more info.

Own Id: OTP-9162

@@ -1682,8 +1682,8 @@

[manager] The old API functions (for get and set - requests: - snmpm:g/3,4,5,6,7, snmpm:ag/3,4,5,6,7, + requests: + snmpm:g/3,4,5,6,7, snmpm:ag/3,4,5,6,7, snmpm:gn/3,4,5,6,7, snmpm:agn/3,4,5,6,7, snmpm:s/3,4,5,6,7, snmpm:s/3,4,5,6,7, snmpm:gb/5,6,7,8,9 and snmpm:agb/5,6,7,8,9) @@ -1695,12 +1695,12 @@

[agent] Pass extra info through the agent to the net-if process when sending notifications.

-

See +

See - snmpa:send_notification2/3 for more info. - See also the incomming net-if messages when sending a - trap - (send_pdu message) and + snmpa:send_notification2/3 for more info. + See also the incomming net-if messages when sending a + trap + (send_pdu message) and notification (send_pdu_req message).

Own Id: OTP-9183

@@ -1718,15 +1718,15 @@
Fixed Bugs and Malfunctions

Fixed endode/decode of values of type Counter32.

-

This type (Counter32) is an unsigned integer 32, - but is actually encoded as an signed integer 32. - The encode/decode functions however, treated it as if it was +

This type (Counter32) is an unsigned integer 32, + but is actually encoded as an signed integer 32. + The encode/decode functions however, treated it as if it was encodeded as an unsigned integer 32.

Own Id: OTP-9022

@@ -1741,12 +1741,4 @@
- - - - diff --git a/lib/snmp/doc/src/part_notes.xml b/lib/snmp/doc/src/part_notes.xml deleted file mode 100644 index d149044169..0000000000 --- a/lib/snmp/doc/src/part_notes.xml +++ /dev/null @@ -1,41 +0,0 @@ - - - - -
- - 19972016 - Ericsson AB. All Rights Reserved. - - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. - - - - SNMP Release Notes - - - - - part_notes.xml -
- -

A multilingual Simple Network Management Protocol application, - featuring an Extensible Agent, a simple manager and a MIB - compiler and facilities for implementing SNMP MIBs etc.

-

For information about older versions see - release notes history.

-
- -
- diff --git a/lib/snmp/doc/src/part_notes_history.xml b/lib/snmp/doc/src/part_notes_history.xml deleted file mode 100644 index aa5276dc94..0000000000 --- a/lib/snmp/doc/src/part_notes_history.xml +++ /dev/null @@ -1,42 +0,0 @@ - - - - -
- - 20042016 - Ericsson AB. All Rights Reserved. - - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. - - - - SNMP Release Notes History - - - - - - - - part_notes_history.xml -
- -

A multilingual Simple Network Management Protocol application, - featuring an Extensible Agent, a simple manager and a MIB - compiler and facilities for implementing SNMP MIBs etc.

-
- -
- diff --git a/lib/snmp/doc/src/ref_man.gif b/lib/snmp/doc/src/ref_man.gif deleted file mode 100644 index b13c4efd53..0000000000 Binary files a/lib/snmp/doc/src/ref_man.gif and /dev/null differ diff --git a/lib/snmp/doc/src/snmp.gif b/lib/snmp/doc/src/snmp.gif deleted file mode 100644 index d9985f990b..0000000000 Binary files a/lib/snmp/doc/src/snmp.gif and /dev/null differ diff --git a/lib/snmp/doc/src/summary.html.src b/lib/snmp/doc/src/summary.html.src deleted file mode 100644 index 9bad4adbeb..0000000000 --- a/lib/snmp/doc/src/summary.html.src +++ /dev/null @@ -1 +0,0 @@ -Simple Network Management Protocol (SNMP) support including a MIB compiler, a simple SNMP manager and tools for creating SNMP agents diff --git a/lib/snmp/doc/src/user_guide.gif b/lib/snmp/doc/src/user_guide.gif deleted file mode 100644 index e6275a803d..0000000000 Binary files a/lib/snmp/doc/src/user_guide.gif and /dev/null differ diff --git a/lib/snmp/doc/src/warning.gif b/lib/snmp/doc/src/warning.gif deleted file mode 100644 index 96af52360e..0000000000 Binary files a/lib/snmp/doc/src/warning.gif and /dev/null differ -- cgit v1.2.3