Lines Matching +full:power +full:- +full:domains
2 -------
15 REJECT - abort route lookup and return an error value.
16 THROW - abort route lookup in this class.
24 RT_CLASS_LOCAL=255 - local interface addresses,
27 RT_CLASS_MAIN=254 - all normal routes are put there
30 RT_CLASS_DEFAULT=253 - if ip_fib_model==1, then
36 -----
41 RTP_ROUTE - lookup in attached class
42 RTP_NAT - lookup in attached class and if a match is found,
44 RTP_MASQUERADE - lookup in attached class and if a match is found,
46 RTP_DROP - silently drop the packet.
47 RTP_REJECT - drop the packet and send ICMP NET UNREACHABLE.
48 RTP_PROHIBIT - drop the packet and send ICMP COMM. ADM. PROHIBITED.
51 RTRF_LOG - log route creations.
52 RTRF_VALVE - One way route (used with masquerading)
56 root@amber:/pub/ip-routing # iproute -r
65 ----------------
73 ------------
81 or use route utility from current net-tools.
98 domains. Unfortunately, it is not widely used in the Internet.
105 251 inter-area routes
106 250 intra-area routes for 1st area
107 249 intra-area routes for 2nd area
114 iproute addrule to a-prefix-for-1st-area class 250
115 iproute addrule to another-prefix-for-1st-area class 250
117 iproute addrule to a-prefix-for-2nd-area class 249
128 I listed it just to show the power of new routing code.
134 -----
141 --------------