This commit is contained in:
Daniel Czerwonk 2018-01-02 17:18:34 +01:00 committed by GitHub
parent de14689c40
commit d909f5fdb8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -21,9 +21,8 @@ func protoString(p *protocol.Protocol) string {
case protocol.OSPF:
if p.IpVersion == "4" {
return "OSPF"
} else {
return "OSPFv3"
}
return "OSPFv3"
case protocol.Static:
return "Static"
case protocol.Kernel: