Remove spurious logline. Add .gitignore
This commit is contained in:
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
|||||||
|
vpp-snmp-agent
|
@ -45,8 +45,6 @@ func statsRoutine(statsSocketPath string, period time.Duration, callback StatsCa
|
|||||||
}
|
}
|
||||||
|
|
||||||
func queryInterfaceStats(c *core.StatsConnection, callback StatsCallback) {
|
func queryInterfaceStats(c *core.StatsConnection, callback StatsCallback) {
|
||||||
log.Printf("Querying VPP interface stats at %s", time.Now().Format(time.RFC3339))
|
|
||||||
|
|
||||||
// Create the proper struct for interface stats
|
// Create the proper struct for interface stats
|
||||||
stats := new(api.InterfaceStats)
|
stats := new(api.InterfaceStats)
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user