diff options
Diffstat (limited to 'table/temporary_structs.go')
-rw-r--r-- | table/temporary_structs.go | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/table/temporary_structs.go b/table/temporary_structs.go deleted file mode 100644 index f892f625..00000000 --- a/table/temporary_structs.go +++ /dev/null @@ -1,21 +0,0 @@ -// core.go -package table - -import ( - "github.com/osrg/gobgp/packet" - "net" -) - -type Peer struct { - //need to define a structure - RemoteAs uint32 - VersionNum int - RemoteAddress net.IP - protocol *BgpProtocol -} - -type BgpProtocol struct { - //need to define a structure - recvOpenMsg *bgp.BGPOpen - sentOpenMsg *bgp.BGPOpen -} |