src/examples/simple_router/simple_router.conf in trema-0.2.8 vs src/examples/simple_router/simple_router.conf in trema-0.3.0
- old
+ new
@@ -13,6 +13,12 @@
:ipaddr => "192.168.2.1",
:masklen => 24
}
]
-$route = []
\ No newline at end of file
+$route = [
+ {
+ :destination => "0.0.0.0",
+ :masklen => 0,
+ :nexthop => "192.168.1.2"
+ }
+]