aboutsummaryrefslogtreecommitdiffstats
path: root/proto/babel/config.Y
diff options
context:
space:
mode:
authorOndrej Zajicek (work) <santiago@crfreenet.org>2016-12-10 00:11:26 +0100
committerOndrej Zajicek (work) <santiago@crfreenet.org>2016-12-10 00:44:13 +0100
commit5e8df049fbf53220735a2eeb6c751e1758869a18 (patch)
tree53054b040cac7a7b18025fea4d78ac0ff414de61 /proto/babel/config.Y
parent2119ae74c2e3b101bb8c6f5f0413b143d9978c9c (diff)
downloadbird-5e8df049fbf53220735a2eeb6c751e1758869a18.tar.gz
Babel: Update to integrated branch
Diffstat (limited to 'proto/babel/config.Y')
-rw-r--r--proto/babel/config.Y2
1 files changed, 2 insertions, 0 deletions
diff --git a/proto/babel/config.Y b/proto/babel/config.Y
index b6170852..cf8983fa 100644
--- a/proto/babel/config.Y
+++ b/proto/babel/config.Y
@@ -30,11 +30,13 @@ CF_ADDTO(proto, babel_proto)
babel_proto_start: proto_start BABEL
{
this_proto = proto_config_new(&proto_babel, $1);
+ this_proto->net_type = NET_IP6;
init_list(&BABEL_CFG->iface_list);
};
babel_proto_item:
proto_item
+ | proto_channel
| INTERFACE babel_iface
;