Skip to content

Commit 13c5006

Browse files
committed
Late update, will revise soon
1 parent 4b0059b commit 13c5006

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

50 files changed

+152
-302
lines changed

include/router/afi.h

Whitespace-only changes.

include/router/babel.h

Lines changed: 0 additions & 12 deletions
This file was deleted.

include/router/babel/babel.h

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
// SPDX-License-Identifier: BSD-3-Clause
2+
3+
#ifndef _BABEL_H_
4+
#define _BABEL_H_
5+
6+
int babel_init(void);
7+
8+
#endif /* _BABEL_H_ */

include/router/batman-adv.h

Lines changed: 0 additions & 10 deletions
This file was deleted.

include/router/batman-adv/batman.h

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
// SPDX-License-Identifier: BSD-3-Clause
2+
3+
#ifndef _BATMAN_H_
4+
#define _BATMAN_H_
5+
6+
int batman_adv_init(void);
7+
8+
#endif /* _BATMAN_H_ */

include/router/bfd.h

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +0,0 @@
1-
#ifndef _BFD_ROUTE_PROTOCOL_H_
2-
#define _BFD_ROUTE_PROTOCOL_H_
3-
4-
5-
#endif /* _BFD_ROUTE_PROTOCOL_H_ */

include/router/bgp.h

Lines changed: 0 additions & 44 deletions
This file was deleted.

include/router/bgp/bgp.h

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
// SPDX-License-Identifier: BSD-3-Clause
2+
3+
#ifndef _BGP_H_
4+
#define _BGP_H_
5+
6+
int bgp_init(void);
7+
8+
#endif /* _BGP_H_ */

include/router/carp.h

Lines changed: 0 additions & 9 deletions
This file was deleted.

include/router/carp/carp.h

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
// SPDX-License-Identifier: BSD-3-Clause
2+
3+
#ifndef _CARP_H_
4+
#define _CARP_H_
5+
6+
int carp_init(void);
7+
8+
#endif /* _CARP_H_ */

0 commit comments

Comments
 (0)