Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-12-20 | fixed mistype | Sergey Elantsev | |
2020-12-20 | fixed possible crashes on parsing of bgp messages | Sergey Elantsev | |
2020-12-14 | change comments | Serguei Bezverkhi | |
Signed-off-by: Serguei Bezverkhi <sbezverk@cisco.com> | |||
2020-12-09 | interop fix | Serguei Bezverkhi | |
Signed-off-by: Serguei Bezverkhi <sbezverk@cisco.com> | |||
2020-11-30 | Unit tests and dependencies | Serguei Bezverkhi | |
Signed-off-by: Serguei Bezverkhi <sbezverk@cisco.com> | |||
2020-11-30 | Code changes | Serguei Bezverkhi | |
Signed-off-by: Serguei Bezverkhi <sbezverk@cisco.com> | |||
2020-11-29 | set shutdownWG to nil after stopBGP finished | Duan Jiong | |
otherwise gobgp will panic in handlefsmMsg when handle error condition Signed-off-by: Duan Jiong <duanjiong@yunify.com> | |||
2020-11-25 | code changes | Serguei Bezverkhi | |
Signed-off-by: Serguei Bezverkhi <sbezverk@cisco.com> | |||
2020-11-09 | server: fix conversion from api.RouteAction to config.DefaultPolicyType | FUJITA Tomonori | |
Signed-off-by: FUJITA Tomonori <fujita.tomonori@gmail.com> | |||
2020-11-09 | server: handle bogus addpath argument | FUJITA Tomonori | |
Signed-off-by: FUJITA Tomonori <fujita.tomonori@gmail.com> | |||
2020-11-06 | Adding gRPC support for modified logging level | Steve Shaw | |
Signed-off-by: Steve Shaw <shaw38@gmail.com> | |||
2020-11-06 | Fix missing args in server tests | Alistair King | |
2020-11-06 | Use MonitorTableRequest.Name to filter by peer | Alistair King | |
Filter returned Paths based on provided peer address (similar to GetTable). This should improve performance when using MonitorTable with ADJ_IN and Current for a single peer. | |||
2020-10-21 | api: add ListPathRequest's option to get binary of nlri and attributes | FUJITA Tomonori | |
put the binary of nlri and path attribute to the response. Signed-off-by: FUJITA Tomonori <fujita.tomonori@gmail.com> | |||
2020-10-21 | fix stuck route | Jordan Whited | |
2020-10-21 | packet: handle malformed prefix len | FUJITA Tomonori | |
Signed-off-by: FUJITA Tomonori <fujita.tomonori@gmail.com> | |||
2020-10-20 | server: fix ListPolicyAssignment to handle empty policy | FUJITA Tomonori | |
fix ListPolicyAssignment() return an assignment response even if the response doesn't have any policy. The assignment has default action policy so it's useful without any policy. Signed-off-by: FUJITA Tomonori <fujita.tomonori@gmail.com> | |||
2020-09-16 | remove incomingCh when deleting dynamic peer | Chris Balmain | |
2020-07-13 | implement LsAddrPrefix marshal json function | JieJhih Jhang | |
2020-07-04 | server: don't send empty ExtendedNexthop capability | FUJITA Tomonori | |
Signed-off-by: FUJITA Tomonori <fujita.tomonori@gmail.com> | |||
2020-06-24 | Add //go:generate stringer directives for public enum types. | Dmitri Nikulin | |
All such directives can be invoked by running $ go generate Stringer itself can be obtained by running $ go get golang.org/x/tools/cmd/stringer See https://github.com/osrg/gobgp/issues/2265 | |||
2020-06-24 | Regenerate stringer code for public enum types. | Dmitri Nikulin | |
This adds support for several values which were added to enums without corresponding changes to the stringer generated code. New versions of stringer, including the one used for this change, add compile-time checks for whether any existing enum values have changed. Adding new values does not violate this check. Resolves https://github.com/osrg/gobgp/issues/2265 | |||
2020-05-13 | extend attributes proto for Prefix SID support | Serguei Bezverkhi | |
Signed-off-by: Serguei Bezverkhi <sbezverk@cisco.com> | |||
2020-05-07 | address more static check failures | Serguei Bezverkhi | |
Signed-off-by: Serguei Bezverkhi <sbezverk@cisco.com> | |||
2020-05-07 | Addressing review comments | Serguei Bezverkhi | |
Signed-off-by: Serguei Bezverkhi <sbezverk@cisco.com> | |||
2020-05-07 | remove debug messages | Serguei Bezverkhi | |
Signed-off-by: Serguei Bezverkhi <sbezverk@cisco.com> | |||
2020-05-07 | Finish methods and restructure files | Serguei Bezverkhi | |
Signed-off-by: Serguei Bezverkhi <sbezverk@cisco.com> | |||
2020-05-06 | code Decode and Serialize for Prefix SID types and add unit tests | Serguei Bezverkhi | |
Signed-off-by: Serguei Bezverkhi <sbezverk@cisco.com> | |||
2020-05-06 | add unit test to help with development | Serguei Bezverkhi | |
Signed-off-by: Serguei Bezverkhi <sbezverk@cisco.com> | |||
2020-05-05 | add object definitions | Serguei Bezverkhi | |
Signed-off-by: Serguei Bezverkhi <sbezverk@cisco.com> | |||
2020-05-05 | additional changes | Serguei Bezverkhi | |
Signed-off-by: Serguei Bezverkhi <sbezverk@cisco.com> | |||
2020-05-05 | coding the feature | Serguei Bezverkhi | |
Signed-off-by: Serguei Bezverkhi <sbezverk@cisco.com> | |||
2020-05-04 | adding prefix_sid_attr | Serguei Bezverkhi | |
Signed-off-by: Serguei Bezverkhi <sbezverk@cisco.com> | |||
2020-04-26 | Refactoring Zebra and supporting frr7.3 | Hitoshi Irino | |
- Change const values to camel case from snake case to make zero golint's warnigns - Introduce convert functions (toEach, toCommon) between the newest version to older versions - Merge code about decode nexthop to reduce lines of code - Add frr7.3 statemet in allowable software for config - Rename and Update generated file by stringer | |||
2020-04-24 | Add BGP-LS SRLG support | Tom Shine | |
2020-03-31 | packet: fix typos | FUJITA Tomonori | |
Signed-off-by: FUJITA Tomonori <fujita.tomonori@gmail.com> | |||
2020-03-30 | packet: silence staticcheck warning | FUJITA Tomonori | |
Signed-off-by: FUJITA Tomonori <fujita.tomonori@gmail.com> | |||
2020-03-29 | fixed naming issue, removed one more error allocation | Sergey Elantsev | |
2020-03-29 | optimized packet/mrt allocations, mostly by reuse of error values | Sergey Elantsev | |
2020-03-15 | replaced fmt.Sprintf with strconv.Itoa for Protocol.String() | Sergey Elantsev | |
2020-03-15 | optimized allocations in packet/bgp validations | Sergey Elantsev | |
2020-03-14 | optimized allocations in packet/bgp | Sergey Elantsev | |
2020-03-11 | fixed style: unnecessary type cast after type switch and some minor issues. | Sergey Elantsev | |
2020-03-09 | optimized EVPNMacIPAdvertisementRoute, SerializeExtendedCommunities and ↵ | Sergey Elantsev | |
PathAttributeIP6ExtendedCommunities allocations. | |||
2020-03-02 | bgp: silence statickcheck errors | FUJITA Tomonori | |
Signed-off-by: FUJITA Tomonori <fujita.tomonori@gmail.com> | |||
2020-02-19 | add support GetTable method for vrfs #2235 | Pavel Vorontsov | |
2020-01-13 | Parse BMP Stats Report messages with unknown Stat Types | Michael Lechner | |
2020-01-05 | gobgpd: use map for validation table | Toshiki Tsuchiya | |
`Table.destinations` is a map, so the order changes. This commit allows to get validate information from path by using map for validate table Fix: https://github.com/osrg/gobgp/issues/2223 Signed-off-by: Toshiki Tsuchiya <taruta0811@gmail.com> | |||
2019-11-01 | bgp: fix dynamic neighbors with prefix "0.0.0.0/0" | Faicker Mo | |
support prefix "0.0.0.0/0". Signed-off-by: Faicker Mo <faicker.mo@ucloud.cn> | |||
2019-10-26 | avoid installing routes with originator ID to global when softresetin | FUJITA Tomonori | |
Signed-off-by: FUJITA Tomonori <fujita.tomonori@gmail.com> |