summaryrefslogtreecommitdiff
path: root/src/ipcpd/normal/pol/link_state.proto
diff options
context:
space:
mode:
authorSander Vrijders <sander.vrijders@ugent.be>2017-12-03 21:30:33 +0100
committerDimitri Staessens <dimitri.staessens@ugent.be>2017-12-04 11:41:36 +0100
commitb7fedbe399d561957f99fe7e95aa515b12252abb (patch)
treea58c91f1f7c70dea5ff0d5e0eaa33c0080f60c16 /src/ipcpd/normal/pol/link_state.proto
parent38a6e6f26e55457f80611b3a74b17058876c762d (diff)
downloadouroboros-b7fedbe399d561957f99fe7e95aa515b12252abb.tar.gz
ouroboros-b7fedbe399d561957f99fe7e95aa515b12252abb.zip
ipcpd: Remove protocol buffers from link state
This will remove google protocol buffers from the link state routing algorithm in the normal IPCP. It now uses packed structs, as supported by the compilers of choice. Signed-off-by: Sander Vrijders <sander.vrijders@ugent.be> Signed-off-by: Dimitri Staessens <dimitri.staessens@ugent.be>
Diffstat (limited to 'src/ipcpd/normal/pol/link_state.proto')
-rw-r--r--src/ipcpd/normal/pol/link_state.proto29
1 files changed, 0 insertions, 29 deletions
diff --git a/src/ipcpd/normal/pol/link_state.proto b/src/ipcpd/normal/pol/link_state.proto
deleted file mode 100644
index 4e2280b0..00000000
--- a/src/ipcpd/normal/pol/link_state.proto
+++ /dev/null
@@ -1,29 +0,0 @@
-/*
- * Ouroboros - Copyright (C) 2016 - 2017
- *
- * Link State message
- *
- * Dimitri Staessens <dimitri.staessens@ugent.be>
- * Sander Vrijders <sander.vrijders@ugent.be>
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU General Public License version 2 as
- * published by the Free Software Foundation.
- *
- * This program is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU General Public License for more details.
- *
- * You should have received a copy of the GNU General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., http://www.fsf.org/about/contact/.
- */
-
-syntax = "proto2";
-
-message link_state_msg {
- required uint64 d_addr = 1;
- required uint64 s_addr = 2;
- /* Add QoS parameters of link here */
-};