We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0cb3b38 commit 8ef53f4Copy full SHA for 8ef53f4
files/scripts/arp_update
@@ -11,7 +11,7 @@ ARP_UPDATE_VARS_FILE="/usr/share/sonic/templates/arp_update_vars.j2"
11
12
# Overload `logger` command to include arp_update tag
13
logger () {
14
- command logger -t "arp_update" "$@"
+ command logger -i "$$" -t "arp_update" "$@"
15
}
16
17
while /bin/true; do
0 commit comments