diff options
author | Ondrej Filip <feela@network.cz> | 2005-03-15 21:51:33 +0100 |
---|---|---|
committer | Ondrej Filip <feela@network.cz> | 2005-03-15 21:51:33 +0100 |
commit | e6ea2e375e4c547ca1b6fc9c313c2b7940acbd77 (patch) | |
tree | a524987664e1cc31a19bbd019ffce47e01d33733 /proto/ospf/ospf.h | |
parent | e300066d5f66b8bd1d5561d63c10a8fbdce3ba8e (diff) | |
download | bird-e6ea2e375e4c547ca1b6fc9c313c2b7940acbd77.tar bird-e6ea2e375e4c547ca1b6fc9c313c2b7940acbd77.zip |
Maximal packet size in virtual links is 576.
Diffstat (limited to 'proto/ospf/ospf.h')
-rw-r--r-- | proto/ospf/ospf.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/proto/ospf/ospf.h b/proto/ospf/ospf.h index e52a6ef..1bb7f87 100644 --- a/proto/ospf/ospf.h +++ b/proto/ospf/ospf.h @@ -10,6 +10,7 @@ #define _BIRD_OSPF_H_ #define MAXNETS 10 +#define OSPF_VLINK_MTU 576 /* RFC2328 - A.1 */ #undef OSPF_BIG_PACKETS /* * RFC 2328 says, maximum packet size is 65535 * This could be too much for small systems, so I |