frr
frr copied to clipboard
vlan-subif isis neigbor
When I use the ip link add command on two Ubuntu systems to create an eth1.100 VLAN sub-interface and enable the ISIS protocol on the interface, I find that the sub-interface can not only establish an ISIS neighbor with the eth1.100 port of another Ubuntu, but also establish an ISIS neighbor with the eth1 port.
ip link add link eth1 name eth1.100 type vlan 100
R1 configuration:
interface eth1
ip route isis 1
interface eth1.100
ip route isis 1
router isis 1
is-type level-2-only
net 49.0000.0000.0001.00
R2 configuration:
interface eth1.100
ip route isis 1
router isis 1
is-type level-2-only
net 49.0000.0000.0001.00
R1 show isis neighbor
SystemID Interface L State
R2 eth1 2 UP
R2 eth1.100 2 UP
R2 show isis neighbor
SystemID Interface L State
R1 eth1.100 2 UP
let's rebase and force push, we only want commits related to what is being changed in the branch.
Please drop merge commits, and follow our contribution guidelines: https://github.com/FRRouting/frr/blob/master/doc/developer/workflow.rst#submitting-patches-and-enhancements
yep as Donatas says please drop the merge commits
yep as Donatas says please drop the merge commits
On GitHub.com, navigate to the main page of the repository, I have dropped "merge commit" in the setting of the navigation bar, but I don't know if it will work.
@JosiahMg you have to squash all your commits into a single one.
This is not a github operation. In the workspace you have the pull:
git pull
git rebase
git push --force
@JosiahMg you have to squash all your commits into a single one.
Thanks, I've dealt with it
@donaldsharp Thanks, it has been handled as you said
@donaldsharp can you look again and see if we can pull the blocker? :-)
@donaldsharp ping ... :-)
@donaldsharp ping ... :-)
@donaldsharp can we clear the blocker on this? :-)