Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
135
noc
Commits
6bbda25e
Verified
Commit
6bbda25e
authored
Mar 01, 2020
by
Dmitry Volodin
Browse files
#1267 Fix Peer.save()
parent
8fd195b5
Changes
1
Hide whitespace changes
Inline
Side-by-side
peer/models/peer.py
View file @
6bbda25e
...
...
@@ -2,7 +2,7 @@
# ---------------------------------------------------------------------
# Peer model
# ---------------------------------------------------------------------
# Copyright (C) 2007-20
19
The NOC Project
# Copyright (C) 2007-20
20
The NOC Project
# See LICENSE for details
# ---------------------------------------------------------------------
...
...
@@ -94,7 +94,6 @@ class Peer(NOCModel):
if
self
.
export_filter_name
is
not
None
and
not
self
.
export_filter_name
.
strip
():
self
.
export_filter_name
=
None
super
(
Peer
,
self
).
save
(
*
args
,
**
kwargs
)
self
.
peering_point
.
sync_cm_prefix_list
()
self
.
touch_rpsl
()
@
property
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment