Skip to content

Commit

Permalink
bgp: fix lacking import
Browse files Browse the repository at this point in the history
Signed-off-by: ISHIDA Wataru <[email protected]>
Signed-off-by: FUJITA Tomonori <[email protected]>
  • Loading branch information
ISHIDA Wataru authored and fujita committed Nov 10, 2014
1 parent cc544c8 commit b4c8c0d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ryu/services/protocols/bgp/peer.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@
from ryu.lib.packet.bgp import BGPPathAttributeExtendedCommunities
from ryu.lib.packet.bgp import BGPPathAttributeMpReachNLRI
from ryu.lib.packet.bgp import BGPPathAttributeMpUnreachNLRI
from ryu.lib.packet.bgp import BGPPathAttributeCommunities

from ryu.lib.packet.bgp import BGP_ATTR_TYPE_ORIGIN
from ryu.lib.packet.bgp import BGP_ATTR_TYPE_AS_PATH
Expand Down

0 comments on commit b4c8c0d

Please sign in to comment.