Adding a prefix into central config doesn't cause the route to propegate to other nodes, and it doesn't seem to do anything - attempted with static and ping based routes
routers:
- id: sgp-1
pubkey: o1bZGzwSLDhogblTVFBA9rMGZIvjhFgSW6Xql5FJaSc=
endpoints:
- "domain.here.com:57175"
addresses:
- 10.109.14.1 # this is the internal nylon IP
- id: fra-1
pubkey: qfOIh+HGDoNWe17YKfgdJJw2ng8+hI7XrTNaBGsr40o=
endpoints:
- "domain.here.com:57175"
addresses:
- 10.109.14.2
prefixes:
- type: static
prefix: 192.168.200.0/26
# Define the connections between nodes
graph:
- sgp-1, fra-1 # This means node-1 and node-2 will try to connect to each other`
this config i would expect to generate a route entry on sgp-1 to send traffic destined for 192.168.200.0/26 to fra-1, however it does nothing, and creates no route in the routing table
Adding a prefix into central config doesn't cause the route to propegate to other nodes, and it doesn't seem to do anything - attempted with static and ping based routes
this config i would expect to generate a route entry on sgp-1 to send traffic destined for 192.168.200.0/26 to fra-1, however it does nothing, and creates no route in the routing table