File tree 4 files changed +20
-0
lines changed
platform/vs/docker-sonic-vs
4 files changed +20
-0
lines changed Original file line number Diff line number Diff line change @@ -32,6 +32,8 @@ supervisorctl start buffermgrd
32
32
33
33
supervisorctl start enable_counters
34
34
35
+ supervisorctl start vrfmgrd
36
+
35
37
# Start arp_update when VLAN exists
36
38
VLAN=` sonic-cfggen -d -v ' VLAN.keys() | join(" ") if VLAN' `
37
39
if [ " $VLAN " != " " ]; then
Original file line number Diff line number Diff line change @@ -107,3 +107,11 @@ autostart=false
107
107
autorestart=false
108
108
stdout_logfile=syslog
109
109
stderr_logfile=syslog
110
+
111
+ [program:vrfmgrd]
112
+ command=/usr/bin/vrfmgrd
113
+ priority=14
114
+ autostart=false
115
+ autorestart=false
116
+ stdout_logfile=syslog
117
+ stderr_logfile=syslog
Original file line number Diff line number Diff line change @@ -52,6 +52,8 @@ supervisorctl start zebra
52
52
53
53
supervisorctl start buffermgrd
54
54
55
+ supervisorctl start vrfmgrd
56
+
55
57
# Start arp_update when VLAN exists
56
58
VLAN=` sonic-cfggen -d -v ' VLAN.keys() | join(" ") if VLAN' `
57
59
if [ " $VLAN " != " " ]; then
Original file line number Diff line number Diff line change @@ -138,3 +138,11 @@ autostart=false
138
138
autorestart=false
139
139
stdout_logfile=syslog
140
140
stderr_logfile=syslog
141
+
142
+ [program:vrfmgrd]
143
+ command=/usr/bin/vrfmgrd
144
+ priority=18
145
+ autostart=false
146
+ autorestart=false
147
+ stdout_logfile=syslog
148
+ stderr_logfile=syslog
You can’t perform that action at this time.
0 commit comments