Compare commits
3 Commits
ipv6_suppo
...
master
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
6f26e86964 | ||
|
|
92c9ae3859 | ||
|
|
1d8c3936e1 |
@@ -5,6 +5,9 @@ The most common use case for this is anycast (vip) based load balancing for infr
|
|||||||
|
|
||||||
For some practical examples and more details, check out this blog post : https://mayuresh82.github.io/2020/11/28/automatic_service_discovery_anycast/
|
For some practical examples and more details, check out this blog post : https://mayuresh82.github.io/2020/11/28/automatic_service_discovery_anycast/
|
||||||
|
|
||||||
|
# Looking for code reviewers
|
||||||
|
If you are interested in being a reviewer and/or co-maintainer, please reach out to @mayuresh82 !
|
||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
Use the docker container at mayuresh82/gocast or compile from source:
|
Use the docker container at mayuresh82/gocast or compile from source:
|
||||||
|
|
||||||
|
|||||||
@@ -29,4 +29,5 @@ apps:
|
|||||||
vip_config:
|
vip_config:
|
||||||
# additional per VIP BGP communities
|
# additional per VIP BGP communities
|
||||||
bgp_communities: [ aaaa:bbbb ]
|
bgp_communities: [ aaaa:bbbb ]
|
||||||
monitor: port:tcp:5000
|
monitors:
|
||||||
|
- port:tcp:5000
|
||||||
|
|||||||
Reference in New Issue
Block a user