Page MenuHomeVyOS Platform

Snmpd IfAlias issue on nightly build
Closed, WontfixPublic

Description

After booting a router with the nightly build from 31-12-2016 the IfAlias field is empty when doing an snmpwalk.
It seems this is caused by warning messages from Perl on the file /opt/vyatta/sbin/if-mib-alias

The quick fix is to disable these warnings
In the file i added:
no warnings 'experimental::smartmatch';

Just after line 25:
use feature "switch";

Details

Difficulty level
Easy (less than an hour)
Version
-

Event Timeline

syncer triaged this task as Normal priority.Aug 1 2017, 4:31 AM
syncer changed the edit policy from "Task Author" to "Custom Policy".
syncer set Version to -.
syncer added a project: VyOS 1.2 Crux.

@Merijn can you check on latest nighlies?