aboutsummaryrefslogtreecommitdiff
path: root/pkg/lnxconfig/lnxconfig.go
diff options
context:
space:
mode:
Diffstat (limited to 'pkg/lnxconfig/lnxconfig.go')
-rw-r--r--pkg/lnxconfig/lnxconfig.go11
1 files changed, 0 insertions, 11 deletions
diff --git a/pkg/lnxconfig/lnxconfig.go b/pkg/lnxconfig/lnxconfig.go
index d0699f9..8e43613 100644
--- a/pkg/lnxconfig/lnxconfig.go
+++ b/pkg/lnxconfig/lnxconfig.go
@@ -17,17 +17,6 @@ const (
RoutingTypeRIP RoutingMode = 2
)
-/*
- * NOTE: These data structures only represent structure of a
- * configuration file. In your implementation, you will still need to
- * build your own data structures that store relevant information
- * about your links, interfaces, etc. at runtime.
- *
- * These structs only represent the things in the config file--you
- * will probably only parse these at startup in order to set up your own
- * data structures.
- *
- */
type IPConfig struct {
Interfaces []InterfaceConfig
Neighbors []NeighborConfig