OXIESEC PANEL
- Current Dir:
/
/
opt
/
alt
/
python37
/
lib
/
python3.7
/
site-packages
/
exabgp
/
bgp
/
message
/
update
/
nlri
/
evpn
Server IP: 2a02:4780:11:1084:0:327f:3464:10
Upload:
Create Dir:
Name
Size
Modified
Perms
📁
..
-
03/16/2023 12:55:54 PM
rwxr-xr-x
📄
__init__.py
665 bytes
03/13/2021 04:30:48 PM
rw-r--r--
📁
__pycache__
-
03/16/2023 12:55:54 PM
rwxr-xr-x
📄
ethernetad.py
3.16 KB
03/13/2021 04:30:48 PM
rw-r--r--
📄
mac.py
6.11 KB
03/13/2021 04:30:48 PM
rw-r--r--
📄
multicast.py
2.75 KB
03/13/2021 04:30:48 PM
rw-r--r--
📄
nlri.py
3.26 KB
03/13/2021 04:30:48 PM
rw-r--r--
📄
prefix.py
5.68 KB
03/13/2021 04:30:48 PM
rw-r--r--
📄
segment.py
3.25 KB
03/13/2021 04:30:48 PM
rw-r--r--
Editing: __init__.py
Close
""" evpn/__init__.py Created by Thomas Mangin on 2014-06-27. Copyright (c) 2014-2017 Orange. All rights reserved. License: 3-clause BSD. (See the COPYRIGHT file) """ # Every EVPN should be imported from this file # as it makes sure that all the registering decorator are run from exabgp.bgp.message.update.nlri.evpn.nlri import EVPN from exabgp.bgp.message.update.nlri.evpn.ethernetad import EthernetAD from exabgp.bgp.message.update.nlri.evpn.mac import MAC from exabgp.bgp.message.update.nlri.evpn.multicast import Multicast from exabgp.bgp.message.update.nlri.evpn.segment import EthernetSegment from exabgp.bgp.message.update.nlri.evpn.prefix import Prefix