<% if details[:metric] -%>
Metric=<%= details[:metric] %>
<% end -%>
+<% if details[:table] -%>
+Table=<%= details[:table] %>
+<% end -%>
<% if details[:type] -%>
Type=<%= details[:type] %>
<% end -%>
<% if details[:metric] -%>
Metric=<%= details[:metric] %>
<% end -%>
+<% if details[:table] -%>
+Table=<%= details[:table] %>
+<% end -%>
<% if details[:type] -%>
Type=<%= details[:type] %>
<% end -%>
},
:inet6 => {
:prefix => "64",
- :gateway => "2001:470:1:fa1::1"
+ :gateway => "2001:470:1:fa1::1",
+ :routes => {
+ "2600:9000::/28" => { :table => 3, :type => "unreachable" }
+ }
}
},
:equinix => {
},
:inet6 => {
:prefix => 64,
- :gateway => "2001:470:1:b3b::1"
+ :gateway => "2001:470:1:b3b::1",
+ :routes => {
+ "2600:9000::/28" => { :table => 101, :type => "unreachable" }
+ }
}
},
:equinix => {
},
:inet6 => {
:prefix => 64,
- :gateway => "2001:4d78:fe03:1c::1",
- :rules => [
- { :to => "2600:9000::/28", :table => 203, :priority => 100 }
- ]
+ :gateway => "2001:4d78:fe03:1c::1"
}
}
}