diff options
| author | Christian Poessinger <christian@poessinger.com> | 2021-09-18 21:27:47 +0200 |
|---|---|---|
| committer | Christian Poessinger <christian@poessinger.com> | 2021-09-18 21:27:47 +0200 |
| commit | a4440bd589db645eb99f343a8163e188a700774c (patch) | |
| tree | d9e8adf0ac81eff848a62cabd457714c5f68dfdf /src/migration-scripts/dhcp-server/4-to-5 | |
| parent | 0ef9c351598d4182da267e802010aa6ce0d9c6aa (diff) | |
| download | vyos-1x-a4440bd589db645eb99f343a8163e188a700774c.tar.gz vyos-1x-a4440bd589db645eb99f343a8163e188a700774c.zip | |
dhcp-server: T1968: allow multiple static-routes to be configured
vyos@vyos# show service dhcp-server
shared-network-name LAN {
subnet 10.0.0.0/24 {
default-router 10.0.0.1
dns-server 194.145.150.1
lease 88
range 0 {
start 10.0.0.100
stop 10.0.0.200
}
static-route 192.168.10.0/24 {
next-hop 10.0.0.2
}
static-route 192.168.20.0/24 {
router 10.0.0.2
}
}
}
Diffstat (limited to 'src/migration-scripts/dhcp-server/4-to-5')
0 files changed, 0 insertions, 0 deletions
