<feed xmlns='http://www.w3.org/2005/Atom'>
<title>vyatta-cfg-system.git/scripts/snmp/if-mib-alias, branch circinus</title>
<subtitle>Vyatta system-level configuration templates/scripts (mirror of https://github.com/vyos/vyatta-cfg-system.git)
</subtitle>
<id>https://git.amelek.net/vyos/vyatta-cfg-system.git/atom?h=circinus</id>
<link rel='self' href='https://git.amelek.net/vyos/vyatta-cfg-system.git/atom?h=circinus'/>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyatta-cfg-system.git/'/>
<updated>2018-06-30T17:18:35+00:00</updated>
<entry>
<title>T719: remove warnings from SNMP ifAlias Perl script</title>
<updated>2018-06-30T17:18:35+00:00</updated>
<author>
<name>Christian Poessinger</name>
<email>christian@poessinger.com</email>
</author>
<published>2018-06-30T17:15:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyatta-cfg-system.git/commit/?id=f6a2a10452ed03559be07f780cb859998e4b1a7c'/>
<id>urn:sha1:f6a2a10452ed03559be07f780cb859998e4b1a7c</id>
<content type='text'>
SNMPD is executing an external PERL script when retrieving ifAlias
descriptions. This is done via
    pass .1.3.6.1.2.1.31.1.1.1.18 /opt/vyatta/sbin/if-mib-alias

... but as VyOS 1.2 now uses Perl 5.20 some options will trigger warnings on
script invocation.

    given is experimental at /opt/vyatta/sbin/if-mib-alias line 121.
    when is experimental at /opt/vyatta/sbin/if-mib-alias line 122.
    when is experimental at /opt/vyatta/sbin/if-mib-alias line 123.
    when is experimental at /opt/vyatta/sbin/if-mib-alias line 124.
    .1.3.6.1.2.1.31.1.1.1.18.1
    string
    LOOPBACK

Those warnings have been suppressed!
</content>
</entry>
<entry>
<title>Revert "T652: remove SNMP perl scripts"</title>
<updated>2018-06-08T09:16:58+00:00</updated>
<author>
<name>Christian Poessinger</name>
<email>christian@poessinger.com</email>
</author>
<published>2018-06-08T09:16:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyatta-cfg-system.git/commit/?id=3b7b936cc53dd06e27d10ad2995286762cb7fa84'/>
<id>urn:sha1:3b7b936cc53dd06e27d10ad2995286762cb7fa84</id>
<content type='text'>
This reverts commit 4524181410b68367d91e07552466ef577ac5b0e3.
</content>
</entry>
<entry>
<title>T652: remove SNMP perl scripts</title>
<updated>2018-06-08T08:52:32+00:00</updated>
<author>
<name>Christian Poessinger</name>
<email>christian@poessinger.com</email>
</author>
<published>2018-06-08T08:52:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyatta-cfg-system.git/commit/?id=4524181410b68367d91e07552466ef577ac5b0e3'/>
<id>urn:sha1:4524181410b68367d91e07552466ef577ac5b0e3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix SNMP ifAlias for more than 10 devices</title>
<updated>2011-03-08T00:08:00+00:00</updated>
<author>
<name>Stephen Hemminger</name>
<email>stephen.hemminger@vyatta.com</email>
</author>
<published>2011-03-08T00:08:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyatta-cfg-system.git/commit/?id=6689df5d9b09d215ec98f0080da5fd5f61f12da8'/>
<id>urn:sha1:6689df5d9b09d215ec98f0080da5fd5f61f12da8</id>
<content type='text'>
Bug 6853
Handle OID format when ifIndex is 10 or greater.
Needed to fix regex parsing.
Also allow symbolic OID.
</content>
</entry>
<entry>
<title>Fix script to handle more than 10 interfaces</title>
<updated>2011-03-02T20:03:37+00:00</updated>
<author>
<name>Stephen Hemminger</name>
<email>stephen.hemminger@vyatta.com</email>
</author>
<published>2011-03-02T20:03:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyatta-cfg-system.git/commit/?id=31f6c82c43c1ad4bb259fdd6a6ffd94ba204c1c1'/>
<id>urn:sha1:31f6c82c43c1ad4bb259fdd6a6ffd94ba204c1c1</id>
<content type='text'>
Bug 6861
Fix submitted by devolish &lt;ole.myhre@dataoppdrag.no&gt;
</content>
</entry>
<entry>
<title>Fix to show ifAlias of loopback</title>
<updated>2010-11-03T20:37:09+00:00</updated>
<author>
<name>Stephen Hemminger</name>
<email>stephen.hemminger@vyatta.com</email>
</author>
<published>2010-11-03T20:37:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyatta-cfg-system.git/commit/?id=201c530f642ba9b90059ebc7425f3af67cabeaa4'/>
<id>urn:sha1:201c530f642ba9b90059ebc7425f3af67cabeaa4</id>
<content type='text'>
Need to handle get next of base OID
</content>
</entry>
<entry>
<title>Add net-snmp ifAlias hook</title>
<updated>2010-10-29T18:28:28+00:00</updated>
<author>
<name>Stephen Hemminger</name>
<email>stephen.hemminger@vyatta.com</email>
</author>
<published>2010-10-29T00:57:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyatta-cfg-system.git/commit/?id=5b78ea49c31ed83d9fd1035cf6d31384760be5b2'/>
<id>urn:sha1:5b78ea49c31ed83d9fd1035cf6d31384760be5b2</id>
<content type='text'>
New script to produce ifAlias information from sysfs.
</content>
</entry>
</feed>
