You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
Does watchfrr process opens a socket to listen on tcp. we could see below in netstat.
/ # netstat -anp | grep frr
tcp6 18 0 ::1:59116 ::1:6060 CLOSE_WAIT 3671/watchfrr
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi,
Does watchfrr process opens a socket to listen on tcp. we could see below in netstat.
/ # netstat -anp | grep frr
tcp6 18 0 ::1:59116 ::1:6060 CLOSE_WAIT 3671/watchfrr
/ # netstat -anp | grep 443
tcp 1 0 0.0.0.0:443 0.0.0.0:* LISTEN 8601/watchfrr
tcp 78 0 10.20.127.44:44954 10.21.0.1:443 CLOSE_WAIT 8601/watchfrr
I am not sure what is causing this. since I dont see any STREAM INET socker in watchfrr.
TIA,
Beta Was this translation helpful? Give feedback.
All reactions