@@ -40,11 +40,11 @@ var (
40
40
FILESYSTEM_TITLE = []string {"fileSystem" , "type" , "size" , "used" , "avail" , "usePercent" , "mountedOn" }
41
41
MIRROR_TITLE = []string {"Mirror Name" , "Mirror info" , "Target\n Attachment" , "target\n Name" }
42
42
MIRROR_WIDE_TITLE = []string {"Mirror Name" , "Mirror info" , "Target\n Attachment" , "target\n Name" , "Sync" }
43
- FIREWALL_TITLE = []string {"Source IP" , "destination IP" , "min SPort" , "max SPort" , "min DPort" , "max DPort" , "protocol" , "port Name" , "preference" , "Option" }
43
+ FIREWALL_TITLE = []string {"Source IP" , "destination IP" , "min SPort" , "max SPort" , "min DPort" , "max DPort" , "protocol" , "port Name" , "preference" , "Option" , "Counters" }
44
44
ENDPOINT_TITLE = []string {"Host" , "Name" , "ptype" , "port" , "duration" , "retries" , "minDelay" , "avgDelay" , "maxDelay" , "State" }
45
45
PARAM_TITLE = []string {"Param Name" , "Value" }
46
46
BGPNEIGHBOR_TITLE = []string {"Peer" , "AS" , "UP/Down" , "State" }
47
47
HASTATE_TITLE = []string {"Instance" , "HAState" }
48
48
BFD_TITLE = []string {"Instance" , "RemoteIP" , "State" }
49
- BFD_WIDE_TITLE = []string {"Instance" , "RemoteIP" , "SourceIP" , "Port" , "Interval" ,"Retry Count" , "State" }
49
+ BFD_WIDE_TITLE = []string {"Instance" , "RemoteIP" , "SourceIP" , "Port" , "Interval" , "Retry Count" , "State" }
50
50
)
0 commit comments