Skip to content

Adding a prefix does not cause said prefix to be routed to the defined node #136

Description

@lucyrose39

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions