forked from opnsense/plugins
-
Notifications
You must be signed in to change notification settings - Fork 0
/
pkg-descr
168 lines (109 loc) · 4.53 KB
/
pkg-descr
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
FRRouting (FRR) is an IP routing protocol suite for Linux and Unix
platforms which includes protocol daemons for BGP, IS-IS, LDP, OSPF,
PIM, and RIP.
FRR's seamless integration with the native Linux/Unix IP networking stacks
makes it applicable to a wide variety of use cases including connecting
hosts/VMs/containers to the network, advertising network services, LAN
switching and routing, Internet access routers, and Internet peering.
WWW: https://frrouting.org/
Plugin Changelog
================
1.35
* Added automatic OSPFv3 firewall rules and opt-out automatic rule switch (contributed by Bill Gertz)
1.34
* Add checkbox to log BGP neighbor changes
* Add BFD support (contributed by Mark Stitson)
* Switch to FRR version 8
* Rewrote diagnostics API
1.33
* Allow both IPv4 and IPv6 in BGP via setkey (contributed by as8net)
1.32
* Add attribute-unchanged option (contributed by Patrik Kernstock)
1.31
* Set no bgp default ipv4-unicast (contributed by vnxme)
* Increase artifical BGP GUI ID limits (contributed by Patrik Kernstock)
* Add BGP Network Import-Check (contributed by Patrik Kernstock)
* Assorted GUI fixes (contributed by Patrik Kernstock)
1.30
* Allow specifying multiple PrefixLists and CommunityLists (contributed by Patrik Kernstock)
1.29
* Add disable-connected-check option and BGP weight option
1.28
* OSPF6 Interface change networktype and interfacename to dropdown in stead of multi select
* Diagnostics / BGP - fix search in grid, should only use a formatter for presentation purposes
* Add ospf6 carp demotion event handler
* Allow BGP prefix-list number up to 10000 instead of 99
1.27
* Add BGP password authentication
1.26
* Fix Model migration errors
1.25
* Add "All" option to next-hop-self command (#2673)
1.24
* Add AS-Override (#2517)
1.23
* Add route-reflector-client to BGP neighbor config
* bugfix: BGP Prefix List "IP version" field appears to be ineffective (#2602)
* feature: IPv6 link-local neighbors require an interface to be specified (#2604)
* feature: multiprotocol BGP sessions are not supported (#2606)
* bugfix: Multiple BGP peers causes config generation error (#2623)
1.22
* Add BFD support
* Add support for agentx (contributed by Joshua Schmidlkofer)
1.21
* Deprecate Ruby parser for FRR diagnostic output, remove Ruby dependency
* Use FRR's json output where available
* Introduce Python parser for FRR output where json is not (yet) available
* Streamline diagnostic action names
* Streamline diagnostic API endpoint names
* Add diagnostic action and API endpoint for BGP neighbors
* Webif Diagnostics/General: Fix routing tables
* Webif Diagnostics/General: Align routing table style with other pages
* Webif Diagnostics/OSPF: Correctly display areas in "Overview" tab
* Webif Diagnostics/OSPF: Fix area rendering to "NaN" in "Route Table" tab
* Webif Diagnostics/OSPF: Use only one table in "Route Table" tab
* Webif Diagnostics/OSPF: Add mouseover hints to Type column in "Route Table" tab
* Webif Diagnostics/OSPF: Slight presentation adjustments in "Neighbor" tab
* Webif Diagnostics/OSPFv3: Fix age and sequence number rendering to "NaN" in "Database" tab
* Webif Diagnostics/BGP: Rename page from "BGPv4" to just "BGP"
* Webif Diagnostics/BGP: Replace "Overview" tab with distinct "IPv4 Routing Table" and "IPv6 Routing table" tabs
* Webif Diagnostics/BGP: Align routing table style with other pages
* Webif Diagnostics/BGP: Add Neighbors tab
1.20
* Allow to adjust reference cost for OSPF calculation
* Add configuration profile selection
1.19
* OSPF influence interface cost via carp
* Uniform logging
1.18
* Add description fields to BGP tabs
* Add BGP community-lists
* Add option for BGP graceful restart
* Allow to set BGP neighbor timers
1.17
* Fix templating for BGP AS-Path Lists (by Steve Buzonas)
1.16
* Fix templating for router IDs in OSPF3 daemon
1.15
* Disable eBGP policies introduced with FRR 7.4
1.14
* fix null route issue in parsing
* add missing via column to routing table for IPv4 (v6 already has it)
* show BGP status page: also show IPv6 routes
1.13
* Fix wrong match statement for IPv6 route-maps
* Allow to set default-metric for RIP protocol
1.12
* Add passive-interface to OSPFv3 (by Michael Muenz)
* Allow to set area per interface for OSPFv2 (by @twoequaldots)
* Allow to set ebgp-multihop in BGP (by @bpeavy and Greg Goodrich)
1.11
* Add route-map support to redistribution in OSPF
* Only allow custom set of characters in BGP prefix-lists and route-maps
1.10
* XMLRPC sync support
* CARP failover support
1.9
* Allow usage of VTI IPSec interfaces
1.8
* Add area range in OSPF config