Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
135
noc
Commits
26116c7c
Commit
26116c7c
authored
Mar 14, 2020
by
Andrey Vertiprahov
Browse files
Merge branch 'noc-1267' into 'master'
#1267 Fix Peer.save() See merge request
noc/noc!3250
parents
675cdce5
6bbda25e
Changes
1
Hide whitespace changes
Inline
Side-by-side
peer/models/peer.py
View file @
26116c7c
...
...
@@ -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
.
Attach a 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