Home
last modified time | relevance | path

Searched refs:MRT (Results 1 – 25 of 860) sorted by relevance

12345678910>>...35

/dports/net/ryu/ryu-4.26/doc/source/
H A Dlibrary_mrt.rst2 MRT file library
8 Ryu MRT file library helps you to read/write MRT
14 Reading MRT file
17 For loading the routing information contained in MRT files, you can use
22 Writing MRT file
/dports/net/bird2/bird-2.0.8/proto/mrt/
H A Dconfig.Y20 CF_KEYWORDS(MRT, TABLE, FILTER, FILENAME, PERIOD, ALWAYS, ADD, PATH, DUMP, TO)
28 mrt_proto_start: proto_start MRT
52 CF_CLI_HELP(MRT DUMP, [table <name>|\"<pattern>\"] [to \"<file>\"] [filter <filter>|where <where fi…
53 CF_CLI(MRT DUMP, mrt_dump_args, [table <name>|\"<pattern>\"] [to \"<file>\"] [filter <filter>|where…
/dports/net/bird/bird-1.6.8/proto/mrt/
H A Dconfig.Y20 CF_KEYWORDS(MRT, TABLE, FILTER, FILENAME, PERIOD, ALWAYS, ADD, PATH, DUMP, TO)
28 mrt_proto_start: proto_start MRT
51 CF_CLI_HELP(MRT DUMP, [table <name>|\"<pattern>\"] [to \"<file>\"] [filter <filter>|where <where fi…
52 CF_CLI(MRT DUMP, mrt_dump_args, [table <name>|\"<pattern>\"] [to \"<file>\"] [filter <filter>|where…
/dports/shells/ksh93-devel/ast-cc1bca27/src/cmd/dsslib/bgp/
H A DMRT1 All MRT format messages have a common header which includes a
3 by a message field. The basic MRT format is illustrated below.
43 4. MRT Control Types
53 The MRT Control Types are defined below:
99 5. MRT Routing Information Types
188 format of the MRT Message field is as follows:
378 terms of their MRT format specifications.
524 Following the INDEX_TABLE MRT record, a series of MRT records are
575 MRT records. The index number begins with 0.
605 values SHOULD discard the remainder of the MRT record.
[all …]
/dports/shells/ast-ksh/ast-ksh93v/src/cmd/dsslib/bgp/
H A DMRT1 All MRT format messages have a common header which includes a
3 by a message field. The basic MRT format is illustrated below.
43 4. MRT Control Types
53 The MRT Control Types are defined below:
99 5. MRT Routing Information Types
188 format of the MRT Message field is as follows:
378 terms of their MRT format specifications.
524 Following the INDEX_TABLE MRT record, a series of MRT records are
575 MRT records. The index number begins with 0.
605 values SHOULD discard the remainder of the MRT record.
[all …]
/dports/shells/ksh93/ast-93u/src/cmd/dsslib/bgp/
H A DMRT1 All MRT format messages have a common header which includes a
3 by a message field. The basic MRT format is illustrated below.
43 4. MRT Control Types
53 The MRT Control Types are defined below:
99 5. MRT Routing Information Types
188 format of the MRT Message field is as follows:
378 terms of their MRT format specifications.
524 Following the INDEX_TABLE MRT record, a series of MRT records are
575 MRT records. The index number begins with 0.
605 values SHOULD discard the remainder of the MRT record.
[all …]
/dports/net/mrtparse/mrtparse-2.0.0/samples/
H A DREADME.rst1 Sample MRT format Data
7 MRT Type/Subtype
34 MRT Type/Subtype
62 This repository supports MRT subtypes for ADD-PATH capability.
71 MRT Type/Subtype
97 …IPv6 peers, IPv4/IPv6/VPNv4 prefix, all BGP message types, and unsupported MRT subtype BGP4MP\_ENT…
104 MRT Type/Subtype
/dports/devel/git-svn/git-2.34.1/
H A Dgit-merge-octopus.sh51 MRT=$(git write-tree)
91 MRC=$SHA1 MRT=$(git write-tree)
98 git read-tree -u -m --aggressive $common $MRT $SHA1 || exit 2
109 MRT=$next
/dports/devel/git-gui/git-2.34.1/
H A Dgit-merge-octopus.sh51 MRT=$(git write-tree)
91 MRC=$SHA1 MRT=$(git write-tree)
98 git read-tree -u -m --aggressive $common $MRT $SHA1 || exit 2
109 MRT=$next
/dports/devel/git-p4/git-2.34.1/
H A Dgit-merge-octopus.sh51 MRT=$(git write-tree)
91 MRC=$SHA1 MRT=$(git write-tree)
98 git read-tree -u -m --aggressive $common $MRT $SHA1 || exit 2
109 MRT=$next
/dports/devel/git/git-2.34.1/
H A Dgit-merge-octopus.sh51 MRT=$(git write-tree)
91 MRC=$SHA1 MRT=$(git write-tree)
98 git read-tree -u -m --aggressive $common $MRT $SHA1 || exit 2
109 MRT=$next
/dports/devel/git-cvs/git-2.34.1/
H A Dgit-merge-octopus.sh51 MRT=$(git write-tree)
91 MRC=$SHA1 MRT=$(git write-tree)
98 git read-tree -u -m --aggressive $common $MRT $SHA1 || exit 2
109 MRT=$next
/dports/devel/cgit/cgit-1.2.3/git/
H A Dgit-merge-octopus.sh51 MRT=$(git write-tree)
91 MRC=$SHA1 MRT=$(git write-tree)
98 git read-tree -u -m --aggressive $common $MRT $SHA1 || exit 2
109 MRT=$next
/dports/net/isc-dhcp44-server/dhcp-4.4.2-P1/tests/DHCPv6/
H A D000-badmsgtype.pl63 my $MRT = $SOL_MAX_RT;
99 if (($RT > $MRT) && ($MRT != 0)) {
100 $RT = $MRT + $RAND*$RT;
H A D020-advertise-mcast.pl63 my $MRT = $SOL_MAX_RT;
99 if (($RT > $MRT) && ($MRT != 0)) {
100 $RT = $MRT + $RAND*$RT;
H A D290-decline-nohost.pl72 my $MRT = $SOL_MAX_RT;
108 if (($RT > $MRT) && ($MRT != 0)) {
109 $RT = $MRT + $RAND*$RT;
H A D280-release-nohost.pl72 my $MRT = $SOL_MAX_RT;
108 if (($RT > $MRT) && ($MRT != 0)) {
109 $RT = $MRT + $RAND*$RT;
/dports/net/isc-dhcp44-client/dhcp-4.4.2-P1/tests/DHCPv6/
H A D020-advertise-mcast.pl63 my $MRT = $SOL_MAX_RT;
99 if (($RT > $MRT) && ($MRT != 0)) {
100 $RT = $MRT + $RAND*$RT;
H A D280-release-nohost.pl72 my $MRT = $SOL_MAX_RT;
108 if (($RT > $MRT) && ($MRT != 0)) {
109 $RT = $MRT + $RAND*$RT;
H A D290-decline-nohost.pl72 my $MRT = $SOL_MAX_RT;
108 if (($RT > $MRT) && ($MRT != 0)) {
109 $RT = $MRT + $RAND*$RT;
H A D000-badmsgtype.pl63 my $MRT = $SOL_MAX_RT;
99 if (($RT > $MRT) && ($MRT != 0)) {
100 $RT = $MRT + $RAND*$RT;
/dports/net/isc-dhcp44-relay/dhcp-4.4.2-P1/tests/DHCPv6/
H A D020-advertise-mcast.pl63 my $MRT = $SOL_MAX_RT;
99 if (($RT > $MRT) && ($MRT != 0)) {
100 $RT = $MRT + $RAND*$RT;
H A D290-decline-nohost.pl72 my $MRT = $SOL_MAX_RT;
108 if (($RT > $MRT) && ($MRT != 0)) {
109 $RT = $MRT + $RAND*$RT;
H A D000-badmsgtype.pl63 my $MRT = $SOL_MAX_RT;
99 if (($RT > $MRT) && ($MRT != 0)) {
100 $RT = $MRT + $RAND*$RT;
H A D280-release-nohost.pl72 my $MRT = $SOL_MAX_RT;
108 if (($RT > $MRT) && ($MRT != 0)) {
109 $RT = $MRT + $RAND*$RT;

12345678910>>...35