diff --git a/backend/config.go b/backend/config.go index a173bc0..e1e5060 100644 --- a/backend/config.go +++ b/backend/config.go @@ -210,7 +210,14 @@ func getLookupColumnsDefaults() (map[string]string, []string, error) { "routeserver.name": "RS", } - order := []string{"network", "bgp.as_path", "gateway", "interface"} + order := []string{ + "network", + "gateway", + "neighbour.asn", + "neighbour.description", + "bgp.as_path", + "routeserver.name", + } return columns, order, nil }