yanet-platform / yanet

A high performance framework for forwarding traffic based on DPDK
Other
165 stars 17 forks source link

Add static routes in config file #100

Closed taitov closed 5 months ago

taitov commented 5 months ago

like:

  "rib": {
    "default": [
      {
        "prefix": "0.0.0.0/0",
        "nexthop": "200.0.0.1"
      },
      {
        "prefix": "::/0",
        "nexthop": "fe80::1"
      }
    ]
  }