commit | 2345a2221aa0a02b96846beab6088815f41e791b | [log] [tgz] |
---|---|---|
author | Leonard Tracy <letracy@amazon.com> | Tue Dec 04 11:02:35 2012 -0800 |
committer | Scott Feldman <sfeldma@cumulusnetworks.com> | Mon Jan 07 09:59:45 2013 -0800 |
tree | 2486cfbf3985c95a8f5ab0724de4d256e71bfd5e | |
parent | faf9875832539f00940904e1424f2e789fef52d4 [diff] |
ospf: Fix type-4 network mask to 0 per RFC The OSPF RFC (2328) states that the network mask field of a type 4 LSA "is not meaningful and must be zero". OSPFD has been setting the mask as /32. This patch changes OSPFD to set the mask to 0 per the RFC Signed-off-by: Scott Feldman <sfeldma@cumulusnetworks.com>