Update ce_ntp to fix bugs (#61654)
This commit is contained in:
parent
9d9863fec1
commit
698e3eae5e
1 changed files with 2 additions and 1 deletions
|
@ -574,7 +574,8 @@ class Ntp(object):
|
||||||
cli_str = "%s %s" % (
|
cli_str = "%s %s" % (
|
||||||
"undo ntp unicast-peer ipv6", self.address)
|
"undo ntp unicast-peer ipv6", self.address)
|
||||||
if (self.vpn_name) and (self.vpn_name != '_public_'):
|
if (self.vpn_name) and (self.vpn_name != '_public_'):
|
||||||
cli_str = "%s %s" % (cli_str, self.vpn_name)
|
cli_str = "%s %s %s" % (
|
||||||
|
cli_str, "vpn-instance", self.vpn_name)
|
||||||
|
|
||||||
self.updates_cmd.append(cli_str)
|
self.updates_cmd.append(cli_str)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue