Commit c5c3c3a
authored
StaticRoute: prefix fails to be configured by FRR
#### Why I did it
Static route configuration failed
#### How I did it
Changed the daemon to which configs are sent.
#### How to verify it
admin@gold101-dut:$ sudo config route add prefix 42.0.0.0/16 nexthop 10.0.0.1
admin@gold101-dut:$
admin@gold101-dut:$ vtysh -c "show run" | grep "ip route"
ip route 42.0.0.0/16 10.0.0.1
admin@gold101-dut:$ show ip route 42.0.0.0/16
Routing entry for 42.0.0.0/16
Known via "static", distance 1, metric 0, best
Last update 00:06:43 ago
10.0.0.1, via Ethernet641 parent 9780655 commit c5c3c3a
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
113 | 113 | | |
114 | 114 | | |
115 | 115 | | |
116 | | - | |
| 116 | + | |
117 | 117 | | |
118 | 118 | | |
119 | 119 | | |
| |||
0 commit comments