summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--packet/bgp.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/packet/bgp.go b/packet/bgp.go
index b5cdadf6..a546db88 100644
--- a/packet/bgp.go
+++ b/packet/bgp.go
@@ -4591,7 +4591,7 @@ func parseFlowSpecExtended(data []byte) (ExtendedCommunityInterface, error) {
sample := (data[7]>>1)&0x1 == 1
return NewTrafficActionExtended(terminal, sample), nil
case EC_SUBTYPE_FLOWSPEC_REDIRECT:
- //draft-haas-idr-flowspec-redirect-rt-bis-05
+ //draft-ietf-idr-flowspec-redirect-rt-bis-05
switch typ {
case EC_TYPE_GENERIC_TRANSITIVE_EXPERIMENTAL:
as := binary.BigEndian.Uint16(data[2:4])