summaryrefslogtreecommitdiffhomepage
path: root/packet/validate.go
AgeCommit message (Expand)Author
2015-07-01table: simplify Path.getPathAttr()ISHIDA Wataru
2015-06-20packet: flag down BGP_ATTR_FLAG_PARTIAL when validating flagsISHIDA Wataru
2015-06-20packet: store path attr flag as type BGPAttrFlagISHIDA Wataru
2015-03-08server: support multiple route familes per peerFUJITA Tomonori
2015-03-06server: check route refresh afi and safiFUJITA Tomonori
2015-03-05config: validate route family configuraitonFUJITA Tomonori
2015-02-08packet: fix Sprintf formatFUJITA Tomonori
2015-01-29server: verify OpenMessageFUJITA Tomonori
2015-01-29server: verify update messageFUJITA Tomonori
2015-01-26packet: fix the reggression of commit ad706a62aba6c98c1a0a5ca39759e37c774d9775FUJITA Tomonori
2015-01-16server: handle over 4096 byte size messageFUJITA Tomonori
2015-01-16packet: do mandatory attribute check only when NLRI existsHiroshi Yokoi
2015-01-16packet: add validator testcasesHiroshi Yokoi
2015-01-16packet: add ValidateUpdateMsgHiroshi Yokoi
2015-01-16add packet validatorHiroshi Yokoi