File tree Expand file tree Collapse file tree 2 files changed +37
-37
lines changed
Expand file tree Collapse file tree 2 files changed +37
-37
lines changed Original file line number Diff line number Diff line change 11[package ]
22name = " zettabgp"
3- version = " 0.1.0 "
3+ version = " 0.1.1 "
44authors = [" Vladimir Melnikov <wlad.w.m@gmail.com>" ]
55edition = " 2018"
66license = " MIT OR Apache-2.0"
77repository = " https://github.com/wladwm/zettabgp"
88keywords = [" BGP" ]
9- categories = [" networking " ]
9+ categories = [" network-programming " , " encoding " , " data-structures " ]
1010description = " This is a BGP (parsing and composing) and BMP (only parsing) protocols driver library for Rust"
1111readme = " README.md"
1212
Original file line number Diff line number Diff line change @@ -7,47 +7,47 @@ BGP - Border Gateway Protocol version 4.
77BMP - BGP Monitoring Protocol version 3.
88
99## Supported BGP message types
10- Open
11- Notification
12- Keepalive
13- Update
10+ * Open
11+ * Notification
12+ * Keepalive
13+ * Update
1414
1515## Supported BMP message types
16- Initiation
17- Termination
18- PeerUpNotification
19- RouteMonitoring
16+ * Initiation
17+ * Termination
18+ * PeerUpNotification
19+ * RouteMonitoring
2020
2121## Supported address families NLRI (network layer reachability information)
22- ipv4 unicast
23- ipv4 labeled-unicast
24- ipv4 multicast
25- ipv4 mvpn
26- vpnv4 unicast
27- vpnv4 multicast
28- ipv6 unicast
29- ipv6 labeled-unicast
30- ipv6 multicast
31- vpnv6 unicast
32- vpnv6 multicast
33- vpls
34- evpn
35- flowspec ipv4
36- flowspec ipv6
22+ * ipv4 unicast
23+ * ipv4 labeled-unicast
24+ * ipv4 multicast
25+ * ipv4 mvpn
26+ * vpnv4 unicast
27+ * vpnv4 multicast
28+ * ipv6 unicast
29+ * ipv6 labeled-unicast
30+ * ipv6 multicast
31+ * vpnv6 unicast
32+ * vpnv6 multicast
33+ * vpls
34+ * evpn
35+ * flowspec ipv4
36+ * flowspec ipv6
3737
3838## Supported path attributes
39- MED
40- Origin
41- Local preference
42- AS path
43- Communities
44- Extended communities
45- Aggregator AS
46- Atomic aggregate
47- Cluster list
48- Originator ID
49- Attribute set
50- some PMSI tunnels
39+ * MED
40+ * Origin
41+ * Local preference
42+ * AS path
43+ * Communities
44+ * Extended communities
45+ * Aggregator AS
46+ * Atomic aggregate
47+ * Cluster list
48+ * Originator ID
49+ * Attribute set
50+ * some PMSI tunnels
5151
5252## Usage
5353
You can’t perform that action at this time.
0 commit comments