Annotation of embedaddon/quagga/lib/route_types.h, revision 1.1

1.1     ! misho       1: /* Auto-generated from route_types.txt by gawk. */
        !             2: /* Do not edit! */
        !             3: 
        !             4: #ifndef _QUAGGA_ROUTE_TYPES_H
        !             5: #define _QUAGGA_ROUTE_TYPES_H
        !             6: 
        !             7: /* zebra */
        !             8: #define QUAGGA_REDIST_STR_ZEBRA \
        !             9: "(rip|ripng|ospf|ospf6|isis|bgp)"
        !            10: #define QUAGGA_REDIST_HELP_STR_ZEBRA \
        !            11:   "Routing Information Protocol (RIP)\n" \
        !            12:   "Routing Information Protocol next-generation (IPv6) (RIPng)\n" \
        !            13:   "Open Shortest Path First (OSPFv2)\n" \
        !            14:   "Open Shortest Path First (IPv6) (OSPFv3)\n" \
        !            15:   "Intermediate System to Intermediate System (IS-IS)\n" \
        !            16:   "Border Gateway Protocol (BGP)\n"
        !            17: 
        !            18: /* ripd */
        !            19: #define QUAGGA_REDIST_STR_RIPD \
        !            20: "(kernel|connected|static|ospf|isis|bgp)"
        !            21: #define QUAGGA_REDIST_HELP_STR_RIPD \
        !            22:   "Kernel routes (not installed via the zebra RIB)\n" \
        !            23:   "Connected routes (directly attached subnet or host)\n" \
        !            24:   "Statically configured routes\n" \
        !            25:   "Open Shortest Path First (OSPFv2)\n" \
        !            26:   "Intermediate System to Intermediate System (IS-IS)\n" \
        !            27:   "Border Gateway Protocol (BGP)\n"
        !            28: 
        !            29: /* ripngd */
        !            30: #define QUAGGA_REDIST_STR_RIPNGD \
        !            31: "(kernel|connected|static|ospf6|isis|bgp)"
        !            32: #define QUAGGA_REDIST_HELP_STR_RIPNGD \
        !            33:   "Kernel routes (not installed via the zebra RIB)\n" \
        !            34:   "Connected routes (directly attached subnet or host)\n" \
        !            35:   "Statically configured routes\n" \
        !            36:   "Open Shortest Path First (IPv6) (OSPFv3)\n" \
        !            37:   "Intermediate System to Intermediate System (IS-IS)\n" \
        !            38:   "Border Gateway Protocol (BGP)\n"
        !            39: 
        !            40: /* ospfd */
        !            41: #define QUAGGA_REDIST_STR_OSPFD \
        !            42: "(kernel|connected|static|rip|isis|bgp)"
        !            43: #define QUAGGA_REDIST_HELP_STR_OSPFD \
        !            44:   "Kernel routes (not installed via the zebra RIB)\n" \
        !            45:   "Connected routes (directly attached subnet or host)\n" \
        !            46:   "Statically configured routes\n" \
        !            47:   "Routing Information Protocol (RIP)\n" \
        !            48:   "Intermediate System to Intermediate System (IS-IS)\n" \
        !            49:   "Border Gateway Protocol (BGP)\n"
        !            50: 
        !            51: /* ospf6d */
        !            52: #define QUAGGA_REDIST_STR_OSPF6D \
        !            53: "(kernel|connected|static|ripng|isis|bgp)"
        !            54: #define QUAGGA_REDIST_HELP_STR_OSPF6D \
        !            55:   "Kernel routes (not installed via the zebra RIB)\n" \
        !            56:   "Connected routes (directly attached subnet or host)\n" \
        !            57:   "Statically configured routes\n" \
        !            58:   "Routing Information Protocol next-generation (IPv6) (RIPng)\n" \
        !            59:   "Intermediate System to Intermediate System (IS-IS)\n" \
        !            60:   "Border Gateway Protocol (BGP)\n"
        !            61: 
        !            62: /* isisd */
        !            63: #define QUAGGA_REDIST_STR_ISISD \
        !            64: "(kernel|connected|static|rip|ripng|ospf|ospf6|bgp)"
        !            65: #define QUAGGA_REDIST_HELP_STR_ISISD \
        !            66:   "Kernel routes (not installed via the zebra RIB)\n" \
        !            67:   "Connected routes (directly attached subnet or host)\n" \
        !            68:   "Statically configured routes\n" \
        !            69:   "Routing Information Protocol (RIP)\n" \
        !            70:   "Routing Information Protocol next-generation (IPv6) (RIPng)\n" \
        !            71:   "Open Shortest Path First (OSPFv2)\n" \
        !            72:   "Open Shortest Path First (IPv6) (OSPFv3)\n" \
        !            73:   "Border Gateway Protocol (BGP)\n"
        !            74: 
        !            75: /* bgpd */
        !            76: #define QUAGGA_REDIST_STR_BGPD \
        !            77: "(kernel|connected|static|rip|ripng|ospf|ospf6|isis)"
        !            78: #define QUAGGA_REDIST_HELP_STR_BGPD \
        !            79:   "Kernel routes (not installed via the zebra RIB)\n" \
        !            80:   "Connected routes (directly attached subnet or host)\n" \
        !            81:   "Statically configured routes\n" \
        !            82:   "Routing Information Protocol (RIP)\n" \
        !            83:   "Routing Information Protocol next-generation (IPv6) (RIPng)\n" \
        !            84:   "Open Shortest Path First (OSPFv2)\n" \
        !            85:   "Open Shortest Path First (IPv6) (OSPFv3)\n" \
        !            86:   "Intermediate System to Intermediate System (IS-IS)\n"
        !            87: 
        !            88: #endif /* _QUAGGA_ROUTE_TYPES_H */

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>